Shades of Winter Hazel #CEBE80
Tints of Winter Hazel #CEBE80
RGB
CMYK
RGB Variations
Color information
#CEBE80 (or 0xCEBE80) is known color: Winter Hazel. HEX triplet: CE, BE and 80. RGB value is (206,190,128). Sum of RGB (Red+Green+Blue) = 206+190+128=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBE80 is #31417F. Grayscale: #BBBBBB. Windows color (decimal): -3228032 or 8437454. OLE color: 8437454.
HSL color Cylindrical-coordinate representation of color #CEBE80: hue angle of 47.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEBE80 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 128 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.19 |
| HSL | 47.69º | 0.44% | 0.65% | - |
| HSV(B) | 47.69º | 0.38% | 0.81% | - |
| XYZ | 47.76 | 51.51 | 27.85 | - |
| YUV | 187.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 128 | 0 | 0.08 | 0.38 | 0.19 | 47.69 | 0.44 | 0.65 |
| Hex | CE | BE | 80 | 0 | 8 | 26 | 13 | 30 | 2C | 41 |
| Octal | 316 | 276 | 200 | 0 | 10 | 46 | 23 | 60 | 54 | 101 |
| Binary | 11001110 | 10111110 | 10000000 | 0 | 1000 | 100110 | 10011 | 110000 | 101100 | 1000001 |
Color Harmonies of #CEBE80
Complementary color
Monochromatic Colors of #CEBE80
Black with #CEBE80
Text Example
Text Example
White with #CEBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE80; }
p { color: rgb(206,190,128); }
H1.HeaderClassName
{
color: #CEBE80;
}
.AnyTagClassName
{
color: #CEBE80;
}
</style>
background-color css
<style>
a { background-color: #CEBE80; }
a { background-color: rgb(206,190,128); }
div.DivClassName
{
background-color: #CEBE80;
}
.BgClassName
{
background-color: #CEBE80;
}
</style>
border-color css
<style>
span { border-color: #CEBE80; }
span { border-color: rgb(206,190,128); }
td.TdClassName
{
border-color: #CEBE80;
}
.TagClassName
{
border-color: #CEBE80;
}
</style>