Shades of Winter Hazel #CAC294
Tints of Winter Hazel #CAC294
RGB
CMYK
RGB Variations
Color information
#CAC294 (or 0xCAC294) is known color: Winter Hazel. HEX triplet: CA, C2 and 94. RGB value is (202,194,148). Sum of RGB (Red+Green+Blue) = 202+194+148=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC294 is #353D6B. Grayscale: #BFBFBF. Windows color (decimal): -3489132 or 9749194. OLE color: 9749194.
HSL color Cylindrical-coordinate representation of color #CAC294: hue angle of 51.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAC294 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 148 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.21 |
| HSL | 51.11º | 0.34% | 0.69% | - |
| HSV(B) | 51.11º | 0.27% | 0.79% | - |
| XYZ | 48.99 | 53.28 | 35.72 | - |
| YUV | 191.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 148 | 0 | 0.04 | 0.27 | 0.21 | 51.11 | 0.34 | 0.69 |
| Hex | CA | C2 | 94 | 0 | 4 | 1B | 15 | 33 | 22 | 45 |
| Octal | 312 | 302 | 224 | 0 | 4 | 33 | 25 | 63 | 42 | 105 |
| Binary | 11001010 | 11000010 | 10010100 | 0 | 100 | 11011 | 10101 | 110011 | 100010 | 1000101 |
Color Harmonies of #CAC294
Complementary color
Monochromatic Colors of #CAC294
Black with #CAC294
Text Example
Text Example
White with #CAC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC294; }
p { color: rgb(202,194,148); }
H1.HeaderClassName
{
color: #CAC294;
}
.AnyTagClassName
{
color: #CAC294;
}
</style>
background-color css
<style>
a { background-color: #CAC294; }
a { background-color: rgb(202,194,148); }
div.DivClassName
{
background-color: #CAC294;
}
.BgClassName
{
background-color: #CAC294;
}
</style>
border-color css
<style>
span { border-color: #CAC294; }
span { border-color: rgb(202,194,148); }
td.TdClassName
{
border-color: #CAC294;
}
.TagClassName
{
border-color: #CAC294;
}
</style>