Shades of Winter Hazel #CCC092
Tints of Winter Hazel #CCC092
RGB
CMYK
RGB Variations
Color information
#CCC092 (or 0xCCC092) is known color: Winter Hazel. HEX triplet: CC, C0 and 92. RGB value is (204,192,146). Sum of RGB (Red+Green+Blue) = 204+192+146=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC092 is #333F6D. Grayscale: #BEBEBE. Windows color (decimal): -3358574 or 9617612. OLE color: 9617612.
HSL color Cylindrical-coordinate representation of color #CCC092: hue angle of 47.59º 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 #CCC092 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 146 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.2 |
| HSL | 47.59º | 0.36% | 0.69% | - |
| HSV(B) | 47.59º | 0.28% | 0.8% | - |
| XYZ | 48.94 | 52.61 | 34.77 | - |
| YUV | 190.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 146 | 0 | 0.06 | 0.28 | 0.2 | 47.59 | 0.36 | 0.69 |
| Hex | CC | C0 | 92 | 0 | 6 | 1C | 14 | 30 | 24 | 45 |
| Octal | 314 | 300 | 222 | 0 | 6 | 34 | 24 | 60 | 44 | 105 |
| Binary | 11001100 | 11000000 | 10010010 | 0 | 110 | 11100 | 10100 | 110000 | 100100 | 1000101 |
Color Harmonies of #CCC092
Complementary color
Monochromatic Colors of #CCC092
Black with #CCC092
Text Example
Text Example
White with #CCC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC092; }
p { color: rgb(204,192,146); }
H1.HeaderClassName
{
color: #CCC092;
}
.AnyTagClassName
{
color: #CCC092;
}
</style>
background-color css
<style>
a { background-color: #CCC092; }
a { background-color: rgb(204,192,146); }
div.DivClassName
{
background-color: #CCC092;
}
.BgClassName
{
background-color: #CCC092;
}
</style>
border-color css
<style>
span { border-color: #CCC092; }
span { border-color: rgb(204,192,146); }
td.TdClassName
{
border-color: #CCC092;
}
.TagClassName
{
border-color: #CCC092;
}
</style>