Shades of Winter Hazel #CEBD89
Tints of Winter Hazel #CEBD89
RGB
CMYK
RGB Variations
Color information
#CEBD89 (or 0xCEBD89) is known color: Winter Hazel. HEX triplet: CE, BD and 89. RGB value is (206,189,137). Sum of RGB (Red+Green+Blue) = 206+189+137=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD89 is #314276. Grayscale: #BCBCBC. Windows color (decimal): -3228279 or 9027022. OLE color: 9027022.
HSL color Cylindrical-coordinate representation of color #CEBD89: hue angle of 45.22º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEBD89 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 137 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.19 |
| HSL | 45.22º | 0.41% | 0.67% | - |
| HSV(B) | 45.22º | 0.33% | 0.81% | - |
| XYZ | 48.17 | 51.32 | 31.03 | - |
| YUV | 188.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 137 | 0 | 0.08 | 0.33 | 0.19 | 45.22 | 0.41 | 0.67 |
| Hex | CE | BD | 89 | 0 | 8 | 21 | 13 | 2D | 29 | 43 |
| Octal | 316 | 275 | 211 | 0 | 10 | 41 | 23 | 55 | 51 | 103 |
| Binary | 11001110 | 10111101 | 10001001 | 0 | 1000 | 100001 | 10011 | 101101 | 101001 | 1000011 |
Color Harmonies of #CEBD89
Complementary color
Monochromatic Colors of #CEBD89
Black with #CEBD89
Text Example
Text Example
White with #CEBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD89; }
p { color: rgb(206,189,137); }
H1.HeaderClassName
{
color: #CEBD89;
}
.AnyTagClassName
{
color: #CEBD89;
}
</style>
background-color css
<style>
a { background-color: #CEBD89; }
a { background-color: rgb(206,189,137); }
div.DivClassName
{
background-color: #CEBD89;
}
.BgClassName
{
background-color: #CEBD89;
}
</style>
border-color css
<style>
span { border-color: #CEBD89; }
span { border-color: rgb(206,189,137); }
td.TdClassName
{
border-color: #CEBD89;
}
.TagClassName
{
border-color: #CEBD89;
}
</style>