Shades of Wild Willow #C7C565
Tints of Wild Willow #C7C565
RGB
CMYK
RGB Variations
Color information
#C7C565 (or 0xC7C565) is known color: Wild Willow. HEX triplet: C7, C5 and 65. RGB value is (199,197,101). Sum of RGB (Red+Green+Blue) = 199+197+101=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C565 is #383A9A. Grayscale: #BBBBBB. Windows color (decimal): -3685019 or 6669767. OLE color: 6669767.
HSL color Cylindrical-coordinate representation of color #C7C565: hue angle of 58.78º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7C565 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 101 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.22 |
| HSL | 58.78º | 0.47% | 0.59% | - |
| HSV(B) | 58.78º | 0.49% | 0.78% | - |
| XYZ | 45.87 | 53.01 | 20.13 | - |
| YUV | 186.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 101 | 0 | 0.01 | 0.49 | 0.22 | 58.78 | 0.47 | 0.59 |
| Hex | C7 | C5 | 65 | 0 | 1 | 31 | 16 | 3B | 2F | 3B |
| Octal | 307 | 305 | 145 | 0 | 1 | 61 | 26 | 73 | 57 | 73 |
| Binary | 11000111 | 11000101 | 1100101 | 0 | 1 | 110001 | 10110 | 111011 | 101111 | 111011 |
Color Harmonies of #C7C565
Complementary color
Monochromatic Colors of #C7C565
Black with #C7C565
Text Example
Text Example
White with #C7C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C565; }
p { color: rgb(199,197,101); }
H1.HeaderClassName
{
color: #C7C565;
}
.AnyTagClassName
{
color: #C7C565;
}
</style>
background-color css
<style>
a { background-color: #C7C565; }
a { background-color: rgb(199,197,101); }
div.DivClassName
{
background-color: #C7C565;
}
.BgClassName
{
background-color: #C7C565;
}
</style>
border-color css
<style>
span { border-color: #C7C565; }
span { border-color: rgb(199,197,101); }
td.TdClassName
{
border-color: #C7C565;
}
.TagClassName
{
border-color: #C7C565;
}
</style>