Color spaces of #cca04c
RGB | 204 | 160 | 76 |
---|---|---|---|
HSL | 0.11 | 0.56 | 0.55 |
HSV | 39° | 63° | 80° |
CMYK | 0.00 | 0.22 | 0.63 0.20 |
XYZ | 38.7772 | 38.5008 | 12.2251 |
Yxy | 38.5008 | 0.4332 | 0.4302 |
Hunter Lab | 62.0490 | 2.9669 | 31.7528 |
CIE-Lab | 68.3881 | 7.0948 | 49.0115 |
#cca04c color RGB value is (204,160,76).
#cca04c hex color red value is 204, green value is 160 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cca04c hue: 0.11 , saturation: 0.56 and the lightness value of cca04c is 0.55.
The process color (four color CMYK) of #cca04c color hex is 0.00, 0.22, 0.63, 0.20. Web safe color of #cca04c is #cc9933. Color #cca04c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10100000 | 01001100 |
Octal | 314 | 240 | 114 |
Decimal | 204 | 160 | 76 |
Hex | CC | A0 | 4C |
Shades of #cca04c
Tints of #cca04c
RGB Percentages of Color #cca04c
CMYK Percentages of Color #cca04c
Complementary Color
#cca04c | #4c78cc |
#cca04c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cca04c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cca04c Color CSS Codes
.mybgcolor {background-color:#cca04c; } .myforecolor {color:#cca04c; } .mybordercolor {border:3px solid #cca04c; }
#cca04c Text Font Color
<p style="color:#cca04c">Text here</p>
This sample text font color is #cca04c
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.
#cca04c Background Color
<div style="background-color:#cca04c">
Div content here</div>
This div background color is #cca04c
#cca04c Border Color
<div style="border:3px solid #cca04c">
Div here</div>
This div border color is #cca04c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,160,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cca04c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cca04c; -webkit-box-shadow: 1px 1px 3px 2px #cca04c; box-shadow: 1px 1px 3px 2px #cca04c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,160,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cca04c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cca04c; -webkit-box-shadow: 1px 1px 3px 2px #cca04c; box-shadow: 1px 1px 3px 2px #cca04c;">
Div content here</div>
This div box has shadow with color #cca04c
Comments
No comments written yet.
Please login to write comment.