Shades of Winter Hazel #CCC380
Tints of Winter Hazel #CCC380
RGB
CMYK
RGB Variations
Color information
#CCC380 (or 0xCCC380) is known color: Winter Hazel. HEX triplet: CC, C3 and 80. RGB value is (204,195,128). Sum of RGB (Red+Green+Blue) = 204+195+128=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC380 is #333C7F. Grayscale: #BEBEBE. Windows color (decimal): -3357824 or 8438732. OLE color: 8438732.
HSL color Cylindrical-coordinate representation of color #CCC380: hue angle of 52.89º 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 #CCC380 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 128 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.2 |
| HSL | 52.89º | 0.43% | 0.65% | - |
| HSV(B) | 52.89º | 0.37% | 0.8% | - |
| XYZ | 48.31 | 53.43 | 28.19 | - |
| YUV | 190.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 128 | 0 | 0.04 | 0.37 | 0.2 | 52.89 | 0.43 | 0.65 |
| Hex | CC | C3 | 80 | 0 | 4 | 25 | 14 | 35 | 2B | 41 |
| Octal | 314 | 303 | 200 | 0 | 4 | 45 | 24 | 65 | 53 | 101 |
| Binary | 11001100 | 11000011 | 10000000 | 0 | 100 | 100101 | 10100 | 110101 | 101011 | 1000001 |
Color Harmonies of #CCC380
Complementary color
Monochromatic Colors of #CCC380
Black with #CCC380
Text Example
Text Example
White with #CCC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC380; }
p { color: rgb(204,195,128); }
H1.HeaderClassName
{
color: #CCC380;
}
.AnyTagClassName
{
color: #CCC380;
}
</style>
background-color css
<style>
a { background-color: #CCC380; }
a { background-color: rgb(204,195,128); }
div.DivClassName
{
background-color: #CCC380;
}
.BgClassName
{
background-color: #CCC380;
}
</style>
border-color css
<style>
span { border-color: #CCC380; }
span { border-color: rgb(204,195,128); }
td.TdClassName
{
border-color: #CCC380;
}
.TagClassName
{
border-color: #CCC380;
}
</style>