Shades of Wild Willow #C7C564
Tints of Wild Willow #C7C564
RGB
CMYK
RGB Variations
Color information
#C7C564 (or 0xC7C564) is known color: Wild Willow. HEX triplet: C7, C5 and 64. RGB value is (199,197,100). Sum of RGB (Red+Green+Blue) = 199+197+100=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C564 is #383A9B. Grayscale: #BABABA. Windows color (decimal): -3685020 or 6604231. OLE color: 6604231.
HSL color Cylindrical-coordinate representation of color #C7C564: hue angle of 58.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7C564 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 100 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.22 |
| HSL | 58.79º | 0.47% | 0.59% | - |
| HSV(B) | 58.79º | 0.5% | 0.78% | - |
| XYZ | 45.82 | 52.99 | 19.87 | - |
| YUV | 186.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 100 | 0 | 0.01 | 0.50 | 0.22 | 58.79 | 0.47 | 0.59 |
| Hex | C7 | C5 | 64 | 0 | 1 | 32 | 16 | 3B | 2F | 3B |
| Octal | 307 | 305 | 144 | 0 | 1 | 62 | 26 | 73 | 57 | 73 |
| Binary | 11000111 | 11000101 | 1100100 | 0 | 1 | 110010 | 10110 | 111011 | 101111 | 111011 |
Color Harmonies of #C7C564
Complementary color
Monochromatic Colors of #C7C564
Black with #C7C564
Text Example
Text Example
White with #C7C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C564; }
p { color: rgb(199,197,100); }
H1.HeaderClassName
{
color: #C7C564;
}
.AnyTagClassName
{
color: #C7C564;
}
</style>
background-color css
<style>
a { background-color: #C7C564; }
a { background-color: rgb(199,197,100); }
div.DivClassName
{
background-color: #C7C564;
}
.BgClassName
{
background-color: #C7C564;
}
</style>
border-color css
<style>
span { border-color: #C7C564; }
span { border-color: rgb(199,197,100); }
td.TdClassName
{
border-color: #C7C564;
}
.TagClassName
{
border-color: #C7C564;
}
</style>