Shades of Winter Hazel #CFC681
Tints of Winter Hazel #CFC681
RGB
CMYK
RGB Variations
Color information
#CFC681 (or 0xCFC681) is known color: Winter Hazel. HEX triplet: CF, C6 and 81. RGB value is (207,198,129). Sum of RGB (Red+Green+Blue) = 207+198+129=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC681 is #30397E. Grayscale: #C1C1C1. Windows color (decimal): -3160447 or 8505039. OLE color: 8505039.
HSL color Cylindrical-coordinate representation of color #CFC681: hue angle of 53.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFC681 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 129 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.19 |
| HSL | 53.08º | 0.45% | 0.66% | - |
| HSV(B) | 53.08º | 0.38% | 0.81% | - |
| XYZ | 49.89 | 55.24 | 28.8 | - |
| YUV | 192.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 129 | 0 | 0.04 | 0.38 | 0.19 | 53.08 | 0.45 | 0.66 |
| Hex | CF | C6 | 81 | 0 | 4 | 26 | 13 | 35 | 2D | 42 |
| Octal | 317 | 306 | 201 | 0 | 4 | 46 | 23 | 65 | 55 | 102 |
| Binary | 11001111 | 11000110 | 10000001 | 0 | 100 | 100110 | 10011 | 110101 | 101101 | 1000010 |
Color Harmonies of #CFC681
Complementary color
Monochromatic Colors of #CFC681
Black with #CFC681
Text Example
Text Example
White with #CFC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC681; }
p { color: rgb(207,198,129); }
H1.HeaderClassName
{
color: #CFC681;
}
.AnyTagClassName
{
color: #CFC681;
}
</style>
background-color css
<style>
a { background-color: #CFC681; }
a { background-color: rgb(207,198,129); }
div.DivClassName
{
background-color: #CFC681;
}
.BgClassName
{
background-color: #CFC681;
}
</style>
border-color css
<style>
span { border-color: #CFC681; }
span { border-color: rgb(207,198,129); }
td.TdClassName
{
border-color: #CFC681;
}
.TagClassName
{
border-color: #CFC681;
}
</style>