Shades of Winter Hazel #CAC586
Tints of Winter Hazel #CAC586
RGB
CMYK
RGB Variations
Color information
#CAC586 (or 0xCAC586) is known color: Winter Hazel. HEX triplet: CA, C5 and 86. RGB value is (202,197,134). Sum of RGB (Red+Green+Blue) = 202+197+134=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC586 is #353A79. Grayscale: #BFBFBF. Windows color (decimal): -3488378 or 8832458. OLE color: 8832458.
HSL color Cylindrical-coordinate representation of color #CAC586: hue angle of 55.59º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAC586 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 134 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.21 |
| HSL | 55.59º | 0.39% | 0.66% | - |
| HSV(B) | 55.59º | 0.34% | 0.79% | - |
| XYZ | 48.63 | 54.21 | 30.46 | - |
| YUV | 191.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 134 | 0 | 0.02 | 0.34 | 0.21 | 55.59 | 0.39 | 0.66 |
| Hex | CA | C5 | 86 | 0 | 2 | 22 | 15 | 38 | 27 | 42 |
| Octal | 312 | 305 | 206 | 0 | 2 | 42 | 25 | 70 | 47 | 102 |
| Binary | 11001010 | 11000101 | 10000110 | 0 | 10 | 100010 | 10101 | 111000 | 100111 | 1000010 |
Color Harmonies of #CAC586
Complementary color
Monochromatic Colors of #CAC586
Black with #CAC586
Text Example
Text Example
White with #CAC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC586; }
p { color: rgb(202,197,134); }
H1.HeaderClassName
{
color: #CAC586;
}
.AnyTagClassName
{
color: #CAC586;
}
</style>
background-color css
<style>
a { background-color: #CAC586; }
a { background-color: rgb(202,197,134); }
div.DivClassName
{
background-color: #CAC586;
}
.BgClassName
{
background-color: #CAC586;
}
</style>
border-color css
<style>
span { border-color: #CAC586; }
span { border-color: rgb(202,197,134); }
td.TdClassName
{
border-color: #CAC586;
}
.TagClassName
{
border-color: #CAC586;
}
</style>