Shades of Winter Hazel #CCC582
Tints of Winter Hazel #CCC582
RGB
CMYK
RGB Variations
Color information
#CCC582 (or 0xCCC582) is known color: Winter Hazel. HEX triplet: CC, C5 and 82. RGB value is (204,197,130). Sum of RGB (Red+Green+Blue) = 204+197+130=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC582 is #333A7D. Grayscale: #BFBFBF. Windows color (decimal): -3357310 or 8570316. OLE color: 8570316.
HSL color Cylindrical-coordinate representation of color #CCC582: hue angle of 54.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCC582 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 130 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.2 |
| HSL | 54.32º | 0.42% | 0.65% | - |
| HSV(B) | 54.32º | 0.36% | 0.8% | - |
| XYZ | 48.9 | 54.38 | 29.04 | - |
| YUV | 191.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 130 | 0 | 0.03 | 0.36 | 0.2 | 54.32 | 0.42 | 0.65 |
| Hex | CC | C5 | 82 | 0 | 3 | 24 | 14 | 36 | 2A | 41 |
| Octal | 314 | 305 | 202 | 0 | 3 | 44 | 24 | 66 | 52 | 101 |
| Binary | 11001100 | 11000101 | 10000010 | 0 | 11 | 100100 | 10100 | 110110 | 101010 | 1000001 |
Color Harmonies of #CCC582
Complementary color
Monochromatic Colors of #CCC582
Black with #CCC582
Text Example
Text Example
White with #CCC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC582; }
p { color: rgb(204,197,130); }
H1.HeaderClassName
{
color: #CCC582;
}
.AnyTagClassName
{
color: #CCC582;
}
</style>
background-color css
<style>
a { background-color: #CCC582; }
a { background-color: rgb(204,197,130); }
div.DivClassName
{
background-color: #CCC582;
}
.BgClassName
{
background-color: #CCC582;
}
</style>
border-color css
<style>
span { border-color: #CCC582; }
span { border-color: rgb(204,197,130); }
td.TdClassName
{
border-color: #CCC582;
}
.TagClassName
{
border-color: #CCC582;
}
</style>