Shades of Winter Hazel #CCC284
Tints of Winter Hazel #CCC284
RGB
CMYK
RGB Variations
Color information
#CCC284 (or 0xCCC284) is known color: Winter Hazel. HEX triplet: CC, C2 and 84. RGB value is (204,194,132). Sum of RGB (Red+Green+Blue) = 204+194+132=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC284 is #333D7B. Grayscale: #BEBEBE. Windows color (decimal): -3358076 or 8700620. OLE color: 8700620.
HSL color Cylindrical-coordinate representation of color #CCC284: hue angle of 51.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC284 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 132 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.2 |
| HSL | 51.67º | 0.41% | 0.66% | - |
| HSV(B) | 51.67º | 0.35% | 0.8% | - |
| XYZ | 48.36 | 53.09 | 29.53 | - |
| YUV | 189.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 132 | 0 | 0.05 | 0.35 | 0.2 | 51.67 | 0.41 | 0.66 |
| Hex | CC | C2 | 84 | 0 | 5 | 23 | 14 | 34 | 29 | 42 |
| Octal | 314 | 302 | 204 | 0 | 5 | 43 | 24 | 64 | 51 | 102 |
| Binary | 11001100 | 11000010 | 10000100 | 0 | 101 | 100011 | 10100 | 110100 | 101001 | 1000010 |
Color Harmonies of #CCC284
Complementary color
Monochromatic Colors of #CCC284
Black with #CCC284
Text Example
Text Example
White with #CCC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC284; }
p { color: rgb(204,194,132); }
H1.HeaderClassName
{
color: #CCC284;
}
.AnyTagClassName
{
color: #CCC284;
}
</style>
background-color css
<style>
a { background-color: #CCC284; }
a { background-color: rgb(204,194,132); }
div.DivClassName
{
background-color: #CCC284;
}
.BgClassName
{
background-color: #CCC284;
}
</style>
border-color css
<style>
span { border-color: #CCC284; }
span { border-color: rgb(204,194,132); }
td.TdClassName
{
border-color: #CCC284;
}
.TagClassName
{
border-color: #CCC284;
}
</style>