Shades of Winter Hazel #CCC892
Tints of Winter Hazel #CCC892
RGB
CMYK
RGB Variations
Color information
#CCC892 (or 0xCCC892) is known color: Winter Hazel. HEX triplet: CC, C8 and 92. RGB value is (204,200,146). Sum of RGB (Red+Green+Blue) = 204+200+146=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC892 is #33376D. Grayscale: #C3C3C3. Windows color (decimal): -3356526 or 9619660. OLE color: 9619660.
HSL color Cylindrical-coordinate representation of color #CCC892: hue angle of 55.86º 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 #CCC892 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 146 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.2 |
| HSL | 55.86º | 0.36% | 0.69% | - |
| HSV(B) | 55.86º | 0.28% | 0.8% | - |
| XYZ | 50.74 | 56.22 | 35.37 | - |
| YUV | 195.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 146 | 0 | 0.02 | 0.28 | 0.2 | 55.86 | 0.36 | 0.69 |
| Hex | CC | C8 | 92 | 0 | 2 | 1C | 14 | 38 | 24 | 45 |
| Octal | 314 | 310 | 222 | 0 | 2 | 34 | 24 | 70 | 44 | 105 |
| Binary | 11001100 | 11001000 | 10010010 | 0 | 10 | 11100 | 10100 | 111000 | 100100 | 1000101 |
Color Harmonies of #CCC892
Complementary color
Monochromatic Colors of #CCC892
Black with #CCC892
Text Example
Text Example
White with #CCC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC892; }
p { color: rgb(204,200,146); }
H1.HeaderClassName
{
color: #CCC892;
}
.AnyTagClassName
{
color: #CCC892;
}
</style>
background-color css
<style>
a { background-color: #CCC892; }
a { background-color: rgb(204,200,146); }
div.DivClassName
{
background-color: #CCC892;
}
.BgClassName
{
background-color: #CCC892;
}
</style>
border-color css
<style>
span { border-color: #CCC892; }
span { border-color: rgb(204,200,146); }
td.TdClassName
{
border-color: #CCC892;
}
.TagClassName
{
border-color: #CCC892;
}
</style>