Shades of Winter Hazel #CEC770
Tints of Winter Hazel #CEC770
RGB
CMYK
RGB Variations
Color information
#CEC770 (or 0xCEC770) is known color: Winter Hazel. HEX triplet: CE, C7 and 70. RGB value is (206,199,112). Sum of RGB (Red+Green+Blue) = 206+199+112=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC770 is #31388F. Grayscale: #BFBFBF. Windows color (decimal): -3225744 or 7391182. OLE color: 7391182.
HSL color Cylindrical-coordinate representation of color #CEC770: hue angle of 55.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC770 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 112 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 55.53º | 0.49% | 0.62% | - |
| HSV(B) | 55.53º | 0.46% | 0.81% | - |
| XYZ | 48.8 | 55.14 | 23.4 | - |
| YUV | 191.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 112 | 0 | 0.03 | 0.46 | 0.19 | 55.53 | 0.49 | 0.62 |
| Hex | CE | C7 | 70 | 0 | 3 | 2E | 13 | 38 | 31 | 3E |
| Octal | 316 | 307 | 160 | 0 | 3 | 56 | 23 | 70 | 61 | 76 |
| Binary | 11001110 | 11000111 | 1110000 | 0 | 11 | 101110 | 10011 | 111000 | 110001 | 111110 |
Color Harmonies of #CEC770
Complementary color
Monochromatic Colors of #CEC770
Black with #CEC770
Text Example
Text Example
White with #CEC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC770; }
p { color: rgb(206,199,112); }
H1.HeaderClassName
{
color: #CEC770;
}
.AnyTagClassName
{
color: #CEC770;
}
</style>
background-color css
<style>
a { background-color: #CEC770; }
a { background-color: rgb(206,199,112); }
div.DivClassName
{
background-color: #CEC770;
}
.BgClassName
{
background-color: #CEC770;
}
</style>
border-color css
<style>
span { border-color: #CEC770; }
span { border-color: rgb(206,199,112); }
td.TdClassName
{
border-color: #CEC770;
}
.TagClassName
{
border-color: #CEC770;
}
</style>