Shades of Wild Willow #C6C562
Tints of Wild Willow #C6C562
RGB
CMYK
RGB Variations
Color information
#C6C562 (or 0xC6C562) is known color: Wild Willow. HEX triplet: C6, C5 and 62. RGB value is (198,197,98). Sum of RGB (Red+Green+Blue) = 198+197+98=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C562 is #393A9D. Grayscale: #BABABA. Windows color (decimal): -3750558 or 6473158. OLE color: 6473158.
HSL color Cylindrical-coordinate representation of color #C6C562: hue angle of 59.4º degrees, saturation: 0.47, 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 #C6C562 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 98 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.22 |
| HSL | 59.4º | 0.47% | 0.58% | - |
| HSV(B) | 59.4º | 0.51% | 0.78% | - |
| XYZ | 45.46 | 52.82 | 19.35 | - |
| YUV | 186.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 98 | 0 | 0.01 | 0.51 | 0.22 | 59.4 | 0.47 | 0.58 |
| Hex | C6 | C5 | 62 | 0 | 1 | 33 | 16 | 3B | 2F | 3A |
| Octal | 306 | 305 | 142 | 0 | 1 | 63 | 26 | 73 | 57 | 72 |
| Binary | 11000110 | 11000101 | 1100010 | 0 | 1 | 110011 | 10110 | 111011 | 101111 | 111010 |
Color Harmonies of #C6C562
Complementary color
Monochromatic Colors of #C6C562
Black with #C6C562
Text Example
Text Example
White with #C6C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C562; }
p { color: rgb(198,197,98); }
H1.HeaderClassName
{
color: #C6C562;
}
.AnyTagClassName
{
color: #C6C562;
}
</style>
background-color css
<style>
a { background-color: #C6C562; }
a { background-color: rgb(198,197,98); }
div.DivClassName
{
background-color: #C6C562;
}
.BgClassName
{
background-color: #C6C562;
}
</style>
border-color css
<style>
span { border-color: #C6C562; }
span { border-color: rgb(198,197,98); }
td.TdClassName
{
border-color: #C6C562;
}
.TagClassName
{
border-color: #C6C562;
}
</style>