Shades of Wild Willow #C7C856
Tints of Wild Willow #C7C856
RGB
CMYK
RGB Variations
Color information
#C7C856 (or 0xC7C856) is known color: Wild Willow. HEX triplet: C7, C8 and 56. RGB value is (199,200,86). Sum of RGB (Red+Green+Blue) = 199+200+86=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C856 is #3837A9. Grayscale: #BBBBBB. Windows color (decimal): -3684266 or 5687495. OLE color: 5687495.
HSL color Cylindrical-coordinate representation of color #C7C856: hue angle of 60.53º degrees, saturation: 0.51, 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 #C7C856 is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 86 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.22 |
| HSL | 60.53º | 0.51% | 0.56% | - |
| HSV(B) | 60.53º | 0.57% | 0.78% | - |
| XYZ | 45.89 | 54.12 | 16.83 | - |
| YUV | 186.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 86 | 0.00 | 0 | 0.57 | 0.22 | 60.53 | 0.51 | 0.56 |
| Hex | C7 | C8 | 56 | 0 | 0 | 39 | 16 | 3D | 33 | 38 |
| Octal | 307 | 310 | 126 | 0 | 0 | 71 | 26 | 75 | 63 | 70 |
| Binary | 11000111 | 11001000 | 1010110 | 0 | 0 | 111001 | 10110 | 111101 | 110011 | 111000 |
Color Harmonies of #C7C856
Complementary color
Monochromatic Colors of #C7C856
Black with #C7C856
Text Example
Text Example
White with #C7C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C856; }
p { color: rgb(199,200,86); }
H1.HeaderClassName
{
color: #C7C856;
}
.AnyTagClassName
{
color: #C7C856;
}
</style>
background-color css
<style>
a { background-color: #C7C856; }
a { background-color: rgb(199,200,86); }
div.DivClassName
{
background-color: #C7C856;
}
.BgClassName
{
background-color: #C7C856;
}
</style>
border-color css
<style>
span { border-color: #C7C856; }
span { border-color: rgb(199,200,86); }
td.TdClassName
{
border-color: #C7C856;
}
.TagClassName
{
border-color: #C7C856;
}
</style>