Color spaces of #cc9cac
RGB | 204 | 156 | 172 |
---|---|---|---|
HSL | 0.94 | 0.32 | 0.71 |
HSV | 340° | 24° | 80° |
CMYK | 0.00 | 0.24 | 0.16 0.20 |
XYZ | 44.2367 | 39.5929 | 44.3404 |
Yxy | 39.5929 | 0.3451 | 0.3089 |
Hunter Lab | 62.9229 | 15.3759 | 2.2656 |
CIE-Lab | 69.1786 | 20.3328 | -1.3842 |
#cc9cac color RGB value is (204,156,172).
#cc9cac hex color red value is 204, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc9cac hue: 0.94 , saturation: 0.32 and the lightness value of cc9cac is 0.71.
The process color (four color CMYK) of #cc9cac color hex is 0.00, 0.24, 0.16, 0.20. Web safe color of #cc9cac is #cc9999. Color #cc9cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10011100 | 10101100 |
Octal | 314 | 234 | 254 |
Decimal | 204 | 156 | 172 |
Hex | CC | 9C | AC |
Shades of #cc9cac
Tints of #cc9cac
RGB Percentages of Color #cc9cac
CMYK Percentages of Color #cc9cac
Complementary Color
#cc9cac | #9cccbc |
#cc9cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc9cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc9cac Color CSS Codes
.mybgcolor {background-color:#cc9cac; } .myforecolor {color:#cc9cac; } .mybordercolor {border:3px solid #cc9cac; }
#cc9cac Text Font Color
<p style="color:#cc9cac">Text here</p>
This sample text font color is #cc9cac
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.
#cc9cac Background Color
<div style="background-color:#cc9cac">
Div content here</div>
This div background color is #cc9cac
#cc9cac Border Color
<div style="border:3px solid #cc9cac">
Div here</div>
This div border color is #cc9cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,156,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc9cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc9cac; -webkit-box-shadow: 1px 1px 3px 2px #cc9cac; box-shadow: 1px 1px 3px 2px #cc9cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,156,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc9cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc9cac; -webkit-box-shadow: 1px 1px 3px 2px #cc9cac; box-shadow: 1px 1px 3px 2px #cc9cac;">
Div content here</div>
This div box has shadow with color #cc9cac
Comments
No comments written yet.
Please login to write comment.