Shades of Winter Hazel #CFBD7E
Tints of Winter Hazel #CFBD7E
RGB
CMYK
RGB Variations
Color information
#CFBD7E (or 0xCFBD7E) is known color: Winter Hazel. HEX triplet: CF, BD and 7E. RGB value is (207,189,126). Sum of RGB (Red+Green+Blue) = 207+189+126=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD7E is #304281. Grayscale: #BBBBBB. Windows color (decimal): -3162754 or 8306127. OLE color: 8306127.
HSL color Cylindrical-coordinate representation of color #CFBD7E: hue angle of 46.67º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFBD7E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 126 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.19 |
| HSL | 46.67º | 0.46% | 0.65% | - |
| HSV(B) | 46.67º | 0.39% | 0.81% | - |
| XYZ | 47.7 | 51.17 | 27.1 | - |
| YUV | 187.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 126 | 0 | 0.09 | 0.39 | 0.19 | 46.67 | 0.46 | 0.65 |
| Hex | CF | BD | 7E | 0 | 9 | 27 | 13 | 2F | 2E | 41 |
| Octal | 317 | 275 | 176 | 0 | 11 | 47 | 23 | 57 | 56 | 101 |
| Binary | 11001111 | 10111101 | 1111110 | 0 | 1001 | 100111 | 10011 | 101111 | 101110 | 1000001 |
Color Harmonies of #CFBD7E
Complementary color
Monochromatic Colors of #CFBD7E
Black with #CFBD7E
Text Example
Text Example
White with #CFBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD7E; }
p { color: rgb(207,189,126); }
H1.HeaderClassName
{
color: #CFBD7E;
}
.AnyTagClassName
{
color: #CFBD7E;
}
</style>
background-color css
<style>
a { background-color: #CFBD7E; }
a { background-color: rgb(207,189,126); }
div.DivClassName
{
background-color: #CFBD7E;
}
.BgClassName
{
background-color: #CFBD7E;
}
</style>
border-color css
<style>
span { border-color: #CFBD7E; }
span { border-color: rgb(207,189,126); }
td.TdClassName
{
border-color: #CFBD7E;
}
.TagClassName
{
border-color: #CFBD7E;
}
</style>