Shades of Winter Hazel #CCC782
Tints of Winter Hazel #CCC782
RGB
CMYK
RGB Variations
Color information
#CCC782 (or 0xCCC782) is known color: Winter Hazel. HEX triplet: CC, C7 and 82. RGB value is (204,199,130). Sum of RGB (Red+Green+Blue) = 204+199+130=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC782 is #33387D. Grayscale: #C0C0C0. Windows color (decimal): -3356798 or 8570828. OLE color: 8570828.
HSL color Cylindrical-coordinate representation of color #CCC782: hue angle of 55.95º 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 #CCC782 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 130 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.2 |
| HSL | 55.95º | 0.42% | 0.65% | - |
| HSV(B) | 55.95º | 0.36% | 0.8% | - |
| XYZ | 49.35 | 55.3 | 29.19 | - |
| YUV | 192.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 130 | 0 | 0.02 | 0.36 | 0.2 | 55.95 | 0.42 | 0.65 |
| Hex | CC | C7 | 82 | 0 | 2 | 24 | 14 | 38 | 2A | 41 |
| Octal | 314 | 307 | 202 | 0 | 2 | 44 | 24 | 70 | 52 | 101 |
| Binary | 11001100 | 11000111 | 10000010 | 0 | 10 | 100100 | 10100 | 111000 | 101010 | 1000001 |
Color Harmonies of #CCC782
Complementary color
Monochromatic Colors of #CCC782
Black with #CCC782
Text Example
Text Example
White with #CCC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC782; }
p { color: rgb(204,199,130); }
H1.HeaderClassName
{
color: #CCC782;
}
.AnyTagClassName
{
color: #CCC782;
}
</style>
background-color css
<style>
a { background-color: #CCC782; }
a { background-color: rgb(204,199,130); }
div.DivClassName
{
background-color: #CCC782;
}
.BgClassName
{
background-color: #CCC782;
}
</style>
border-color css
<style>
span { border-color: #CCC782; }
span { border-color: rgb(204,199,130); }
td.TdClassName
{
border-color: #CCC782;
}
.TagClassName
{
border-color: #CCC782;
}
</style>