Shades of Wild Willow #C2C160
Tints of Wild Willow #C2C160
RGB
CMYK
RGB Variations
Color information
#C2C160 (or 0xC2C160) is known color: Wild Willow. HEX triplet: C2, C1 and 60. RGB value is (194,193,96). Sum of RGB (Red+Green+Blue) = 194+193+96=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C160 is #3D3E9F. Grayscale: #B6B6B6. Windows color (decimal): -4013728 or 6341058. OLE color: 6341058.
HSL color Cylindrical-coordinate representation of color #C2C160: hue angle of 59.39º 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 #C2C160 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 96 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.24 |
| HSL | 59.39º | 0.45% | 0.57% | - |
| HSV(B) | 59.39º | 0.51% | 0.76% | - |
| XYZ | 43.43 | 50.45 | 18.52 | - |
| YUV | 182.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 96 | 0 | 0.01 | 0.51 | 0.24 | 59.39 | 0.45 | 0.57 |
| Hex | C2 | C1 | 60 | 0 | 1 | 33 | 18 | 3B | 2D | 39 |
| Octal | 302 | 301 | 140 | 0 | 1 | 63 | 30 | 73 | 55 | 71 |
| Binary | 11000010 | 11000001 | 1100000 | 0 | 1 | 110011 | 11000 | 111011 | 101101 | 111001 |
Color Harmonies of #C2C160
Complementary color
Monochromatic Colors of #C2C160
Black with #C2C160
Text Example
Text Example
White with #C2C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C160; }
p { color: rgb(194,193,96); }
H1.HeaderClassName
{
color: #C2C160;
}
.AnyTagClassName
{
color: #C2C160;
}
</style>
background-color css
<style>
a { background-color: #C2C160; }
a { background-color: rgb(194,193,96); }
div.DivClassName
{
background-color: #C2C160;
}
.BgClassName
{
background-color: #C2C160;
}
</style>
border-color css
<style>
span { border-color: #C2C160; }
span { border-color: rgb(194,193,96); }
td.TdClassName
{
border-color: #C2C160;
}
.TagClassName
{
border-color: #C2C160;
}
</style>