Shades of Winter Hazel #CAC08A
Tints of Winter Hazel #CAC08A
RGB
CMYK
RGB Variations
Color information
#CAC08A (or 0xCAC08A) is known color: Winter Hazel. HEX triplet: CA, C0 and 8A. RGB value is (202,192,138). Sum of RGB (Red+Green+Blue) = 202+192+138=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08A is #353F75. Grayscale: #BDBDBD. Windows color (decimal): -3489654 or 9093322. OLE color: 9093322.
HSL color Cylindrical-coordinate representation of color #CAC08A: hue angle of 50.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC08A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 138 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.21 |
| HSL | 50.63º | 0.38% | 0.67% | - |
| HSV(B) | 50.63º | 0.32% | 0.79% | - |
| XYZ | 47.79 | 52.09 | 31.58 | - |
| YUV | 188.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 138 | 0 | 0.05 | 0.32 | 0.21 | 50.63 | 0.38 | 0.67 |
| Hex | CA | C0 | 8A | 0 | 5 | 20 | 15 | 33 | 26 | 43 |
| Octal | 312 | 300 | 212 | 0 | 5 | 40 | 25 | 63 | 46 | 103 |
| Binary | 11001010 | 11000000 | 10001010 | 0 | 101 | 100000 | 10101 | 110011 | 100110 | 1000011 |
Color Harmonies of #CAC08A
Complementary color
Monochromatic Colors of #CAC08A
Black with #CAC08A
Text Example
Text Example
White with #CAC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC08A; }
p { color: rgb(202,192,138); }
H1.HeaderClassName
{
color: #CAC08A;
}
.AnyTagClassName
{
color: #CAC08A;
}
</style>
background-color css
<style>
a { background-color: #CAC08A; }
a { background-color: rgb(202,192,138); }
div.DivClassName
{
background-color: #CAC08A;
}
.BgClassName
{
background-color: #CAC08A;
}
</style>
border-color css
<style>
span { border-color: #CAC08A; }
span { border-color: rgb(202,192,138); }
td.TdClassName
{
border-color: #CAC08A;
}
.TagClassName
{
border-color: #CAC08A;
}
</style>