Shades of Winter Hazel #CAC686
Tints of Winter Hazel #CAC686
RGB
CMYK
RGB Variations
Color information
#CAC686 (or 0xCAC686) is known color: Winter Hazel. HEX triplet: CA, C6 and 86. RGB value is (202,198,134). Sum of RGB (Red+Green+Blue) = 202+198+134=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC686 is #353979. Grayscale: #C0C0C0. Windows color (decimal): -3488122 or 8832714. OLE color: 8832714.
HSL color Cylindrical-coordinate representation of color #CAC686: hue angle of 56.47º 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 #CAC686 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 134 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.21 |
| HSL | 56.47º | 0.39% | 0.66% | - |
| HSV(B) | 56.47º | 0.34% | 0.79% | - |
| XYZ | 48.85 | 54.67 | 30.53 | - |
| YUV | 191.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 134 | 0 | 0.02 | 0.34 | 0.21 | 56.47 | 0.39 | 0.66 |
| Hex | CA | C6 | 86 | 0 | 2 | 22 | 15 | 38 | 27 | 42 |
| Octal | 312 | 306 | 206 | 0 | 2 | 42 | 25 | 70 | 47 | 102 |
| Binary | 11001010 | 11000110 | 10000110 | 0 | 10 | 100010 | 10101 | 111000 | 100111 | 1000010 |
Color Harmonies of #CAC686
Complementary color
Monochromatic Colors of #CAC686
Black with #CAC686
Text Example
Text Example
White with #CAC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC686; }
p { color: rgb(202,198,134); }
H1.HeaderClassName
{
color: #CAC686;
}
.AnyTagClassName
{
color: #CAC686;
}
</style>
background-color css
<style>
a { background-color: #CAC686; }
a { background-color: rgb(202,198,134); }
div.DivClassName
{
background-color: #CAC686;
}
.BgClassName
{
background-color: #CAC686;
}
</style>
border-color css
<style>
span { border-color: #CAC686; }
span { border-color: rgb(202,198,134); }
td.TdClassName
{
border-color: #CAC686;
}
.TagClassName
{
border-color: #CAC686;
}
</style>