Shades of Winter Hazel #CFBF89
Tints of Winter Hazel #CFBF89
RGB
CMYK
RGB Variations
Color information
#CFBF89 (or 0xCFBF89) is known color: Winter Hazel. HEX triplet: CF, BF and 89. RGB value is (207,191,137). Sum of RGB (Red+Green+Blue) = 207+191+137=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF89 is #304076. Grayscale: #BDBDBD. Windows color (decimal): -3162231 or 9027535. OLE color: 9027535.
HSL color Cylindrical-coordinate representation of color #CFBF89: hue angle of 46.29º 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 #CFBF89 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 137 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.19 |
| HSL | 46.29º | 0.42% | 0.67% | - |
| HSV(B) | 46.29º | 0.34% | 0.81% | - |
| XYZ | 48.88 | 52.33 | 31.19 | - |
| YUV | 189.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 137 | 0 | 0.08 | 0.34 | 0.19 | 46.29 | 0.42 | 0.67 |
| Hex | CF | BF | 89 | 0 | 8 | 22 | 13 | 2E | 2A | 43 |
| Octal | 317 | 277 | 211 | 0 | 10 | 42 | 23 | 56 | 52 | 103 |
| Binary | 11001111 | 10111111 | 10001001 | 0 | 1000 | 100010 | 10011 | 101110 | 101010 | 1000011 |
Color Harmonies of #CFBF89
Complementary color
Monochromatic Colors of #CFBF89
Black with #CFBF89
Text Example
Text Example
White with #CFBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF89; }
p { color: rgb(207,191,137); }
H1.HeaderClassName
{
color: #CFBF89;
}
.AnyTagClassName
{
color: #CFBF89;
}
</style>
background-color css
<style>
a { background-color: #CFBF89; }
a { background-color: rgb(207,191,137); }
div.DivClassName
{
background-color: #CFBF89;
}
.BgClassName
{
background-color: #CFBF89;
}
</style>
border-color css
<style>
span { border-color: #CFBF89; }
span { border-color: rgb(207,191,137); }
td.TdClassName
{
border-color: #CFBF89;
}
.TagClassName
{
border-color: #CFBF89;
}
</style>