Shades of Winter Hazel #CCC692
Tints of Winter Hazel #CCC692
RGB
CMYK
RGB Variations
Color information
#CCC692 (or 0xCCC692) is known color: Winter Hazel. HEX triplet: CC, C6 and 92. RGB value is (204,198,146). Sum of RGB (Red+Green+Blue) = 204+198+146=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC692 is #33396D. Grayscale: #C2C2C2. Windows color (decimal): -3357038 or 9619148. OLE color: 9619148.
HSL color Cylindrical-coordinate representation of color #CCC692: hue angle of 53.79º 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 #CCC692 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 146 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.2 |
| HSL | 53.79º | 0.36% | 0.69% | - |
| HSV(B) | 53.79º | 0.28% | 0.8% | - |
| XYZ | 50.28 | 55.3 | 35.22 | - |
| YUV | 193.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 146 | 0 | 0.03 | 0.28 | 0.2 | 53.79 | 0.36 | 0.69 |
| Hex | CC | C6 | 92 | 0 | 3 | 1C | 14 | 36 | 24 | 45 |
| Octal | 314 | 306 | 222 | 0 | 3 | 34 | 24 | 66 | 44 | 105 |
| Binary | 11001100 | 11000110 | 10010010 | 0 | 11 | 11100 | 10100 | 110110 | 100100 | 1000101 |
Color Harmonies of #CCC692
Complementary color
Monochromatic Colors of #CCC692
Black with #CCC692
Text Example
Text Example
White with #CCC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC692; }
p { color: rgb(204,198,146); }
H1.HeaderClassName
{
color: #CCC692;
}
.AnyTagClassName
{
color: #CCC692;
}
</style>
background-color css
<style>
a { background-color: #CCC692; }
a { background-color: rgb(204,198,146); }
div.DivClassName
{
background-color: #CCC692;
}
.BgClassName
{
background-color: #CCC692;
}
</style>
border-color css
<style>
span { border-color: #CCC692; }
span { border-color: rgb(204,198,146); }
td.TdClassName
{
border-color: #CCC692;
}
.TagClassName
{
border-color: #CCC692;
}
</style>