Shades of Winter Hazel #CFBF8B
Tints of Winter Hazel #CFBF8B
RGB
CMYK
RGB Variations
Color information
#CFBF8B (or 0xCFBF8B) is known color: Winter Hazel. HEX triplet: CF, BF and 8B. RGB value is (207,191,139). Sum of RGB (Red+Green+Blue) = 207+191+139=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF8B is #304074. Grayscale: #BEBEBE. Windows color (decimal): -3162229 or 9158607. OLE color: 9158607.
HSL color Cylindrical-coordinate representation of color #CFBF8B: hue angle of 45.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFBF8B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 139 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.19 |
| HSL | 45.88º | 0.41% | 0.68% | - |
| HSV(B) | 45.88º | 0.33% | 0.81% | - |
| XYZ | 49.02 | 52.39 | 31.95 | - |
| YUV | 189.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 139 | 0 | 0.08 | 0.33 | 0.19 | 45.88 | 0.41 | 0.68 |
| Hex | CF | BF | 8B | 0 | 8 | 21 | 13 | 2E | 29 | 44 |
| Octal | 317 | 277 | 213 | 0 | 10 | 41 | 23 | 56 | 51 | 104 |
| Binary | 11001111 | 10111111 | 10001011 | 0 | 1000 | 100001 | 10011 | 101110 | 101001 | 1000100 |
Color Harmonies of #CFBF8B
Complementary color
Monochromatic Colors of #CFBF8B
Black with #CFBF8B
Text Example
Text Example
White with #CFBF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF8B; }
p { color: rgb(207,191,139); }
H1.HeaderClassName
{
color: #CFBF8B;
}
.AnyTagClassName
{
color: #CFBF8B;
}
</style>
background-color css
<style>
a { background-color: #CFBF8B; }
a { background-color: rgb(207,191,139); }
div.DivClassName
{
background-color: #CFBF8B;
}
.BgClassName
{
background-color: #CFBF8B;
}
</style>
border-color css
<style>
span { border-color: #CFBF8B; }
span { border-color: rgb(207,191,139); }
td.TdClassName
{
border-color: #CFBF8B;
}
.TagClassName
{
border-color: #CFBF8B;
}
</style>