Shades of Winter Hazel #CAC385
Tints of Winter Hazel #CAC385
RGB
CMYK
RGB Variations
Color information
#CAC385 (or 0xCAC385) is known color: Winter Hazel. HEX triplet: CA, C3 and 85. RGB value is (202,195,133). Sum of RGB (Red+Green+Blue) = 202+195+133=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC385 is #353C7A. Grayscale: #BEBEBE. Windows color (decimal): -3488891 or 8766410. OLE color: 8766410.
HSL color Cylindrical-coordinate representation of color #CAC385: hue angle of 53.91º 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 #CAC385 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 133 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.21 |
| HSL | 53.91º | 0.39% | 0.66% | - |
| HSV(B) | 53.91º | 0.34% | 0.79% | - |
| XYZ | 48.11 | 53.28 | 29.94 | - |
| YUV | 190.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 133 | 0 | 0.03 | 0.34 | 0.21 | 53.91 | 0.39 | 0.66 |
| Hex | CA | C3 | 85 | 0 | 3 | 22 | 15 | 36 | 27 | 42 |
| Octal | 312 | 303 | 205 | 0 | 3 | 42 | 25 | 66 | 47 | 102 |
| Binary | 11001010 | 11000011 | 10000101 | 0 | 11 | 100010 | 10101 | 110110 | 100111 | 1000010 |
Color Harmonies of #CAC385
Complementary color
Monochromatic Colors of #CAC385
Black with #CAC385
Text Example
Text Example
White with #CAC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC385; }
p { color: rgb(202,195,133); }
H1.HeaderClassName
{
color: #CAC385;
}
.AnyTagClassName
{
color: #CAC385;
}
</style>
background-color css
<style>
a { background-color: #CAC385; }
a { background-color: rgb(202,195,133); }
div.DivClassName
{
background-color: #CAC385;
}
.BgClassName
{
background-color: #CAC385;
}
</style>
border-color css
<style>
span { border-color: #CAC385; }
span { border-color: rgb(202,195,133); }
td.TdClassName
{
border-color: #CAC385;
}
.TagClassName
{
border-color: #CAC385;
}
</style>