Shades of Winter Hazel #CEBE8A
Tints of Winter Hazel #CEBE8A
RGB
CMYK
RGB Variations
Color information
#CEBE8A (or 0xCEBE8A) is known color: Winter Hazel. HEX triplet: CE, BE and 8A. RGB value is (206,190,138). Sum of RGB (Red+Green+Blue) = 206+190+138=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBE8A is #314175. Grayscale: #BDBDBD. Windows color (decimal): -3228022 or 9092814. OLE color: 9092814.
HSL color Cylindrical-coordinate representation of color #CEBE8A: hue angle of 45.88º 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 #CEBE8A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 138 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.19 |
| HSL | 45.88º | 0.41% | 0.67% | - |
| HSV(B) | 45.88º | 0.33% | 0.81% | - |
| XYZ | 48.45 | 51.78 | 31.49 | - |
| YUV | 188.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 138 | 0 | 0.08 | 0.33 | 0.19 | 45.88 | 0.41 | 0.67 |
| Hex | CE | BE | 8A | 0 | 8 | 21 | 13 | 2E | 29 | 43 |
| Octal | 316 | 276 | 212 | 0 | 10 | 41 | 23 | 56 | 51 | 103 |
| Binary | 11001110 | 10111110 | 10001010 | 0 | 1000 | 100001 | 10011 | 101110 | 101001 | 1000011 |
Color Harmonies of #CEBE8A
Complementary color
Monochromatic Colors of #CEBE8A
Black with #CEBE8A
Text Example
Text Example
White with #CEBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE8A; }
p { color: rgb(206,190,138); }
H1.HeaderClassName
{
color: #CEBE8A;
}
.AnyTagClassName
{
color: #CEBE8A;
}
</style>
background-color css
<style>
a { background-color: #CEBE8A; }
a { background-color: rgb(206,190,138); }
div.DivClassName
{
background-color: #CEBE8A;
}
.BgClassName
{
background-color: #CEBE8A;
}
</style>
border-color css
<style>
span { border-color: #CEBE8A; }
span { border-color: rgb(206,190,138); }
td.TdClassName
{
border-color: #CEBE8A;
}
.TagClassName
{
border-color: #CEBE8A;
}
</style>