Shades of Wild Willow #C2C660
Tints of Wild Willow #C2C660
RGB
CMYK
RGB Variations
Color information
#C2C660 (or 0xC2C660) is known color: Wild Willow. HEX triplet: C2, C6 and 60. RGB value is (194,198,96). Sum of RGB (Red+Green+Blue) = 194+198+96=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C660 is #3D399F. Grayscale: #B9B9B9. Windows color (decimal): -4012448 or 6342338. OLE color: 6342338.
HSL color Cylindrical-coordinate representation of color #C2C660: hue angle of 62.35º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2C660 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 96 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 62.35º | 0.47% | 0.58% | - |
| HSV(B) | 62.35º | 0.52% | 0.78% | - |
| XYZ | 44.55 | 52.7 | 18.89 | - |
| YUV | 185.18 | 77.67 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 96 | 0.02 | 0 | 0.52 | 0.22 | 62.35 | 0.47 | 0.58 |
| Hex | C2 | C6 | 60 | 2 | 0 | 34 | 16 | 3E | 2F | 3A |
| Octal | 302 | 306 | 140 | 2 | 0 | 64 | 26 | 76 | 57 | 72 |
| Binary | 11000010 | 11000110 | 1100000 | 10 | 0 | 110100 | 10110 | 111110 | 101111 | 111010 |
Color Harmonies of #C2C660
Complementary color
Monochromatic Colors of #C2C660
Black with #C2C660
Text Example
Text Example
White with #C2C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C660; }
p { color: rgb(194,198,96); }
H1.HeaderClassName
{
color: #C2C660;
}
.AnyTagClassName
{
color: #C2C660;
}
</style>
background-color css
<style>
a { background-color: #C2C660; }
a { background-color: rgb(194,198,96); }
div.DivClassName
{
background-color: #C2C660;
}
.BgClassName
{
background-color: #C2C660;
}
</style>
border-color css
<style>
span { border-color: #C2C660; }
span { border-color: rgb(194,198,96); }
td.TdClassName
{
border-color: #C2C660;
}
.TagClassName
{
border-color: #C2C660;
}
</style>