Shades of Winter Hazel #CFBD80
Tints of Winter Hazel #CFBD80
RGB
CMYK
RGB Variations
Color information
#CFBD80 (or 0xCFBD80) is known color: Winter Hazel. HEX triplet: CF, BD and 80. RGB value is (207,189,128). Sum of RGB (Red+Green+Blue) = 207+189+128=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD80 is #30427F. Grayscale: #BBBBBB. Windows color (decimal): -3162752 or 8437199. OLE color: 8437199.
HSL color Cylindrical-coordinate representation of color #CFBD80: hue angle of 46.33º 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 #CFBD80 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 128 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.19 |
| HSL | 46.33º | 0.45% | 0.66% | - |
| HSV(B) | 46.33º | 0.38% | 0.81% | - |
| XYZ | 47.83 | 51.22 | 27.79 | - |
| YUV | 187.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 128 | 0 | 0.09 | 0.38 | 0.19 | 46.33 | 0.45 | 0.66 |
| Hex | CF | BD | 80 | 0 | 9 | 26 | 13 | 2E | 2D | 42 |
| Octal | 317 | 275 | 200 | 0 | 11 | 46 | 23 | 56 | 55 | 102 |
| Binary | 11001111 | 10111101 | 10000000 | 0 | 1001 | 100110 | 10011 | 101110 | 101101 | 1000010 |
Color Harmonies of #CFBD80
Complementary color
Monochromatic Colors of #CFBD80
Black with #CFBD80
Text Example
Text Example
White with #CFBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD80; }
p { color: rgb(207,189,128); }
H1.HeaderClassName
{
color: #CFBD80;
}
.AnyTagClassName
{
color: #CFBD80;
}
</style>
background-color css
<style>
a { background-color: #CFBD80; }
a { background-color: rgb(207,189,128); }
div.DivClassName
{
background-color: #CFBD80;
}
.BgClassName
{
background-color: #CFBD80;
}
</style>
border-color css
<style>
span { border-color: #CFBD80; }
span { border-color: rgb(207,189,128); }
td.TdClassName
{
border-color: #CFBD80;
}
.TagClassName
{
border-color: #CFBD80;
}
</style>