Shades of Winter Hazel #CAC07F
Tints of Winter Hazel #CAC07F
RGB
CMYK
RGB Variations
Color information
#CAC07F (or 0xCAC07F) is known color: Winter Hazel. HEX triplet: CA, C0 and 7F. RGB value is (202,192,127). Sum of RGB (Red+Green+Blue) = 202+192+127=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07F is #353F80. Grayscale: #BBBBBB. Windows color (decimal): -3489665 or 8372426. OLE color: 8372426.
HSL color Cylindrical-coordinate representation of color #CAC07F: hue angle of 52º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC07F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 127 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.21 |
| HSL | 52º | 0.41% | 0.65% | - |
| HSV(B) | 52º | 0.37% | 0.79% | - |
| XYZ | 47.04 | 51.79 | 27.6 | - |
| YUV | 187.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 127 | 0 | 0.05 | 0.37 | 0.21 | 52 | 0.41 | 0.65 |
| Hex | CA | C0 | 7F | 0 | 5 | 25 | 15 | 34 | 29 | 41 |
| Octal | 312 | 300 | 177 | 0 | 5 | 45 | 25 | 64 | 51 | 101 |
| Binary | 11001010 | 11000000 | 1111111 | 0 | 101 | 100101 | 10101 | 110100 | 101001 | 1000001 |
Color Harmonies of #CAC07F
Complementary color
Monochromatic Colors of #CAC07F
Black with #CAC07F
Text Example
Text Example
White with #CAC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC07F; }
p { color: rgb(202,192,127); }
H1.HeaderClassName
{
color: #CAC07F;
}
.AnyTagClassName
{
color: #CAC07F;
}
</style>
background-color css
<style>
a { background-color: #CAC07F; }
a { background-color: rgb(202,192,127); }
div.DivClassName
{
background-color: #CAC07F;
}
.BgClassName
{
background-color: #CAC07F;
}
</style>
border-color css
<style>
span { border-color: #CAC07F; }
span { border-color: rgb(202,192,127); }
td.TdClassName
{
border-color: #CAC07F;
}
.TagClassName
{
border-color: #CAC07F;
}
</style>