Shades of Winter Hazel #CEBE74
Tints of Winter Hazel #CEBE74
RGB
CMYK
RGB Variations
Color information
#CEBE74 (or 0xCEBE74) is known color: Winter Hazel. HEX triplet: CE, BE and 74. RGB value is (206,190,116). Sum of RGB (Red+Green+Blue) = 206+190+116=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE74 is #31418B. Grayscale: #BABABA. Windows color (decimal): -3228044 or 7651022. OLE color: 7651022.
HSL color Cylindrical-coordinate representation of color #CEBE74: hue angle of 49.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEBE74 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 116 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.19 |
| HSL | 49.33º | 0.48% | 0.63% | - |
| HSV(B) | 49.33º | 0.44% | 0.81% | - |
| XYZ | 47.02 | 51.21 | 23.93 | - |
| YUV | 186.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 116 | 0 | 0.08 | 0.44 | 0.19 | 49.33 | 0.48 | 0.63 |
| Hex | CE | BE | 74 | 0 | 8 | 2C | 13 | 31 | 30 | 3F |
| Octal | 316 | 276 | 164 | 0 | 10 | 54 | 23 | 61 | 60 | 77 |
| Binary | 11001110 | 10111110 | 1110100 | 0 | 1000 | 101100 | 10011 | 110001 | 110000 | 111111 |
Color Harmonies of #CEBE74
Complementary color
Monochromatic Colors of #CEBE74
Black with #CEBE74
Text Example
Text Example
White with #CEBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE74; }
p { color: rgb(206,190,116); }
H1.HeaderClassName
{
color: #CEBE74;
}
.AnyTagClassName
{
color: #CEBE74;
}
</style>
background-color css
<style>
a { background-color: #CEBE74; }
a { background-color: rgb(206,190,116); }
div.DivClassName
{
background-color: #CEBE74;
}
.BgClassName
{
background-color: #CEBE74;
}
</style>
border-color css
<style>
span { border-color: #CEBE74; }
span { border-color: rgb(206,190,116); }
td.TdClassName
{
border-color: #CEBE74;
}
.TagClassName
{
border-color: #CEBE74;
}
</style>