Shades of Winter Hazel #CEBE8E
Tints of Winter Hazel #CEBE8E
RGB
CMYK
RGB Variations
Color information
#CEBE8E (or 0xCEBE8E) is known color: Winter Hazel. HEX triplet: CE, BE and 8E. RGB value is (206,190,142). Sum of RGB (Red+Green+Blue) = 206+190+142=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBE8E is #314171. Grayscale: #BDBDBD. Windows color (decimal): -3228018 or 9354958. OLE color: 9354958.
HSL color Cylindrical-coordinate representation of color #CEBE8E: hue angle of 45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEBE8E is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 142 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.19 |
| HSL | 45º | 0.4% | 0.68% | - |
| HSV(B) | 45º | 0.31% | 0.81% | - |
| XYZ | 48.75 | 51.9 | 33.04 | - |
| YUV | 189.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 142 | 0 | 0.08 | 0.31 | 0.19 | 45 | 0.4 | 0.68 |
| Hex | CE | BE | 8E | 0 | 8 | 1F | 13 | 2D | 28 | 44 |
| Octal | 316 | 276 | 216 | 0 | 10 | 37 | 23 | 55 | 50 | 104 |
| Binary | 11001110 | 10111110 | 10001110 | 0 | 1000 | 11111 | 10011 | 101101 | 101000 | 1000100 |
Color Harmonies of #CEBE8E
Complementary color
Monochromatic Colors of #CEBE8E
Black with #CEBE8E
Text Example
Text Example
White with #CEBE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE8E; }
p { color: rgb(206,190,142); }
H1.HeaderClassName
{
color: #CEBE8E;
}
.AnyTagClassName
{
color: #CEBE8E;
}
</style>
background-color css
<style>
a { background-color: #CEBE8E; }
a { background-color: rgb(206,190,142); }
div.DivClassName
{
background-color: #CEBE8E;
}
.BgClassName
{
background-color: #CEBE8E;
}
</style>
border-color css
<style>
span { border-color: #CEBE8E; }
span { border-color: rgb(206,190,142); }
td.TdClassName
{
border-color: #CEBE8E;
}
.TagClassName
{
border-color: #CEBE8E;
}
</style>