Shades of Winter Hazel #CAC189
Tints of Winter Hazel #CAC189
RGB
CMYK
RGB Variations
Color information
#CAC189 (or 0xCAC189) is known color: Winter Hazel. HEX triplet: CA, C1 and 89. RGB value is (202,193,137). Sum of RGB (Red+Green+Blue) = 202+193+137=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC189 is #353E76. Grayscale: #BDBDBD. Windows color (decimal): -3489399 or 9028042. OLE color: 9028042.
HSL color Cylindrical-coordinate representation of color #CAC189: hue angle of 51.69º 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 #CAC189 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 137 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.21 |
| HSL | 51.69º | 0.38% | 0.66% | - |
| HSV(B) | 51.69º | 0.32% | 0.79% | - |
| XYZ | 47.94 | 52.5 | 31.27 | - |
| YUV | 189.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 137 | 0 | 0.04 | 0.32 | 0.21 | 51.69 | 0.38 | 0.66 |
| Hex | CA | C1 | 89 | 0 | 4 | 20 | 15 | 34 | 26 | 42 |
| Octal | 312 | 301 | 211 | 0 | 4 | 40 | 25 | 64 | 46 | 102 |
| Binary | 11001010 | 11000001 | 10001001 | 0 | 100 | 100000 | 10101 | 110100 | 100110 | 1000010 |
Color Harmonies of #CAC189
Complementary color
Monochromatic Colors of #CAC189
Black with #CAC189
Text Example
Text Example
White with #CAC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC189; }
p { color: rgb(202,193,137); }
H1.HeaderClassName
{
color: #CAC189;
}
.AnyTagClassName
{
color: #CAC189;
}
</style>
background-color css
<style>
a { background-color: #CAC189; }
a { background-color: rgb(202,193,137); }
div.DivClassName
{
background-color: #CAC189;
}
.BgClassName
{
background-color: #CAC189;
}
</style>
border-color css
<style>
span { border-color: #CAC189; }
span { border-color: rgb(202,193,137); }
td.TdClassName
{
border-color: #CAC189;
}
.TagClassName
{
border-color: #CAC189;
}
</style>