Shades of Winter Hazel #CAC091
Tints of Winter Hazel #CAC091
RGB
CMYK
RGB Variations
Color information
#CAC091 (or 0xCAC091) is known color: Winter Hazel. HEX triplet: CA, C0 and 91. RGB value is (202,192,145). Sum of RGB (Red+Green+Blue) = 202+192+145=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC091 is #353F6E. Grayscale: #BDBDBD. Windows color (decimal): -3489647 or 9552074. OLE color: 9552074.
HSL color Cylindrical-coordinate representation of color #CAC091: hue angle of 49.47º 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 #CAC091 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 145 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.21 |
| HSL | 49.47º | 0.35% | 0.68% | - |
| HSV(B) | 49.47º | 0.28% | 0.79% | - |
| XYZ | 48.32 | 52.3 | 34.34 | - |
| YUV | 189.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 145 | 0 | 0.05 | 0.28 | 0.21 | 49.47 | 0.35 | 0.68 |
| Hex | CA | C0 | 91 | 0 | 5 | 1C | 15 | 31 | 23 | 44 |
| Octal | 312 | 300 | 221 | 0 | 5 | 34 | 25 | 61 | 43 | 104 |
| Binary | 11001010 | 11000000 | 10010001 | 0 | 101 | 11100 | 10101 | 110001 | 100011 | 1000100 |
Color Harmonies of #CAC091
Complementary color
Monochromatic Colors of #CAC091
Black with #CAC091
Text Example
Text Example
White with #CAC091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC091; }
p { color: rgb(202,192,145); }
H1.HeaderClassName
{
color: #CAC091;
}
.AnyTagClassName
{
color: #CAC091;
}
</style>
background-color css
<style>
a { background-color: #CAC091; }
a { background-color: rgb(202,192,145); }
div.DivClassName
{
background-color: #CAC091;
}
.BgClassName
{
background-color: #CAC091;
}
</style>
border-color css
<style>
span { border-color: #CAC091; }
span { border-color: rgb(202,192,145); }
td.TdClassName
{
border-color: #CAC091;
}
.TagClassName
{
border-color: #CAC091;
}
</style>