Shades of Wild Willow #C2C962
Tints of Wild Willow #C2C962
RGB
CMYK
RGB Variations
Color information
#C2C962 (or 0xC2C962) is known color: Wild Willow. HEX triplet: C2, C9 and 62. RGB value is (194,201,98). Sum of RGB (Red+Green+Blue) = 194+201+98=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C962 is #3D369D. Grayscale: #BBBBBB. Windows color (decimal): -4011678 or 6474178. OLE color: 6474178.
HSL color Cylindrical-coordinate representation of color #C2C962: hue angle of 64.08º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2C962 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 98 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.21 |
| HSL | 64.08º | 0.49% | 0.59% | - |
| HSV(B) | 64.08º | 0.51% | 0.79% | - |
| XYZ | 45.34 | 54.12 | 19.61 | - |
| YUV | 187.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 98 | 0.03 | 0 | 0.51 | 0.21 | 64.08 | 0.49 | 0.59 |
| Hex | C2 | C9 | 62 | 3 | 0 | 33 | 15 | 40 | 31 | 3B |
| Octal | 302 | 311 | 142 | 3 | 0 | 63 | 25 | 100 | 61 | 73 |
| Binary | 11000010 | 11001001 | 1100010 | 11 | 0 | 110011 | 10101 | 1000000 | 110001 | 111011 |
Color Harmonies of #C2C962
Complementary color
Monochromatic Colors of #C2C962
Black with #C2C962
Text Example
Text Example
White with #C2C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C962; }
p { color: rgb(194,201,98); }
H1.HeaderClassName
{
color: #C2C962;
}
.AnyTagClassName
{
color: #C2C962;
}
</style>
background-color css
<style>
a { background-color: #C2C962; }
a { background-color: rgb(194,201,98); }
div.DivClassName
{
background-color: #C2C962;
}
.BgClassName
{
background-color: #C2C962;
}
</style>
border-color css
<style>
span { border-color: #C2C962; }
span { border-color: rgb(194,201,98); }
td.TdClassName
{
border-color: #C2C962;
}
.TagClassName
{
border-color: #C2C962;
}
</style>