Shades of Winter Hazel #CFC677
Tints of Winter Hazel #CFC677
RGB
CMYK
RGB Variations
Color information
#CFC677 (or 0xCFC677) is known color: Winter Hazel. HEX triplet: CF, C6 and 77. RGB value is (207,198,119). Sum of RGB (Red+Green+Blue) = 207+198+119=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC677 is #303988. Grayscale: #C0C0C0. Windows color (decimal): -3160457 or 7849679. OLE color: 7849679.
HSL color Cylindrical-coordinate representation of color #CFC677: hue angle of 53.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC677 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 119 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.19 |
| HSL | 53.86º | 0.48% | 0.64% | - |
| HSV(B) | 53.86º | 0.43% | 0.81% | - |
| XYZ | 49.26 | 54.99 | 25.47 | - |
| YUV | 191.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 119 | 0 | 0.04 | 0.43 | 0.19 | 53.86 | 0.48 | 0.64 |
| Hex | CF | C6 | 77 | 0 | 4 | 2B | 13 | 36 | 30 | 40 |
| Octal | 317 | 306 | 167 | 0 | 4 | 53 | 23 | 66 | 60 | 100 |
| Binary | 11001111 | 11000110 | 1110111 | 0 | 100 | 101011 | 10011 | 110110 | 110000 | 1000000 |
Color Harmonies of #CFC677
Complementary color
Monochromatic Colors of #CFC677
Black with #CFC677
Text Example
Text Example
White with #CFC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC677; }
p { color: rgb(207,198,119); }
H1.HeaderClassName
{
color: #CFC677;
}
.AnyTagClassName
{
color: #CFC677;
}
</style>
background-color css
<style>
a { background-color: #CFC677; }
a { background-color: rgb(207,198,119); }
div.DivClassName
{
background-color: #CFC677;
}
.BgClassName
{
background-color: #CFC677;
}
</style>
border-color css
<style>
span { border-color: #CFC677; }
span { border-color: rgb(207,198,119); }
td.TdClassName
{
border-color: #CFC677;
}
.TagClassName
{
border-color: #CFC677;
}
</style>