Shades of Winter Hazel #CFBD74
Tints of Winter Hazel #CFBD74
RGB
CMYK
RGB Variations
Color information
#CFBD74 (or 0xCFBD74) is known color: Winter Hazel. HEX triplet: CF, BD and 74. RGB value is (207,189,116). Sum of RGB (Red+Green+Blue) = 207+189+116=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD74 is #30428B. Grayscale: #BABABA. Windows color (decimal): -3162764 or 7650767. OLE color: 7650767.
HSL color Cylindrical-coordinate representation of color #CFBD74: hue angle of 48.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFBD74 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 116 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.19 |
| HSL | 48.13º | 0.49% | 0.63% | - |
| HSV(B) | 48.13º | 0.44% | 0.81% | - |
| XYZ | 47.08 | 50.92 | 23.87 | - |
| YUV | 186.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 116 | 0 | 0.09 | 0.44 | 0.19 | 48.13 | 0.49 | 0.63 |
| Hex | CF | BD | 74 | 0 | 9 | 2C | 13 | 30 | 31 | 3F |
| Octal | 317 | 275 | 164 | 0 | 11 | 54 | 23 | 60 | 61 | 77 |
| Binary | 11001111 | 10111101 | 1110100 | 0 | 1001 | 101100 | 10011 | 110000 | 110001 | 111111 |
Color Harmonies of #CFBD74
Complementary color
Monochromatic Colors of #CFBD74
Black with #CFBD74
Text Example
Text Example
White with #CFBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD74; }
p { color: rgb(207,189,116); }
H1.HeaderClassName
{
color: #CFBD74;
}
.AnyTagClassName
{
color: #CFBD74;
}
</style>
background-color css
<style>
a { background-color: #CFBD74; }
a { background-color: rgb(207,189,116); }
div.DivClassName
{
background-color: #CFBD74;
}
.BgClassName
{
background-color: #CFBD74;
}
</style>
border-color css
<style>
span { border-color: #CFBD74; }
span { border-color: rgb(207,189,116); }
td.TdClassName
{
border-color: #CFBD74;
}
.TagClassName
{
border-color: #CFBD74;
}
</style>