Shades of Wild Willow #C7C65E
Tints of Wild Willow #C7C65E
RGB
CMYK
RGB Variations
Color information
#C7C65E (or 0xC7C65E) is known color: Wild Willow. HEX triplet: C7, C6 and 5E. RGB value is (199,198,94). Sum of RGB (Red+Green+Blue) = 199+198+94=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C65E is #3839A1. Grayscale: #BABABA. Windows color (decimal): -3684770 or 6211271. OLE color: 6211271.
HSL color Cylindrical-coordinate representation of color #C7C65E: hue angle of 59.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7C65E is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 94 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.22 |
| HSL | 59.43º | 0.48% | 0.57% | - |
| HSV(B) | 59.43º | 0.53% | 0.78% | - |
| XYZ | 45.77 | 53.34 | 18.47 | - |
| YUV | 186.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 94 | 0 | 0.01 | 0.53 | 0.22 | 59.43 | 0.48 | 0.57 |
| Hex | C7 | C6 | 5E | 0 | 1 | 35 | 16 | 3B | 30 | 39 |
| Octal | 307 | 306 | 136 | 0 | 1 | 65 | 26 | 73 | 60 | 71 |
| Binary | 11000111 | 11000110 | 1011110 | 0 | 1 | 110101 | 10110 | 111011 | 110000 | 111001 |
Color Harmonies of #C7C65E
Complementary color
Monochromatic Colors of #C7C65E
Black with #C7C65E
Text Example
Text Example
White with #C7C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C65E; }
p { color: rgb(199,198,94); }
H1.HeaderClassName
{
color: #C7C65E;
}
.AnyTagClassName
{
color: #C7C65E;
}
</style>
background-color css
<style>
a { background-color: #C7C65E; }
a { background-color: rgb(199,198,94); }
div.DivClassName
{
background-color: #C7C65E;
}
.BgClassName
{
background-color: #C7C65E;
}
</style>
border-color css
<style>
span { border-color: #C7C65E; }
span { border-color: rgb(199,198,94); }
td.TdClassName
{
border-color: #C7C65E;
}
.TagClassName
{
border-color: #C7C65E;
}
</style>