Shades of Winter Hazel #CAC090
Tints of Winter Hazel #CAC090
RGB
CMYK
RGB Variations
Color information
#CAC090 (or 0xCAC090) is known color: Winter Hazel. HEX triplet: CA, C0 and 90. RGB value is (202,192,144). Sum of RGB (Red+Green+Blue) = 202+192+144=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC090 is #353F6F. Grayscale: #BDBDBD. Windows color (decimal): -3489648 or 9486538. OLE color: 9486538.
HSL color Cylindrical-coordinate representation of color #CAC090: hue angle of 49.66º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAC090 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 144 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.21 |
| HSL | 49.66º | 0.35% | 0.68% | - |
| HSV(B) | 49.66º | 0.29% | 0.79% | - |
| XYZ | 48.24 | 52.27 | 33.93 | - |
| YUV | 189.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 144 | 0 | 0.05 | 0.29 | 0.21 | 49.66 | 0.35 | 0.68 |
| Hex | CA | C0 | 90 | 0 | 5 | 1D | 15 | 32 | 23 | 44 |
| Octal | 312 | 300 | 220 | 0 | 5 | 35 | 25 | 62 | 43 | 104 |
| Binary | 11001010 | 11000000 | 10010000 | 0 | 101 | 11101 | 10101 | 110010 | 100011 | 1000100 |
Color Harmonies of #CAC090
Complementary color
Monochromatic Colors of #CAC090
Black with #CAC090
Text Example
Text Example
White with #CAC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC090; }
p { color: rgb(202,192,144); }
H1.HeaderClassName
{
color: #CAC090;
}
.AnyTagClassName
{
color: #CAC090;
}
</style>
background-color css
<style>
a { background-color: #CAC090; }
a { background-color: rgb(202,192,144); }
div.DivClassName
{
background-color: #CAC090;
}
.BgClassName
{
background-color: #CAC090;
}
</style>
border-color css
<style>
span { border-color: #CAC090; }
span { border-color: rgb(202,192,144); }
td.TdClassName
{
border-color: #CAC090;
}
.TagClassName
{
border-color: #CAC090;
}
</style>