Color spaces of #cc977a
RGB | 204 | 151 | 122 |
---|---|---|---|
HSL | 0.06 | 0.45 | 0.64 |
HSV | 21° | 40° | 80° |
CMYK | 0.00 | 0.26 | 0.40 0.20 |
XYZ | 39.4813 | 36.3757 | 23.3527 |
Yxy | 36.3757 | 0.3980 | 0.3667 |
Hunter Lab | 60.3123 | 11.3023 | 19.2617 |
CIE-Lab | 66.8060 | 16.1453 | 23.0520 |
#cc977a color RGB value is (204,151,122).
#cc977a hex color red value is 204, green value is 151 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc977a hue: 0.06 , saturation: 0.45 and the lightness value of cc977a is 0.64.
The process color (four color CMYK) of #cc977a color hex is 0.00, 0.26, 0.40, 0.20. Web safe color of #cc977a is #cc9966. Color #cc977a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10010111 | 01111010 |
Octal | 314 | 227 | 172 |
Decimal | 204 | 151 | 122 |
Hex | CC | 97 | 7A |
Shades of #cc977a
Tints of #cc977a
RGB Percentages of Color #cc977a
CMYK Percentages of Color #cc977a
Complementary Color
#cc977a | #7aafcc |
#cc977a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc977a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc977a Color CSS Codes
.mybgcolor {background-color:#cc977a; } .myforecolor {color:#cc977a; } .mybordercolor {border:3px solid #cc977a; }
#cc977a Text Font Color
<p style="color:#cc977a">Text here</p>
This sample text font color is #cc977a
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.
#cc977a Background Color
<div style="background-color:#cc977a">
Div content here</div>
This div background color is #cc977a
#cc977a Border Color
<div style="border:3px solid #cc977a">
Div here</div>
This div border color is #cc977a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,151,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc977a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc977a; -webkit-box-shadow: 1px 1px 3px 2px #cc977a; box-shadow: 1px 1px 3px 2px #cc977a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,151,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc977a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc977a; -webkit-box-shadow: 1px 1px 3px 2px #cc977a; box-shadow: 1px 1px 3px 2px #cc977a;">
Div content here</div>
This div box has shadow with color #cc977a
#cc977a Color Palettes
Comments
No comments written yet.
Please login to write comment.