Shades of Winter Hazel #CCC792
Tints of Winter Hazel #CCC792
RGB
CMYK
RGB Variations
Color information
#CCC792 (or 0xCCC792) is known color: Winter Hazel. HEX triplet: CC, C7 and 92. RGB value is (204,199,146). Sum of RGB (Red+Green+Blue) = 204+199+146=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC792 is #33386D. Grayscale: #C2C2C2. Windows color (decimal): -3356782 or 9619404. OLE color: 9619404.
HSL color Cylindrical-coordinate representation of color #CCC792: hue angle of 54.83º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC792 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 146 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.2 |
| HSL | 54.83º | 0.36% | 0.69% | - |
| HSV(B) | 54.83º | 0.28% | 0.8% | - |
| XYZ | 50.51 | 55.76 | 35.29 | - |
| YUV | 194.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 146 | 0 | 0.02 | 0.28 | 0.2 | 54.83 | 0.36 | 0.69 |
| Hex | CC | C7 | 92 | 0 | 2 | 1C | 14 | 37 | 24 | 45 |
| Octal | 314 | 307 | 222 | 0 | 2 | 34 | 24 | 67 | 44 | 105 |
| Binary | 11001100 | 11000111 | 10010010 | 0 | 10 | 11100 | 10100 | 110111 | 100100 | 1000101 |
Color Harmonies of #CCC792
Complementary color
Monochromatic Colors of #CCC792
Black with #CCC792
Text Example
Text Example
White with #CCC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC792; }
p { color: rgb(204,199,146); }
H1.HeaderClassName
{
color: #CCC792;
}
.AnyTagClassName
{
color: #CCC792;
}
</style>
background-color css
<style>
a { background-color: #CCC792; }
a { background-color: rgb(204,199,146); }
div.DivClassName
{
background-color: #CCC792;
}
.BgClassName
{
background-color: #CCC792;
}
</style>
border-color css
<style>
span { border-color: #CCC792; }
span { border-color: rgb(204,199,146); }
td.TdClassName
{
border-color: #CCC792;
}
.TagClassName
{
border-color: #CCC792;
}
</style>