Shades of Winter Hazel #CAC589
Tints of Winter Hazel #CAC589
RGB
CMYK
RGB Variations
Color information
#CAC589 (or 0xCAC589) is known color: Winter Hazel. HEX triplet: CA, C5 and 89. RGB value is (202,197,137). Sum of RGB (Red+Green+Blue) = 202+197+137=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC589 is #353A76. Grayscale: #BFBFBF. Windows color (decimal): -3488375 or 9029066. OLE color: 9029066.
HSL color Cylindrical-coordinate representation of color #CAC589: hue angle of 55.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC589 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 137 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.21 |
| HSL | 55.38º | 0.38% | 0.66% | - |
| HSV(B) | 55.38º | 0.32% | 0.79% | - |
| XYZ | 48.84 | 54.3 | 31.57 | - |
| YUV | 191.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 137 | 0 | 0.02 | 0.32 | 0.21 | 55.38 | 0.38 | 0.66 |
| Hex | CA | C5 | 89 | 0 | 2 | 20 | 15 | 37 | 26 | 42 |
| Octal | 312 | 305 | 211 | 0 | 2 | 40 | 25 | 67 | 46 | 102 |
| Binary | 11001010 | 11000101 | 10001001 | 0 | 10 | 100000 | 10101 | 110111 | 100110 | 1000010 |
Color Harmonies of #CAC589
Complementary color
Monochromatic Colors of #CAC589
Black with #CAC589
Text Example
Text Example
White with #CAC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC589; }
p { color: rgb(202,197,137); }
H1.HeaderClassName
{
color: #CAC589;
}
.AnyTagClassName
{
color: #CAC589;
}
</style>
background-color css
<style>
a { background-color: #CAC589; }
a { background-color: rgb(202,197,137); }
div.DivClassName
{
background-color: #CAC589;
}
.BgClassName
{
background-color: #CAC589;
}
</style>
border-color css
<style>
span { border-color: #CAC589; }
span { border-color: rgb(202,197,137); }
td.TdClassName
{
border-color: #CAC589;
}
.TagClassName
{
border-color: #CAC589;
}
</style>