Color spaces of #c89cae
RGB | 200 | 156 | 174 |
---|---|---|---|
HSL | 0.93 | 0.29 | 0.70 |
HSV | 335° | 22° | 78° |
CMYK | 0.00 | 0.22 | 0.13 0.22 |
XYZ | 43.3479 | 39.1123 | 45.3091 |
Yxy | 39.1123 | 0.3393 | 0.3061 |
Hunter Lab | 62.5398 | 14.2781 | 0.8232 |
CIE-Lab | 68.8325 | 19.2118 | -3.0526 |
#c89cae color RGB value is (200,156,174).
#c89cae hex color red value is 200, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c89cae hue: 0.93 , saturation: 0.29 and the lightness value of c89cae is 0.70.
The process color (four color CMYK) of #c89cae color hex is 0.00, 0.22, 0.13, 0.22. Web safe color of #c89cae is #cc9999. Color #c89cae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10011100 | 10101110 |
Octal | 310 | 234 | 256 |
Decimal | 200 | 156 | 174 |
Hex | C8 | 9C | AE |
Shades of #c89cae
Tints of #c89cae
RGB Percentages of Color #c89cae
CMYK Percentages of Color #c89cae
Complementary Color
#c89cae | #9cc8b6 |
#c89cae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c89cae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c89cae Color CSS Codes
.mybgcolor {background-color:#c89cae; } .myforecolor {color:#c89cae; } .mybordercolor {border:3px solid #c89cae; }
#c89cae Text Font Color
<p style="color:#c89cae">Text here</p>
This sample text font color is #c89cae
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.
#c89cae Background Color
<div style="background-color:#c89cae">
Div content here</div>
This div background color is #c89cae
#c89cae Border Color
<div style="border:3px solid #c89cae">
Div here</div>
This div border color is #c89cae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,156,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c89cae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c89cae; -webkit-box-shadow: 1px 1px 3px 2px #c89cae; box-shadow: 1px 1px 3px 2px #c89cae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,156,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c89cae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c89cae; -webkit-box-shadow: 1px 1px 3px 2px #c89cae; box-shadow: 1px 1px 3px 2px #c89cae;">
Div content here</div>
This div box has shadow with color #c89cae
Comments
No comments written yet.
Please login to write comment.