Shades of Winter Hazel #CFBF8D
Tints of Winter Hazel #CFBF8D
RGB
CMYK
RGB Variations
Color information
#CFBF8D (or 0xCFBF8D) is known color: Winter Hazel. HEX triplet: CF, BF and 8D. RGB value is (207,191,141). Sum of RGB (Red+Green+Blue) = 207+191+141=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF8D is #304072. Grayscale: #BEBEBE. Windows color (decimal): -3162227 or 9289679. OLE color: 9289679.
HSL color Cylindrical-coordinate representation of color #CFBF8D: hue angle of 45.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFBF8D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 141 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.19 |
| HSL | 45.45º | 0.41% | 0.68% | - |
| HSV(B) | 45.45º | 0.32% | 0.81% | - |
| XYZ | 49.17 | 52.45 | 32.73 | - |
| YUV | 190.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 141 | 0 | 0.08 | 0.32 | 0.19 | 45.45 | 0.41 | 0.68 |
| Hex | CF | BF | 8D | 0 | 8 | 20 | 13 | 2D | 29 | 44 |
| Octal | 317 | 277 | 215 | 0 | 10 | 40 | 23 | 55 | 51 | 104 |
| Binary | 11001111 | 10111111 | 10001101 | 0 | 1000 | 100000 | 10011 | 101101 | 101001 | 1000100 |
Color Harmonies of #CFBF8D
Complementary color
Monochromatic Colors of #CFBF8D
Black with #CFBF8D
Text Example
Text Example
White with #CFBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF8D; }
p { color: rgb(207,191,141); }
H1.HeaderClassName
{
color: #CFBF8D;
}
.AnyTagClassName
{
color: #CFBF8D;
}
</style>
background-color css
<style>
a { background-color: #CFBF8D; }
a { background-color: rgb(207,191,141); }
div.DivClassName
{
background-color: #CFBF8D;
}
.BgClassName
{
background-color: #CFBF8D;
}
</style>
border-color css
<style>
span { border-color: #CFBF8D; }
span { border-color: rgb(207,191,141); }
td.TdClassName
{
border-color: #CFBF8D;
}
.TagClassName
{
border-color: #CFBF8D;
}
</style>