Shades of Winter Hazel #CCC484
Tints of Winter Hazel #CCC484
RGB
CMYK
RGB Variations
Color information
#CCC484 (or 0xCCC484) is known color: Winter Hazel. HEX triplet: CC, C4 and 84. RGB value is (204,196,132). Sum of RGB (Red+Green+Blue) = 204+196+132=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC484 is #333B7B. Grayscale: #BFBFBF. Windows color (decimal): -3357564 or 8701132. OLE color: 8701132.
HSL color Cylindrical-coordinate representation of color #CCC484: hue angle of 53.33º 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 #CCC484 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 132 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.2 |
| HSL | 53.33º | 0.41% | 0.66% | - |
| HSV(B) | 53.33º | 0.35% | 0.8% | - |
| XYZ | 48.81 | 53.98 | 29.68 | - |
| YUV | 191.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 132 | 0 | 0.04 | 0.35 | 0.2 | 53.33 | 0.41 | 0.66 |
| Hex | CC | C4 | 84 | 0 | 4 | 23 | 14 | 35 | 29 | 42 |
| Octal | 314 | 304 | 204 | 0 | 4 | 43 | 24 | 65 | 51 | 102 |
| Binary | 11001100 | 11000100 | 10000100 | 0 | 100 | 100011 | 10100 | 110101 | 101001 | 1000010 |
Color Harmonies of #CCC484
Complementary color
Monochromatic Colors of #CCC484
Black with #CCC484
Text Example
Text Example
White with #CCC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC484; }
p { color: rgb(204,196,132); }
H1.HeaderClassName
{
color: #CCC484;
}
.AnyTagClassName
{
color: #CCC484;
}
</style>
background-color css
<style>
a { background-color: #CCC484; }
a { background-color: rgb(204,196,132); }
div.DivClassName
{
background-color: #CCC484;
}
.BgClassName
{
background-color: #CCC484;
}
</style>
border-color css
<style>
span { border-color: #CCC484; }
span { border-color: rgb(204,196,132); }
td.TdClassName
{
border-color: #CCC484;
}
.TagClassName
{
border-color: #CCC484;
}
</style>