Shades of Winter Hazel #CFBD76
Tints of Winter Hazel #CFBD76
RGB
CMYK
RGB Variations
Color information
#CFBD76 (or 0xCFBD76) is known color: Winter Hazel. HEX triplet: CF, BD and 76. RGB value is (207,189,118). Sum of RGB (Red+Green+Blue) = 207+189+118=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD76 is #304289. Grayscale: #BABABA. Windows color (decimal): -3162762 or 7781839. OLE color: 7781839.
HSL color Cylindrical-coordinate representation of color #CFBD76: hue angle of 47.87º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFBD76 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 118 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.19 |
| HSL | 47.87º | 0.48% | 0.64% | - |
| HSV(B) | 47.87º | 0.43% | 0.81% | - |
| XYZ | 47.2 | 50.97 | 24.49 | - |
| YUV | 186.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 118 | 0 | 0.09 | 0.43 | 0.19 | 47.87 | 0.48 | 0.64 |
| Hex | CF | BD | 76 | 0 | 9 | 2B | 13 | 30 | 30 | 40 |
| Octal | 317 | 275 | 166 | 0 | 11 | 53 | 23 | 60 | 60 | 100 |
| Binary | 11001111 | 10111101 | 1110110 | 0 | 1001 | 101011 | 10011 | 110000 | 110000 | 1000000 |
Color Harmonies of #CFBD76
Complementary color
Monochromatic Colors of #CFBD76
Black with #CFBD76
Text Example
Text Example
White with #CFBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD76; }
p { color: rgb(207,189,118); }
H1.HeaderClassName
{
color: #CFBD76;
}
.AnyTagClassName
{
color: #CFBD76;
}
</style>
background-color css
<style>
a { background-color: #CFBD76; }
a { background-color: rgb(207,189,118); }
div.DivClassName
{
background-color: #CFBD76;
}
.BgClassName
{
background-color: #CFBD76;
}
</style>
border-color css
<style>
span { border-color: #CFBD76; }
span { border-color: rgb(207,189,118); }
td.TdClassName
{
border-color: #CFBD76;
}
.TagClassName
{
border-color: #CFBD76;
}
</style>