Shades of Winter Hazel #CEBF90
Tints of Winter Hazel #CEBF90
RGB
CMYK
RGB Variations
Color information
#CEBF90 (or 0xCEBF90) is known color: Winter Hazel. HEX triplet: CE, BF and 90. RGB value is (206,191,144). Sum of RGB (Red+Green+Blue) = 206+191+144=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF90 is #31406F. Grayscale: #BEBEBE. Windows color (decimal): -3227760 or 9486286. OLE color: 9486286.
HSL color Cylindrical-coordinate representation of color #CEBF90: hue angle of 45.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEBF90 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 144 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.19 |
| HSL | 45.48º | 0.39% | 0.69% | - |
| HSV(B) | 45.48º | 0.3% | 0.81% | - |
| XYZ | 49.12 | 52.4 | 33.91 | - |
| YUV | 190.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 144 | 0 | 0.07 | 0.30 | 0.19 | 45.48 | 0.39 | 0.69 |
| Hex | CE | BF | 90 | 0 | 7 | 1E | 13 | 2D | 27 | 45 |
| Octal | 316 | 277 | 220 | 0 | 7 | 36 | 23 | 55 | 47 | 105 |
| Binary | 11001110 | 10111111 | 10010000 | 0 | 111 | 11110 | 10011 | 101101 | 100111 | 1000101 |
Color Harmonies of #CEBF90
Complementary color
Monochromatic Colors of #CEBF90
Black with #CEBF90
Text Example
Text Example
White with #CEBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF90; }
p { color: rgb(206,191,144); }
H1.HeaderClassName
{
color: #CEBF90;
}
.AnyTagClassName
{
color: #CEBF90;
}
</style>
background-color css
<style>
a { background-color: #CEBF90; }
a { background-color: rgb(206,191,144); }
div.DivClassName
{
background-color: #CEBF90;
}
.BgClassName
{
background-color: #CEBF90;
}
</style>
border-color css
<style>
span { border-color: #CEBF90; }
span { border-color: rgb(206,191,144); }
td.TdClassName
{
border-color: #CEBF90;
}
.TagClassName
{
border-color: #CEBF90;
}
</style>