Shades of Winter Hazel #CFBE89
Tints of Winter Hazel #CFBE89
RGB
CMYK
RGB Variations
Color information
#CFBE89 (or 0xCFBE89) is known color: Winter Hazel. HEX triplet: CF, BE and 89. RGB value is (207,190,137). Sum of RGB (Red+Green+Blue) = 207+190+137=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE89 is #304176. Grayscale: #BDBDBD. Windows color (decimal): -3162487 or 9027279. OLE color: 9027279.
HSL color Cylindrical-coordinate representation of color #CFBE89: hue angle of 45.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBE89 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 137 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.19 |
| HSL | 45.43º | 0.42% | 0.67% | - |
| HSV(B) | 45.43º | 0.34% | 0.81% | - |
| XYZ | 48.66 | 51.9 | 31.12 | - |
| YUV | 189.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 137 | 0 | 0.08 | 0.34 | 0.19 | 45.43 | 0.42 | 0.67 |
| Hex | CF | BE | 89 | 0 | 8 | 22 | 13 | 2D | 2A | 43 |
| Octal | 317 | 276 | 211 | 0 | 10 | 42 | 23 | 55 | 52 | 103 |
| Binary | 11001111 | 10111110 | 10001001 | 0 | 1000 | 100010 | 10011 | 101101 | 101010 | 1000011 |
Color Harmonies of #CFBE89
Complementary color
Monochromatic Colors of #CFBE89
Black with #CFBE89
Text Example
Text Example
White with #CFBE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE89; }
p { color: rgb(207,190,137); }
H1.HeaderClassName
{
color: #CFBE89;
}
.AnyTagClassName
{
color: #CFBE89;
}
</style>
background-color css
<style>
a { background-color: #CFBE89; }
a { background-color: rgb(207,190,137); }
div.DivClassName
{
background-color: #CFBE89;
}
.BgClassName
{
background-color: #CFBE89;
}
</style>
border-color css
<style>
span { border-color: #CFBE89; }
span { border-color: rgb(207,190,137); }
td.TdClassName
{
border-color: #CFBE89;
}
.TagClassName
{
border-color: #CFBE89;
}
</style>