Shades of Winter Hazel #CAC291
Tints of Winter Hazel #CAC291
RGB
CMYK
RGB Variations
Color information
#CAC291 (or 0xCAC291) is known color: Winter Hazel. HEX triplet: CA, C2 and 91. RGB value is (202,194,145). Sum of RGB (Red+Green+Blue) = 202+194+145=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC291 is #353D6E. Grayscale: #BFBFBF. Windows color (decimal): -3489135 or 9552586. OLE color: 9552586.
HSL color Cylindrical-coordinate representation of color #CAC291: hue angle of 51.58º 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 #CAC291 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 145 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.21 |
| HSL | 51.58º | 0.35% | 0.68% | - |
| HSV(B) | 51.58º | 0.28% | 0.79% | - |
| XYZ | 48.76 | 53.18 | 34.48 | - |
| YUV | 190.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 145 | 0 | 0.04 | 0.28 | 0.21 | 51.58 | 0.35 | 0.68 |
| Hex | CA | C2 | 91 | 0 | 4 | 1C | 15 | 34 | 23 | 44 |
| Octal | 312 | 302 | 221 | 0 | 4 | 34 | 25 | 64 | 43 | 104 |
| Binary | 11001010 | 11000010 | 10010001 | 0 | 100 | 11100 | 10101 | 110100 | 100011 | 1000100 |
Color Harmonies of #CAC291
Complementary color
Monochromatic Colors of #CAC291
Black with #CAC291
Text Example
Text Example
White with #CAC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC291; }
p { color: rgb(202,194,145); }
H1.HeaderClassName
{
color: #CAC291;
}
.AnyTagClassName
{
color: #CAC291;
}
</style>
background-color css
<style>
a { background-color: #CAC291; }
a { background-color: rgb(202,194,145); }
div.DivClassName
{
background-color: #CAC291;
}
.BgClassName
{
background-color: #CAC291;
}
</style>
border-color css
<style>
span { border-color: #CAC291; }
span { border-color: rgb(202,194,145); }
td.TdClassName
{
border-color: #CAC291;
}
.TagClassName
{
border-color: #CAC291;
}
</style>