Shades of Wild Willow #C7C456
Tints of Wild Willow #C7C456
RGB
CMYK
RGB Variations
Color information
#C7C456 (or 0xC7C456) is known color: Wild Willow. HEX triplet: C7, C4 and 56. RGB value is (199,196,86). Sum of RGB (Red+Green+Blue) = 199+196+86=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C456 is #383BA9. Grayscale: #B8B8B8. Windows color (decimal): -3685290 or 5686471. OLE color: 5686471.
HSL color Cylindrical-coordinate representation of color #C7C456: hue angle of 58.41º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7C456 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 86 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.22 |
| HSL | 58.41º | 0.5% | 0.56% | - |
| HSV(B) | 58.41º | 0.57% | 0.78% | - |
| XYZ | 44.97 | 52.29 | 16.53 | - |
| YUV | 184.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 86 | 0 | 0.02 | 0.57 | 0.22 | 58.41 | 0.5 | 0.56 |
| Hex | C7 | C4 | 56 | 0 | 2 | 39 | 16 | 3A | 32 | 38 |
| Octal | 307 | 304 | 126 | 0 | 2 | 71 | 26 | 72 | 62 | 70 |
| Binary | 11000111 | 11000100 | 1010110 | 0 | 10 | 111001 | 10110 | 111010 | 110010 | 111000 |
Color Harmonies of #C7C456
Complementary color
Monochromatic Colors of #C7C456
Black with #C7C456
Text Example
Text Example
White with #C7C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C456; }
p { color: rgb(199,196,86); }
H1.HeaderClassName
{
color: #C7C456;
}
.AnyTagClassName
{
color: #C7C456;
}
</style>
background-color css
<style>
a { background-color: #C7C456; }
a { background-color: rgb(199,196,86); }
div.DivClassName
{
background-color: #C7C456;
}
.BgClassName
{
background-color: #C7C456;
}
</style>
border-color css
<style>
span { border-color: #C7C456; }
span { border-color: rgb(199,196,86); }
td.TdClassName
{
border-color: #C7C456;
}
.TagClassName
{
border-color: #C7C456;
}
</style>