Shades of Winter Hazel #CAC190
Tints of Winter Hazel #CAC190
RGB
CMYK
RGB Variations
Color information
#CAC190 (or 0xCAC190) is known color: Winter Hazel. HEX triplet: CA, C1 and 90. RGB value is (202,193,144). Sum of RGB (Red+Green+Blue) = 202+193+144=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC190 is #353E6F. Grayscale: #BEBEBE. Windows color (decimal): -3489392 or 9486794. OLE color: 9486794.
HSL color Cylindrical-coordinate representation of color #CAC190: hue angle of 50.69º 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 #CAC190 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 144 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.21 |
| HSL | 50.69º | 0.35% | 0.68% | - |
| HSV(B) | 50.69º | 0.29% | 0.79% | - |
| XYZ | 48.46 | 52.71 | 34.01 | - |
| YUV | 190.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 144 | 0 | 0.04 | 0.29 | 0.21 | 50.69 | 0.35 | 0.68 |
| Hex | CA | C1 | 90 | 0 | 4 | 1D | 15 | 33 | 23 | 44 |
| Octal | 312 | 301 | 220 | 0 | 4 | 35 | 25 | 63 | 43 | 104 |
| Binary | 11001010 | 11000001 | 10010000 | 0 | 100 | 11101 | 10101 | 110011 | 100011 | 1000100 |
Color Harmonies of #CAC190
Complementary color
Monochromatic Colors of #CAC190
Black with #CAC190
Text Example
Text Example
White with #CAC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC190; }
p { color: rgb(202,193,144); }
H1.HeaderClassName
{
color: #CAC190;
}
.AnyTagClassName
{
color: #CAC190;
}
</style>
background-color css
<style>
a { background-color: #CAC190; }
a { background-color: rgb(202,193,144); }
div.DivClassName
{
background-color: #CAC190;
}
.BgClassName
{
background-color: #CAC190;
}
</style>
border-color css
<style>
span { border-color: #CAC190; }
span { border-color: rgb(202,193,144); }
td.TdClassName
{
border-color: #CAC190;
}
.TagClassName
{
border-color: #CAC190;
}
</style>