Shades of Winter Hazel #CAC286
Tints of Winter Hazel #CAC286
RGB
CMYK
RGB Variations
Color information
#CAC286 (or 0xCAC286) is known color: Winter Hazel. HEX triplet: CA, C2 and 86. RGB value is (202,194,134). Sum of RGB (Red+Green+Blue) = 202+194+134=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC286 is #353D79. Grayscale: #BDBDBD. Windows color (decimal): -3489146 or 8831690. OLE color: 8831690.
HSL color Cylindrical-coordinate representation of color #CAC286: hue angle of 52.94º 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 #CAC286 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 134 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.21 |
| HSL | 52.94º | 0.39% | 0.66% | - |
| HSV(B) | 52.94º | 0.34% | 0.79% | - |
| XYZ | 47.95 | 52.86 | 30.23 | - |
| YUV | 189.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 134 | 0 | 0.04 | 0.34 | 0.21 | 52.94 | 0.39 | 0.66 |
| Hex | CA | C2 | 86 | 0 | 4 | 22 | 15 | 35 | 27 | 42 |
| Octal | 312 | 302 | 206 | 0 | 4 | 42 | 25 | 65 | 47 | 102 |
| Binary | 11001010 | 11000010 | 10000110 | 0 | 100 | 100010 | 10101 | 110101 | 100111 | 1000010 |
Color Harmonies of #CAC286
Complementary color
Monochromatic Colors of #CAC286
Black with #CAC286
Text Example
Text Example
White with #CAC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC286; }
p { color: rgb(202,194,134); }
H1.HeaderClassName
{
color: #CAC286;
}
.AnyTagClassName
{
color: #CAC286;
}
</style>
background-color css
<style>
a { background-color: #CAC286; }
a { background-color: rgb(202,194,134); }
div.DivClassName
{
background-color: #CAC286;
}
.BgClassName
{
background-color: #CAC286;
}
</style>
border-color css
<style>
span { border-color: #CAC286; }
span { border-color: rgb(202,194,134); }
td.TdClassName
{
border-color: #CAC286;
}
.TagClassName
{
border-color: #CAC286;
}
</style>