Shades of Winter Hazel #CEBF77
Tints of Winter Hazel #CEBF77
RGB
CMYK
RGB Variations
Color information
#CEBF77 (or 0xCEBF77) is known color: Winter Hazel. HEX triplet: CE, BF and 77. RGB value is (206,191,119). Sum of RGB (Red+Green+Blue) = 206+191+119=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF77 is #314088. Grayscale: #BBBBBB. Windows color (decimal): -3227785 or 7847886. OLE color: 7847886.
HSL color Cylindrical-coordinate representation of color #CEBF77: hue angle of 49.66º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEBF77 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 119 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.19 |
| HSL | 49.66º | 0.47% | 0.64% | - |
| HSV(B) | 49.66º | 0.42% | 0.81% | - |
| XYZ | 47.41 | 51.72 | 24.94 | - |
| YUV | 187.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 119 | 0 | 0.07 | 0.42 | 0.19 | 49.66 | 0.47 | 0.64 |
| Hex | CE | BF | 77 | 0 | 7 | 2A | 13 | 32 | 2F | 40 |
| Octal | 316 | 277 | 167 | 0 | 7 | 52 | 23 | 62 | 57 | 100 |
| Binary | 11001110 | 10111111 | 1110111 | 0 | 111 | 101010 | 10011 | 110010 | 101111 | 1000000 |
Color Harmonies of #CEBF77
Complementary color
Monochromatic Colors of #CEBF77
Black with #CEBF77
Text Example
Text Example
White with #CEBF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF77; }
p { color: rgb(206,191,119); }
H1.HeaderClassName
{
color: #CEBF77;
}
.AnyTagClassName
{
color: #CEBF77;
}
</style>
background-color css
<style>
a { background-color: #CEBF77; }
a { background-color: rgb(206,191,119); }
div.DivClassName
{
background-color: #CEBF77;
}
.BgClassName
{
background-color: #CEBF77;
}
</style>
border-color css
<style>
span { border-color: #CEBF77; }
span { border-color: rgb(206,191,119); }
td.TdClassName
{
border-color: #CEBF77;
}
.TagClassName
{
border-color: #CEBF77;
}
</style>