Shades of Winter Hazel #CCC580
Tints of Winter Hazel #CCC580
RGB
CMYK
RGB Variations
Color information
#CCC580 (or 0xCCC580) is known color: Winter Hazel. HEX triplet: CC, C5 and 80. RGB value is (204,197,128). Sum of RGB (Red+Green+Blue) = 204+197+128=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC580 is #333A7F. Grayscale: #BFBFBF. Windows color (decimal): -3357312 or 8439244. OLE color: 8439244.
HSL color Cylindrical-coordinate representation of color #CCC580: hue angle of 54.47º 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 #CCC580 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 128 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.2 |
| HSL | 54.47º | 0.43% | 0.65% | - |
| HSV(B) | 54.47º | 0.37% | 0.8% | - |
| XYZ | 48.76 | 54.33 | 28.34 | - |
| YUV | 191.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 128 | 0 | 0.03 | 0.37 | 0.2 | 54.47 | 0.43 | 0.65 |
| Hex | CC | C5 | 80 | 0 | 3 | 25 | 14 | 36 | 2B | 41 |
| Octal | 314 | 305 | 200 | 0 | 3 | 45 | 24 | 66 | 53 | 101 |
| Binary | 11001100 | 11000101 | 10000000 | 0 | 11 | 100101 | 10100 | 110110 | 101011 | 1000001 |
Color Harmonies of #CCC580
Complementary color
Monochromatic Colors of #CCC580
Black with #CCC580
Text Example
Text Example
White with #CCC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC580; }
p { color: rgb(204,197,128); }
H1.HeaderClassName
{
color: #CCC580;
}
.AnyTagClassName
{
color: #CCC580;
}
</style>
background-color css
<style>
a { background-color: #CCC580; }
a { background-color: rgb(204,197,128); }
div.DivClassName
{
background-color: #CCC580;
}
.BgClassName
{
background-color: #CCC580;
}
</style>
border-color css
<style>
span { border-color: #CCC580; }
span { border-color: rgb(204,197,128); }
td.TdClassName
{
border-color: #CCC580;
}
.TagClassName
{
border-color: #CCC580;
}
</style>