Shades of Winter Hazel #CAC491
Tints of Winter Hazel #CAC491
RGB
CMYK
RGB Variations
Color information
#CAC491 (or 0xCAC491) is known color: Winter Hazel. HEX triplet: CA, C4 and 91. RGB value is (202,196,145). Sum of RGB (Red+Green+Blue) = 202+196+145=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC491 is #353B6E. Grayscale: #C0C0C0. Windows color (decimal): -3488623 or 9553098. OLE color: 9553098.
HSL color Cylindrical-coordinate representation of color #CAC491: hue angle of 53.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAC491 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 145 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.21 |
| HSL | 53.68º | 0.35% | 0.68% | - |
| HSV(B) | 53.68º | 0.28% | 0.79% | - |
| XYZ | 49.21 | 54.08 | 34.63 | - |
| YUV | 191.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 145 | 0 | 0.03 | 0.28 | 0.21 | 53.68 | 0.35 | 0.68 |
| Hex | CA | C4 | 91 | 0 | 3 | 1C | 15 | 36 | 23 | 44 |
| Octal | 312 | 304 | 221 | 0 | 3 | 34 | 25 | 66 | 43 | 104 |
| Binary | 11001010 | 11000100 | 10010001 | 0 | 11 | 11100 | 10101 | 110110 | 100011 | 1000100 |
Color Harmonies of #CAC491
Complementary color
Monochromatic Colors of #CAC491
Black with #CAC491
Text Example
Text Example
White with #CAC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC491; }
p { color: rgb(202,196,145); }
H1.HeaderClassName
{
color: #CAC491;
}
.AnyTagClassName
{
color: #CAC491;
}
</style>
background-color css
<style>
a { background-color: #CAC491; }
a { background-color: rgb(202,196,145); }
div.DivClassName
{
background-color: #CAC491;
}
.BgClassName
{
background-color: #CAC491;
}
</style>
border-color css
<style>
span { border-color: #CAC491; }
span { border-color: rgb(202,196,145); }
td.TdClassName
{
border-color: #CAC491;
}
.TagClassName
{
border-color: #CAC491;
}
</style>