Shades of Winter Hazel #CEC772
Tints of Winter Hazel #CEC772
RGB
CMYK
RGB Variations
Color information
#CEC772 (or 0xCEC772) is known color: Winter Hazel. HEX triplet: CE, C7 and 72. RGB value is (206,199,114). Sum of RGB (Red+Green+Blue) = 206+199+114=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC772 is #31388D. Grayscale: #BFBFBF. Windows color (decimal): -3225742 or 7522254. OLE color: 7522254.
HSL color Cylindrical-coordinate representation of color #CEC772: hue angle of 55.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEC772 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 114 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.19 |
| HSL | 55.43º | 0.48% | 0.63% | - |
| HSV(B) | 55.43º | 0.45% | 0.81% | - |
| XYZ | 48.91 | 55.18 | 23.99 | - |
| YUV | 191.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 114 | 0 | 0.03 | 0.45 | 0.19 | 55.43 | 0.48 | 0.63 |
| Hex | CE | C7 | 72 | 0 | 3 | 2D | 13 | 37 | 30 | 3F |
| Octal | 316 | 307 | 162 | 0 | 3 | 55 | 23 | 67 | 60 | 77 |
| Binary | 11001110 | 11000111 | 1110010 | 0 | 11 | 101101 | 10011 | 110111 | 110000 | 111111 |
Color Harmonies of #CEC772
Complementary color
Monochromatic Colors of #CEC772
Black with #CEC772
Text Example
Text Example
White with #CEC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC772; }
p { color: rgb(206,199,114); }
H1.HeaderClassName
{
color: #CEC772;
}
.AnyTagClassName
{
color: #CEC772;
}
</style>
background-color css
<style>
a { background-color: #CEC772; }
a { background-color: rgb(206,199,114); }
div.DivClassName
{
background-color: #CEC772;
}
.BgClassName
{
background-color: #CEC772;
}
</style>
border-color css
<style>
span { border-color: #CEC772; }
span { border-color: rgb(206,199,114); }
td.TdClassName
{
border-color: #CEC772;
}
.TagClassName
{
border-color: #CEC772;
}
</style>