Shades of Winter Hazel #CFBD86
Tints of Winter Hazel #CFBD86
RGB
CMYK
RGB Variations
Color information
#CFBD86 (or 0xCFBD86) is known color: Winter Hazel. HEX triplet: CF, BD and 86. RGB value is (207,189,134). Sum of RGB (Red+Green+Blue) = 207+189+134=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD86 is #304279. Grayscale: #BCBCBC. Windows color (decimal): -3162746 or 8830415. OLE color: 8830415.
HSL color Cylindrical-coordinate representation of color #CFBD86: hue angle of 45.21º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFBD86 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 134 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.19 |
| HSL | 45.21º | 0.43% | 0.67% | - |
| HSV(B) | 45.21º | 0.35% | 0.81% | - |
| XYZ | 48.23 | 51.38 | 29.93 | - |
| YUV | 188.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 134 | 0 | 0.09 | 0.35 | 0.19 | 45.21 | 0.43 | 0.67 |
| Hex | CF | BD | 86 | 0 | 9 | 23 | 13 | 2D | 2B | 43 |
| Octal | 317 | 275 | 206 | 0 | 11 | 43 | 23 | 55 | 53 | 103 |
| Binary | 11001111 | 10111101 | 10000110 | 0 | 1001 | 100011 | 10011 | 101101 | 101011 | 1000011 |
Color Harmonies of #CFBD86
Complementary color
Monochromatic Colors of #CFBD86
Black with #CFBD86
Text Example
Text Example
White with #CFBD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD86; }
p { color: rgb(207,189,134); }
H1.HeaderClassName
{
color: #CFBD86;
}
.AnyTagClassName
{
color: #CFBD86;
}
</style>
background-color css
<style>
a { background-color: #CFBD86; }
a { background-color: rgb(207,189,134); }
div.DivClassName
{
background-color: #CFBD86;
}
.BgClassName
{
background-color: #CFBD86;
}
</style>
border-color css
<style>
span { border-color: #CFBD86; }
span { border-color: rgb(207,189,134); }
td.TdClassName
{
border-color: #CFBD86;
}
.TagClassName
{
border-color: #CFBD86;
}
</style>