Shades of Wild Willow #C2C060
Tints of Wild Willow #C2C060
RGB
CMYK
RGB Variations
Color information
#C2C060 (or 0xC2C060) is known color: Wild Willow. HEX triplet: C2, C0 and 60. RGB value is (194,192,96). Sum of RGB (Red+Green+Blue) = 194+192+96=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C060 is #3D3F9F. Grayscale: #B6B6B6. Windows color (decimal): -4013984 or 6340802. OLE color: 6340802.
HSL color Cylindrical-coordinate representation of color #C2C060: hue angle of 58.78º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2C060 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 96 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.24 |
| HSL | 58.78º | 0.45% | 0.57% | - |
| HSV(B) | 58.78º | 0.51% | 0.76% | - |
| XYZ | 43.21 | 50.01 | 18.44 | - |
| YUV | 181.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 96 | 0 | 0.01 | 0.51 | 0.24 | 58.78 | 0.45 | 0.57 |
| Hex | C2 | C0 | 60 | 0 | 1 | 33 | 18 | 3B | 2D | 39 |
| Octal | 302 | 300 | 140 | 0 | 1 | 63 | 30 | 73 | 55 | 71 |
| Binary | 11000010 | 11000000 | 1100000 | 0 | 1 | 110011 | 11000 | 111011 | 101101 | 111001 |
Color Harmonies of #C2C060
Complementary color
Monochromatic Colors of #C2C060
Black with #C2C060
Text Example
Text Example
White with #C2C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C060; }
p { color: rgb(194,192,96); }
H1.HeaderClassName
{
color: #C2C060;
}
.AnyTagClassName
{
color: #C2C060;
}
</style>
background-color css
<style>
a { background-color: #C2C060; }
a { background-color: rgb(194,192,96); }
div.DivClassName
{
background-color: #C2C060;
}
.BgClassName
{
background-color: #C2C060;
}
</style>
border-color css
<style>
span { border-color: #C2C060; }
span { border-color: rgb(194,192,96); }
td.TdClassName
{
border-color: #C2C060;
}
.TagClassName
{
border-color: #C2C060;
}
</style>