Shades of Winter Hazel #CEBF7C
Tints of Winter Hazel #CEBF7C
RGB
CMYK
RGB Variations
Color information
#CEBF7C (or 0xCEBF7C) is known color: Winter Hazel. HEX triplet: CE, BF and 7C. RGB value is (206,191,124). Sum of RGB (Red+Green+Blue) = 206+191+124=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF7C is #314083. Grayscale: #BCBCBC. Windows color (decimal): -3227780 or 8175566. OLE color: 8175566.
HSL color Cylindrical-coordinate representation of color #CEBF7C: hue angle of 49.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEBF7C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 124 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.19 |
| HSL | 49.02º | 0.46% | 0.65% | - |
| HSV(B) | 49.02º | 0.4% | 0.81% | - |
| XYZ | 47.72 | 51.84 | 26.56 | - |
| YUV | 187.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 124 | 0 | 0.07 | 0.40 | 0.19 | 49.02 | 0.46 | 0.65 |
| Hex | CE | BF | 7C | 0 | 7 | 28 | 13 | 31 | 2E | 41 |
| Octal | 316 | 277 | 174 | 0 | 7 | 50 | 23 | 61 | 56 | 101 |
| Binary | 11001110 | 10111111 | 1111100 | 0 | 111 | 101000 | 10011 | 110001 | 101110 | 1000001 |
Color Harmonies of #CEBF7C
Complementary color
Monochromatic Colors of #CEBF7C
Black with #CEBF7C
Text Example
Text Example
White with #CEBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF7C; }
p { color: rgb(206,191,124); }
H1.HeaderClassName
{
color: #CEBF7C;
}
.AnyTagClassName
{
color: #CEBF7C;
}
</style>
background-color css
<style>
a { background-color: #CEBF7C; }
a { background-color: rgb(206,191,124); }
div.DivClassName
{
background-color: #CEBF7C;
}
.BgClassName
{
background-color: #CEBF7C;
}
</style>
border-color css
<style>
span { border-color: #CEBF7C; }
span { border-color: rgb(206,191,124); }
td.TdClassName
{
border-color: #CEBF7C;
}
.TagClassName
{
border-color: #CEBF7C;
}
</style>