Shades of Winter Hazel #CFBF8C
Tints of Winter Hazel #CFBF8C
RGB
CMYK
RGB Variations
Color information
#CFBF8C (or 0xCFBF8C) is known color: Winter Hazel. HEX triplet: CF, BF and 8C. RGB value is (207,191,140). Sum of RGB (Red+Green+Blue) = 207+191+140=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF8C is #304073. Grayscale: #BEBEBE. Windows color (decimal): -3162228 or 9224143. OLE color: 9224143.
HSL color Cylindrical-coordinate representation of color #CFBF8C: hue angle of 45.67º 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 #CFBF8C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 140 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.19 |
| HSL | 45.67º | 0.41% | 0.68% | - |
| HSV(B) | 45.67º | 0.32% | 0.81% | - |
| XYZ | 49.1 | 52.42 | 32.34 | - |
| YUV | 189.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 140 | 0 | 0.08 | 0.32 | 0.19 | 45.67 | 0.41 | 0.68 |
| Hex | CF | BF | 8C | 0 | 8 | 20 | 13 | 2E | 29 | 44 |
| Octal | 317 | 277 | 214 | 0 | 10 | 40 | 23 | 56 | 51 | 104 |
| Binary | 11001111 | 10111111 | 10001100 | 0 | 1000 | 100000 | 10011 | 101110 | 101001 | 1000100 |
Color Harmonies of #CFBF8C
Complementary color
Monochromatic Colors of #CFBF8C
Black with #CFBF8C
Text Example
Text Example
White with #CFBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF8C; }
p { color: rgb(207,191,140); }
H1.HeaderClassName
{
color: #CFBF8C;
}
.AnyTagClassName
{
color: #CFBF8C;
}
</style>
background-color css
<style>
a { background-color: #CFBF8C; }
a { background-color: rgb(207,191,140); }
div.DivClassName
{
background-color: #CFBF8C;
}
.BgClassName
{
background-color: #CFBF8C;
}
</style>
border-color css
<style>
span { border-color: #CFBF8C; }
span { border-color: rgb(207,191,140); }
td.TdClassName
{
border-color: #CFBF8C;
}
.TagClassName
{
border-color: #CFBF8C;
}
</style>