Shades of Winter Hazel #CCC286
Tints of Winter Hazel #CCC286
RGB
CMYK
RGB Variations
Color information
#CCC286 (or 0xCCC286) is known color: Winter Hazel. HEX triplet: CC, C2 and 86. RGB value is (204,194,134). Sum of RGB (Red+Green+Blue) = 204+194+134=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC286 is #333D79. Grayscale: #BEBEBE. Windows color (decimal): -3358074 or 8831692. OLE color: 8831692.
HSL color Cylindrical-coordinate representation of color #CCC286: hue angle of 51.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCC286 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 134 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.2 |
| HSL | 51.43º | 0.41% | 0.66% | - |
| HSV(B) | 51.43º | 0.34% | 0.8% | - |
| XYZ | 48.5 | 53.14 | 30.26 | - |
| YUV | 190.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 134 | 0 | 0.05 | 0.34 | 0.2 | 51.43 | 0.41 | 0.66 |
| Hex | CC | C2 | 86 | 0 | 5 | 22 | 14 | 33 | 29 | 42 |
| Octal | 314 | 302 | 206 | 0 | 5 | 42 | 24 | 63 | 51 | 102 |
| Binary | 11001100 | 11000010 | 10000110 | 0 | 101 | 100010 | 10100 | 110011 | 101001 | 1000010 |
Color Harmonies of #CCC286
Complementary color
Monochromatic Colors of #CCC286
Black with #CCC286
Text Example
Text Example
White with #CCC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC286; }
p { color: rgb(204,194,134); }
H1.HeaderClassName
{
color: #CCC286;
}
.AnyTagClassName
{
color: #CCC286;
}
</style>
background-color css
<style>
a { background-color: #CCC286; }
a { background-color: rgb(204,194,134); }
div.DivClassName
{
background-color: #CCC286;
}
.BgClassName
{
background-color: #CCC286;
}
</style>
border-color css
<style>
span { border-color: #CCC286; }
span { border-color: rgb(204,194,134); }
td.TdClassName
{
border-color: #CCC286;
}
.TagClassName
{
border-color: #CCC286;
}
</style>