Shades of Winter Hazel #CFBD81
Tints of Winter Hazel #CFBD81
RGB
CMYK
RGB Variations
Color information
#CFBD81 (or 0xCFBD81) is known color: Winter Hazel. HEX triplet: CF, BD and 81. RGB value is (207,189,129). Sum of RGB (Red+Green+Blue) = 207+189+129=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD81 is #30427E. Grayscale: #BBBBBB. Windows color (decimal): -3162751 or 8502735. OLE color: 8502735.
HSL color Cylindrical-coordinate representation of color #CFBD81: hue angle of 46.15º 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 #CFBD81 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 129 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.19 |
| HSL | 46.15º | 0.45% | 0.66% | - |
| HSV(B) | 46.15º | 0.38% | 0.81% | - |
| XYZ | 47.89 | 51.25 | 28.14 | - |
| YUV | 187.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 129 | 0 | 0.09 | 0.38 | 0.19 | 46.15 | 0.45 | 0.66 |
| Hex | CF | BD | 81 | 0 | 9 | 26 | 13 | 2E | 2D | 42 |
| Octal | 317 | 275 | 201 | 0 | 11 | 46 | 23 | 56 | 55 | 102 |
| Binary | 11001111 | 10111101 | 10000001 | 0 | 1001 | 100110 | 10011 | 101110 | 101101 | 1000010 |
Color Harmonies of #CFBD81
Complementary color
Monochromatic Colors of #CFBD81
Black with #CFBD81
Text Example
Text Example
White with #CFBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD81; }
p { color: rgb(207,189,129); }
H1.HeaderClassName
{
color: #CFBD81;
}
.AnyTagClassName
{
color: #CFBD81;
}
</style>
background-color css
<style>
a { background-color: #CFBD81; }
a { background-color: rgb(207,189,129); }
div.DivClassName
{
background-color: #CFBD81;
}
.BgClassName
{
background-color: #CFBD81;
}
</style>
border-color css
<style>
span { border-color: #CFBD81; }
span { border-color: rgb(207,189,129); }
td.TdClassName
{
border-color: #CFBD81;
}
.TagClassName
{
border-color: #CFBD81;
}
</style>