Shades of Winter Hazel #CFBF8E
Tints of Winter Hazel #CFBF8E
RGB
CMYK
RGB Variations
Color information
#CFBF8E (or 0xCFBF8E) is known color: Winter Hazel. HEX triplet: CF, BF and 8E. RGB value is (207,191,142). Sum of RGB (Red+Green+Blue) = 207+191+142=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF8E is #304071. Grayscale: #BEBEBE. Windows color (decimal): -3162226 or 9355215. OLE color: 9355215.
HSL color Cylindrical-coordinate representation of color #CFBF8E: hue angle of 45.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFBF8E is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 142 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.19 |
| HSL | 45.23º | 0.4% | 0.68% | - |
| HSV(B) | 45.23º | 0.31% | 0.81% | - |
| XYZ | 49.25 | 52.48 | 33.13 | - |
| YUV | 190.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 142 | 0 | 0.08 | 0.31 | 0.19 | 45.23 | 0.4 | 0.68 |
| Hex | CF | BF | 8E | 0 | 8 | 1F | 13 | 2D | 28 | 44 |
| Octal | 317 | 277 | 216 | 0 | 10 | 37 | 23 | 55 | 50 | 104 |
| Binary | 11001111 | 10111111 | 10001110 | 0 | 1000 | 11111 | 10011 | 101101 | 101000 | 1000100 |
Color Harmonies of #CFBF8E
Complementary color
Monochromatic Colors of #CFBF8E
Black with #CFBF8E
Text Example
Text Example
White with #CFBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF8E; }
p { color: rgb(207,191,142); }
H1.HeaderClassName
{
color: #CFBF8E;
}
.AnyTagClassName
{
color: #CFBF8E;
}
</style>
background-color css
<style>
a { background-color: #CFBF8E; }
a { background-color: rgb(207,191,142); }
div.DivClassName
{
background-color: #CFBF8E;
}
.BgClassName
{
background-color: #CFBF8E;
}
</style>
border-color css
<style>
span { border-color: #CFBF8E; }
span { border-color: rgb(207,191,142); }
td.TdClassName
{
border-color: #CFBF8E;
}
.TagClassName
{
border-color: #CFBF8E;
}
</style>