Color spaces of #c895a1
RGB | 200 | 149 | 161 |
---|---|---|---|
HSL | 0.96 | 0.32 | 0.68 |
HSV | 346° | 26° | 78° |
CMYK | 0.00 | 0.26 | 0.20 0.22 |
XYZ | 40.9999 | 36.3475 | 38.5730 |
Yxy | 36.3475 | 0.3537 | 0.3136 |
Hunter Lab | 60.2889 | 15.8847 | 4.2683 |
CIE-Lab | 66.7846 | 20.9607 | 1.2164 |
#c895a1 color RGB value is (200,149,161).
#c895a1 hex color red value is 200, green value is 149 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c895a1 hue: 0.96 , saturation: 0.32 and the lightness value of c895a1 is 0.68.
The process color (four color CMYK) of #c895a1 color hex is 0.00, 0.26, 0.20, 0.22. Web safe color of #c895a1 is #cc9999. Color #c895a1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10010101 | 10100001 |
Octal | 310 | 225 | 241 |
Decimal | 200 | 149 | 161 |
Hex | C8 | 95 | A1 |
Shades of #c895a1
Tints of #c895a1
RGB Percentages of Color #c895a1
CMYK Percentages of Color #c895a1
Complementary Color
#c895a1 | #95c8bc |
#c895a1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c895a1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c895a1 Color CSS Codes
.mybgcolor {background-color:#c895a1; } .myforecolor {color:#c895a1; } .mybordercolor {border:3px solid #c895a1; }
#c895a1 Text Font Color
<p style="color:#c895a1">Text here</p>
This sample text font color is #c895a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c895a1 Background Color
<div style="background-color:#c895a1">
Div content here</div>
This div background color is #c895a1
#c895a1 Border Color
<div style="border:3px solid #c895a1">
Div here</div>
This div border color is #c895a1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,149,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c895a1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c895a1; -webkit-box-shadow: 1px 1px 3px 2px #c895a1; box-shadow: 1px 1px 3px 2px #c895a1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,149,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c895a1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c895a1; -webkit-box-shadow: 1px 1px 3px 2px #c895a1; box-shadow: 1px 1px 3px 2px #c895a1;">
Div content here</div>
This div box has shadow with color #c895a1
Comments
No comments written yet.
Please login to write comment.