Shades of Winter Hazel #CFC179
Tints of Winter Hazel #CFC179
RGB
CMYK
RGB Variations
Color information
#CFC179 (or 0xCFC179) is known color: Winter Hazel. HEX triplet: CF, C1 and 79. RGB value is (207,193,121). Sum of RGB (Red+Green+Blue) = 207+193+121=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC179 is #303E86. Grayscale: #BDBDBD. Windows color (decimal): -3161735 or 7979471. OLE color: 7979471.
HSL color Cylindrical-coordinate representation of color #CFC179: hue angle of 50.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFC179 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 121 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.19 |
| HSL | 50.23º | 0.47% | 0.64% | - |
| HSV(B) | 50.23º | 0.42% | 0.81% | - |
| XYZ | 48.25 | 52.79 | 25.73 | - |
| YUV | 188.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 121 | 0 | 0.07 | 0.42 | 0.19 | 50.23 | 0.47 | 0.64 |
| Hex | CF | C1 | 79 | 0 | 7 | 2A | 13 | 32 | 2F | 40 |
| Octal | 317 | 301 | 171 | 0 | 7 | 52 | 23 | 62 | 57 | 100 |
| Binary | 11001111 | 11000001 | 1111001 | 0 | 111 | 101010 | 10011 | 110010 | 101111 | 1000000 |
Color Harmonies of #CFC179
Complementary color
Monochromatic Colors of #CFC179
Black with #CFC179
Text Example
Text Example
White with #CFC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC179; }
p { color: rgb(207,193,121); }
H1.HeaderClassName
{
color: #CFC179;
}
.AnyTagClassName
{
color: #CFC179;
}
</style>
background-color css
<style>
a { background-color: #CFC179; }
a { background-color: rgb(207,193,121); }
div.DivClassName
{
background-color: #CFC179;
}
.BgClassName
{
background-color: #CFC179;
}
</style>
border-color css
<style>
span { border-color: #CFC179; }
span { border-color: rgb(207,193,121); }
td.TdClassName
{
border-color: #CFC179;
}
.TagClassName
{
border-color: #CFC179;
}
</style>