Shades of Wild Willow #C7C862
Tints of Wild Willow #C7C862
RGB
CMYK
RGB Variations
Color information
#C7C862 (or 0xC7C862) is known color: Wild Willow. HEX triplet: C7, C8 and 62. RGB value is (199,200,98). Sum of RGB (Red+Green+Blue) = 199+200+98=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C862 is #38379D. Grayscale: #BCBCBC. Windows color (decimal): -3684254 or 6473927. OLE color: 6473927.
HSL color Cylindrical-coordinate representation of color #C7C862: hue angle of 60.59º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7C862 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 98 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.22 |
| HSL | 60.59º | 0.48% | 0.58% | - |
| HSV(B) | 60.59º | 0.51% | 0.78% | - |
| XYZ | 46.41 | 54.33 | 19.6 | - |
| YUV | 188.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 98 | 0.00 | 0 | 0.51 | 0.22 | 60.59 | 0.48 | 0.58 |
| Hex | C7 | C8 | 62 | 0 | 0 | 33 | 16 | 3D | 30 | 3A |
| Octal | 307 | 310 | 142 | 0 | 0 | 63 | 26 | 75 | 60 | 72 |
| Binary | 11000111 | 11001000 | 1100010 | 0 | 0 | 110011 | 10110 | 111101 | 110000 | 111010 |
Color Harmonies of #C7C862
Complementary color
Monochromatic Colors of #C7C862
Black with #C7C862
Text Example
Text Example
White with #C7C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C862; }
p { color: rgb(199,200,98); }
H1.HeaderClassName
{
color: #C7C862;
}
.AnyTagClassName
{
color: #C7C862;
}
</style>
background-color css
<style>
a { background-color: #C7C862; }
a { background-color: rgb(199,200,98); }
div.DivClassName
{
background-color: #C7C862;
}
.BgClassName
{
background-color: #C7C862;
}
</style>
border-color css
<style>
span { border-color: #C7C862; }
span { border-color: rgb(199,200,98); }
td.TdClassName
{
border-color: #C7C862;
}
.TagClassName
{
border-color: #C7C862;
}
</style>