Shades of Winter Hazel #CAC285
Tints of Winter Hazel #CAC285
RGB
CMYK
RGB Variations
Color information
#CAC285 (or 0xCAC285) is known color: Winter Hazel. HEX triplet: CA, C2 and 85. RGB value is (202,194,133). Sum of RGB (Red+Green+Blue) = 202+194+133=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC285 is #353D7A. Grayscale: #BDBDBD. Windows color (decimal): -3489147 or 8766154. OLE color: 8766154.
HSL color Cylindrical-coordinate representation of color #CAC285: hue angle of 53.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAC285 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 133 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.21 |
| HSL | 53.04º | 0.39% | 0.66% | - |
| HSV(B) | 53.04º | 0.34% | 0.79% | - |
| XYZ | 47.88 | 52.83 | 29.86 | - |
| YUV | 189.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 133 | 0 | 0.04 | 0.34 | 0.21 | 53.04 | 0.39 | 0.66 |
| Hex | CA | C2 | 85 | 0 | 4 | 22 | 15 | 35 | 27 | 42 |
| Octal | 312 | 302 | 205 | 0 | 4 | 42 | 25 | 65 | 47 | 102 |
| Binary | 11001010 | 11000010 | 10000101 | 0 | 100 | 100010 | 10101 | 110101 | 100111 | 1000010 |
Color Harmonies of #CAC285
Complementary color
Monochromatic Colors of #CAC285
Black with #CAC285
Text Example
Text Example
White with #CAC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC285; }
p { color: rgb(202,194,133); }
H1.HeaderClassName
{
color: #CAC285;
}
.AnyTagClassName
{
color: #CAC285;
}
</style>
background-color css
<style>
a { background-color: #CAC285; }
a { background-color: rgb(202,194,133); }
div.DivClassName
{
background-color: #CAC285;
}
.BgClassName
{
background-color: #CAC285;
}
</style>
border-color css
<style>
span { border-color: #CAC285; }
span { border-color: rgb(202,194,133); }
td.TdClassName
{
border-color: #CAC285;
}
.TagClassName
{
border-color: #CAC285;
}
</style>