Shades of Winter Hazel #CCC080
Tints of Winter Hazel #CCC080
RGB
CMYK
RGB Variations
Color information
#CCC080 (or 0xCCC080) is known color: Winter Hazel. HEX triplet: CC, C0 and 80. RGB value is (204,192,128). Sum of RGB (Red+Green+Blue) = 204+192+128=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC080 is #333F7F. Grayscale: #BCBCBC. Windows color (decimal): -3358592 or 8437964. OLE color: 8437964.
HSL color Cylindrical-coordinate representation of color #CCC080: hue angle of 50.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCC080 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 128 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.2 |
| HSL | 50.53º | 0.43% | 0.65% | - |
| HSV(B) | 50.53º | 0.37% | 0.8% | - |
| XYZ | 47.65 | 52.1 | 27.97 | - |
| YUV | 188.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 128 | 0 | 0.06 | 0.37 | 0.2 | 50.53 | 0.43 | 0.65 |
| Hex | CC | C0 | 80 | 0 | 6 | 25 | 14 | 33 | 2B | 41 |
| Octal | 314 | 300 | 200 | 0 | 6 | 45 | 24 | 63 | 53 | 101 |
| Binary | 11001100 | 11000000 | 10000000 | 0 | 110 | 100101 | 10100 | 110011 | 101011 | 1000001 |
Color Harmonies of #CCC080
Complementary color
Monochromatic Colors of #CCC080
Black with #CCC080
Text Example
Text Example
White with #CCC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC080; }
p { color: rgb(204,192,128); }
H1.HeaderClassName
{
color: #CCC080;
}
.AnyTagClassName
{
color: #CCC080;
}
</style>
background-color css
<style>
a { background-color: #CCC080; }
a { background-color: rgb(204,192,128); }
div.DivClassName
{
background-color: #CCC080;
}
.BgClassName
{
background-color: #CCC080;
}
</style>
border-color css
<style>
span { border-color: #CCC080; }
span { border-color: rgb(204,192,128); }
td.TdClassName
{
border-color: #CCC080;
}
.TagClassName
{
border-color: #CCC080;
}
</style>