Shades of Winter Hazel #CFC47F
Tints of Winter Hazel #CFC47F
RGB
CMYK
RGB Variations
Color information
#CFC47F (or 0xCFC47F) is known color: Winter Hazel. HEX triplet: CF, C4 and 7F. RGB value is (207,196,127). Sum of RGB (Red+Green+Blue) = 207+196+127=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC47F is #303B80. Grayscale: #BFBFBF. Windows color (decimal): -3160961 or 8373455. OLE color: 8373455.
HSL color Cylindrical-coordinate representation of color #CFC47F: hue angle of 51.75º degrees, saturation: 0.45, 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 #CFC47F is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 127 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.19 |
| HSL | 51.75º | 0.45% | 0.65% | - |
| HSV(B) | 51.75º | 0.39% | 0.81% | - |
| XYZ | 49.3 | 54.28 | 27.96 | - |
| YUV | 191.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 127 | 0 | 0.05 | 0.39 | 0.19 | 51.75 | 0.45 | 0.65 |
| Hex | CF | C4 | 7F | 0 | 5 | 27 | 13 | 34 | 2D | 41 |
| Octal | 317 | 304 | 177 | 0 | 5 | 47 | 23 | 64 | 55 | 101 |
| Binary | 11001111 | 11000100 | 1111111 | 0 | 101 | 100111 | 10011 | 110100 | 101101 | 1000001 |
Color Harmonies of #CFC47F
Complementary color
Monochromatic Colors of #CFC47F
Black with #CFC47F
Text Example
Text Example
White with #CFC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC47F; }
p { color: rgb(207,196,127); }
H1.HeaderClassName
{
color: #CFC47F;
}
.AnyTagClassName
{
color: #CFC47F;
}
</style>
background-color css
<style>
a { background-color: #CFC47F; }
a { background-color: rgb(207,196,127); }
div.DivClassName
{
background-color: #CFC47F;
}
.BgClassName
{
background-color: #CFC47F;
}
</style>
border-color css
<style>
span { border-color: #CFC47F; }
span { border-color: rgb(207,196,127); }
td.TdClassName
{
border-color: #CFC47F;
}
.TagClassName
{
border-color: #CFC47F;
}
</style>