Shades of Winter Hazel #CEBF8C
Tints of Winter Hazel #CEBF8C
RGB
CMYK
RGB Variations
Color information
#CEBF8C (or 0xCEBF8C) is known color: Winter Hazel. HEX triplet: CE, BF and 8C. RGB value is (206,191,140). Sum of RGB (Red+Green+Blue) = 206+191+140=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF8C is #314073. Grayscale: #BDBDBD. Windows color (decimal): -3227764 or 9224142. OLE color: 9224142.
HSL color Cylindrical-coordinate representation of color #CEBF8C: hue angle of 46.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEBF8C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 140 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.19 |
| HSL | 46.36º | 0.4% | 0.68% | - |
| HSV(B) | 46.36º | 0.32% | 0.81% | - |
| XYZ | 48.82 | 52.28 | 32.33 | - |
| YUV | 189.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 140 | 0 | 0.07 | 0.32 | 0.19 | 46.36 | 0.4 | 0.68 |
| Hex | CE | BF | 8C | 0 | 7 | 20 | 13 | 2E | 28 | 44 |
| Octal | 316 | 277 | 214 | 0 | 7 | 40 | 23 | 56 | 50 | 104 |
| Binary | 11001110 | 10111111 | 10001100 | 0 | 111 | 100000 | 10011 | 101110 | 101000 | 1000100 |
Color Harmonies of #CEBF8C
Complementary color
Monochromatic Colors of #CEBF8C
Black with #CEBF8C
Text Example
Text Example
White with #CEBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF8C; }
p { color: rgb(206,191,140); }
H1.HeaderClassName
{
color: #CEBF8C;
}
.AnyTagClassName
{
color: #CEBF8C;
}
</style>
background-color css
<style>
a { background-color: #CEBF8C; }
a { background-color: rgb(206,191,140); }
div.DivClassName
{
background-color: #CEBF8C;
}
.BgClassName
{
background-color: #CEBF8C;
}
</style>
border-color css
<style>
span { border-color: #CEBF8C; }
span { border-color: rgb(206,191,140); }
td.TdClassName
{
border-color: #CEBF8C;
}
.TagClassName
{
border-color: #CEBF8C;
}
</style>