Shades of Winter Hazel #CAC08E
Tints of Winter Hazel #CAC08E
RGB
CMYK
RGB Variations
Color information
#CAC08E (or 0xCAC08E) is known color: Winter Hazel. HEX triplet: CA, C0 and 8E. RGB value is (202,192,142). Sum of RGB (Red+Green+Blue) = 202+192+142=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08E is #353F71. Grayscale: #BDBDBD. Windows color (decimal): -3489650 or 9355466. OLE color: 9355466.
HSL color Cylindrical-coordinate representation of color #CAC08E: hue angle of 50º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC08E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 142 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.21 |
| HSL | 50º | 0.36% | 0.67% | - |
| HSV(B) | 50º | 0.3% | 0.79% | - |
| XYZ | 48.09 | 52.21 | 33.13 | - |
| YUV | 189.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 142 | 0 | 0.05 | 0.30 | 0.21 | 50 | 0.36 | 0.67 |
| Hex | CA | C0 | 8E | 0 | 5 | 1E | 15 | 32 | 24 | 43 |
| Octal | 312 | 300 | 216 | 0 | 5 | 36 | 25 | 62 | 44 | 103 |
| Binary | 11001010 | 11000000 | 10001110 | 0 | 101 | 11110 | 10101 | 110010 | 100100 | 1000011 |
Color Harmonies of #CAC08E
Complementary color
Monochromatic Colors of #CAC08E
Black with #CAC08E
Text Example
Text Example
White with #CAC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC08E; }
p { color: rgb(202,192,142); }
H1.HeaderClassName
{
color: #CAC08E;
}
.AnyTagClassName
{
color: #CAC08E;
}
</style>
background-color css
<style>
a { background-color: #CAC08E; }
a { background-color: rgb(202,192,142); }
div.DivClassName
{
background-color: #CAC08E;
}
.BgClassName
{
background-color: #CAC08E;
}
</style>
border-color css
<style>
span { border-color: #CAC08E; }
span { border-color: rgb(202,192,142); }
td.TdClassName
{
border-color: #CAC08E;
}
.TagClassName
{
border-color: #CAC08E;
}
</style>