Shades of Winter Hazel #CAC587
Tints of Winter Hazel #CAC587
RGB
CMYK
RGB Variations
Color information
#CAC587 (or 0xCAC587) is known color: Winter Hazel. HEX triplet: CA, C5 and 87. RGB value is (202,197,135). Sum of RGB (Red+Green+Blue) = 202+197+135=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC587 is #353A78. Grayscale: #BFBFBF. Windows color (decimal): -3488377 or 8897994. OLE color: 8897994.
HSL color Cylindrical-coordinate representation of color #CAC587: hue angle of 55.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAC587 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 135 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.21 |
| HSL | 55.52º | 0.39% | 0.66% | - |
| HSV(B) | 55.52º | 0.33% | 0.79% | - |
| XYZ | 48.7 | 54.24 | 30.82 | - |
| YUV | 191.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 135 | 0 | 0.02 | 0.33 | 0.21 | 55.52 | 0.39 | 0.66 |
| Hex | CA | C5 | 87 | 0 | 2 | 21 | 15 | 38 | 27 | 42 |
| Octal | 312 | 305 | 207 | 0 | 2 | 41 | 25 | 70 | 47 | 102 |
| Binary | 11001010 | 11000101 | 10000111 | 0 | 10 | 100001 | 10101 | 111000 | 100111 | 1000010 |
Color Harmonies of #CAC587
Complementary color
Monochromatic Colors of #CAC587
Black with #CAC587
Text Example
Text Example
White with #CAC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC587; }
p { color: rgb(202,197,135); }
H1.HeaderClassName
{
color: #CAC587;
}
.AnyTagClassName
{
color: #CAC587;
}
</style>
background-color css
<style>
a { background-color: #CAC587; }
a { background-color: rgb(202,197,135); }
div.DivClassName
{
background-color: #CAC587;
}
.BgClassName
{
background-color: #CAC587;
}
</style>
border-color css
<style>
span { border-color: #CAC587; }
span { border-color: rgb(202,197,135); }
td.TdClassName
{
border-color: #CAC587;
}
.TagClassName
{
border-color: #CAC587;
}
</style>