Shades of Winter Hazel #CFBF7C
Tints of Winter Hazel #CFBF7C
RGB
CMYK
RGB Variations
Color information
#CFBF7C (or 0xCFBF7C) is known color: Winter Hazel. HEX triplet: CF, BF and 7C. RGB value is (207,191,124). Sum of RGB (Red+Green+Blue) = 207+191+124=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF7C is #304083. Grayscale: #BCBCBC. Windows color (decimal): -3162244 or 8175567. OLE color: 8175567.
HSL color Cylindrical-coordinate representation of color #CFBF7C: hue angle of 48.43º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFBF7C is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 124 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.19 |
| HSL | 48.43º | 0.46% | 0.65% | - |
| HSV(B) | 48.43º | 0.4% | 0.81% | - |
| XYZ | 48 | 51.98 | 26.57 | - |
| YUV | 188.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 124 | 0 | 0.08 | 0.40 | 0.19 | 48.43 | 0.46 | 0.65 |
| Hex | CF | BF | 7C | 0 | 8 | 28 | 13 | 30 | 2E | 41 |
| Octal | 317 | 277 | 174 | 0 | 10 | 50 | 23 | 60 | 56 | 101 |
| Binary | 11001111 | 10111111 | 1111100 | 0 | 1000 | 101000 | 10011 | 110000 | 101110 | 1000001 |
Color Harmonies of #CFBF7C
Complementary color
Monochromatic Colors of #CFBF7C
Black with #CFBF7C
Text Example
Text Example
White with #CFBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF7C; }
p { color: rgb(207,191,124); }
H1.HeaderClassName
{
color: #CFBF7C;
}
.AnyTagClassName
{
color: #CFBF7C;
}
</style>
background-color css
<style>
a { background-color: #CFBF7C; }
a { background-color: rgb(207,191,124); }
div.DivClassName
{
background-color: #CFBF7C;
}
.BgClassName
{
background-color: #CFBF7C;
}
</style>
border-color css
<style>
span { border-color: #CFBF7C; }
span { border-color: rgb(207,191,124); }
td.TdClassName
{
border-color: #CFBF7C;
}
.TagClassName
{
border-color: #CFBF7C;
}
</style>