Shades of Winter Hazel #CFBF80
Tints of Winter Hazel #CFBF80
RGB
CMYK
RGB Variations
Color information
#CFBF80 (or 0xCFBF80) is known color: Winter Hazel. HEX triplet: CF, BF and 80. RGB value is (207,191,128). Sum of RGB (Red+Green+Blue) = 207+191+128=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF80 is #30407F. Grayscale: #BCBCBC. Windows color (decimal): -3162240 or 8437711. OLE color: 8437711.
HSL color Cylindrical-coordinate representation of color #CFBF80: hue angle of 47.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFBF80 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 128 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.19 |
| HSL | 47.85º | 0.45% | 0.66% | - |
| HSV(B) | 47.85º | 0.38% | 0.81% | - |
| XYZ | 48.26 | 52.09 | 27.93 | - |
| YUV | 188.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 128 | 0 | 0.08 | 0.38 | 0.19 | 47.85 | 0.45 | 0.66 |
| Hex | CF | BF | 80 | 0 | 8 | 26 | 13 | 30 | 2D | 42 |
| Octal | 317 | 277 | 200 | 0 | 10 | 46 | 23 | 60 | 55 | 102 |
| Binary | 11001111 | 10111111 | 10000000 | 0 | 1000 | 100110 | 10011 | 110000 | 101101 | 1000010 |
Color Harmonies of #CFBF80
Complementary color
Monochromatic Colors of #CFBF80
Black with #CFBF80
Text Example
Text Example
White with #CFBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF80; }
p { color: rgb(207,191,128); }
H1.HeaderClassName
{
color: #CFBF80;
}
.AnyTagClassName
{
color: #CFBF80;
}
</style>
background-color css
<style>
a { background-color: #CFBF80; }
a { background-color: rgb(207,191,128); }
div.DivClassName
{
background-color: #CFBF80;
}
.BgClassName
{
background-color: #CFBF80;
}
</style>
border-color css
<style>
span { border-color: #CFBF80; }
span { border-color: rgb(207,191,128); }
td.TdClassName
{
border-color: #CFBF80;
}
.TagClassName
{
border-color: #CFBF80;
}
</style>