Shades of Winter Hazel #CAC289
Tints of Winter Hazel #CAC289
RGB
CMYK
RGB Variations
Color information
#CAC289 (or 0xCAC289) is known color: Winter Hazel. HEX triplet: CA, C2 and 89. RGB value is (202,194,137). Sum of RGB (Red+Green+Blue) = 202+194+137=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC289 is #353D76. Grayscale: #BEBEBE. Windows color (decimal): -3489143 or 9028298. OLE color: 9028298.
HSL color Cylindrical-coordinate representation of color #CAC289: hue angle of 52.62º 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 #CAC289 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 137 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.21 |
| HSL | 52.62º | 0.38% | 0.66% | - |
| HSV(B) | 52.62º | 0.32% | 0.79% | - |
| XYZ | 48.16 | 52.95 | 31.35 | - |
| YUV | 189.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 137 | 0 | 0.04 | 0.32 | 0.21 | 52.62 | 0.38 | 0.66 |
| Hex | CA | C2 | 89 | 0 | 4 | 20 | 15 | 35 | 26 | 42 |
| Octal | 312 | 302 | 211 | 0 | 4 | 40 | 25 | 65 | 46 | 102 |
| Binary | 11001010 | 11000010 | 10001001 | 0 | 100 | 100000 | 10101 | 110101 | 100110 | 1000010 |
Color Harmonies of #CAC289
Complementary color
Monochromatic Colors of #CAC289
Black with #CAC289
Text Example
Text Example
White with #CAC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC289; }
p { color: rgb(202,194,137); }
H1.HeaderClassName
{
color: #CAC289;
}
.AnyTagClassName
{
color: #CAC289;
}
</style>
background-color css
<style>
a { background-color: #CAC289; }
a { background-color: rgb(202,194,137); }
div.DivClassName
{
background-color: #CAC289;
}
.BgClassName
{
background-color: #CAC289;
}
</style>
border-color css
<style>
span { border-color: #CAC289; }
span { border-color: rgb(202,194,137); }
td.TdClassName
{
border-color: #CAC289;
}
.TagClassName
{
border-color: #CAC289;
}
</style>