Shades of Winter Hazel #CEC680
Tints of Winter Hazel #CEC680
RGB
CMYK
RGB Variations
Color information
#CEC680 (or 0xCEC680) is known color: Winter Hazel. HEX triplet: CE, C6 and 80. RGB value is (206,198,128). Sum of RGB (Red+Green+Blue) = 206+198+128=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC680 is #31397F. Grayscale: #C0C0C0. Windows color (decimal): -3225984 or 8439502. OLE color: 8439502.
HSL color Cylindrical-coordinate representation of color #CEC680: hue angle of 53.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEC680 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 128 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.19 |
| HSL | 53.85º | 0.44% | 0.65% | - |
| HSV(B) | 53.85º | 0.38% | 0.81% | - |
| XYZ | 49.54 | 55.07 | 28.44 | - |
| YUV | 192.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 128 | 0 | 0.04 | 0.38 | 0.19 | 53.85 | 0.44 | 0.65 |
| Hex | CE | C6 | 80 | 0 | 4 | 26 | 13 | 36 | 2C | 41 |
| Octal | 316 | 306 | 200 | 0 | 4 | 46 | 23 | 66 | 54 | 101 |
| Binary | 11001110 | 11000110 | 10000000 | 0 | 100 | 100110 | 10011 | 110110 | 101100 | 1000001 |
Color Harmonies of #CEC680
Complementary color
Monochromatic Colors of #CEC680
Black with #CEC680
Text Example
Text Example
White with #CEC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC680; }
p { color: rgb(206,198,128); }
H1.HeaderClassName
{
color: #CEC680;
}
.AnyTagClassName
{
color: #CEC680;
}
</style>
background-color css
<style>
a { background-color: #CEC680; }
a { background-color: rgb(206,198,128); }
div.DivClassName
{
background-color: #CEC680;
}
.BgClassName
{
background-color: #CEC680;
}
</style>
border-color css
<style>
span { border-color: #CEC680; }
span { border-color: rgb(206,198,128); }
td.TdClassName
{
border-color: #CEC680;
}
.TagClassName
{
border-color: #CEC680;
}
</style>