Color spaces of #cc997c
RGB | 204 | 153 | 124 |
---|---|---|---|
HSL | 0.06 | 0.44 | 0.64 |
HSV | 22° | 39° | 80° |
CMYK | 0.00 | 0.25 | 0.39 0.20 |
XYZ | 39.9312 | 37.0751 | 24.1204 |
Yxy | 37.0751 | 0.3949 | 0.3666 |
Hunter Lab | 60.8893 | 10.5039 | 19.1357 |
CIE-Lab | 67.3333 | 15.2840 | 22.6635 |
#cc997c color RGB value is (204,153,124).
#cc997c hex color red value is 204, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cc997c hue: 0.06 , saturation: 0.44 and the lightness value of cc997c is 0.64.
The process color (four color CMYK) of #cc997c color hex is 0.00, 0.25, 0.39, 0.20. Web safe color of #cc997c is #cc9966. Color #cc997c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10011001 | 01111100 |
Octal | 314 | 231 | 174 |
Decimal | 204 | 153 | 124 |
Hex | CC | 99 | 7C |
Shades of #cc997c
Tints of #cc997c
RGB Percentages of Color #cc997c
CMYK Percentages of Color #cc997c
Complementary Color
#cc997c | #7cafcc |
#cc997c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc997c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc997c Color CSS Codes
.mybgcolor {background-color:#cc997c; } .myforecolor {color:#cc997c; } .mybordercolor {border:3px solid #cc997c; }
#cc997c Text Font Color
<p style="color:#cc997c">Text here</p>
This sample text font color is #cc997c
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.
#cc997c Background Color
<div style="background-color:#cc997c">
Div content here</div>
This div background color is #cc997c
#cc997c Border Color
<div style="border:3px solid #cc997c">
Div here</div>
This div border color is #cc997c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,153,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc997c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc997c; -webkit-box-shadow: 1px 1px 3px 2px #cc997c; box-shadow: 1px 1px 3px 2px #cc997c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,153,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc997c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc997c; -webkit-box-shadow: 1px 1px 3px 2px #cc997c; box-shadow: 1px 1px 3px 2px #cc997c;">
Div content here</div>
This div box has shadow with color #cc997c
Comments
No comments written yet.
Please login to write comment.