Shades of Wild Willow #C2C457
Tints of Wild Willow #C2C457
RGB
CMYK
RGB Variations
Color information
#C2C457 (or 0xC2C457) is known color: Wild Willow. HEX triplet: C2, C4 and 57. RGB value is (194,196,87). Sum of RGB (Red+Green+Blue) = 194+196+87=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C457 is #3D3BA8. Grayscale: #B7B7B7. Windows color (decimal): -4012969 or 5752002. OLE color: 5752002.
HSL color Cylindrical-coordinate representation of color #C2C457: hue angle of 61.1º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2C457 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 87 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.23 |
| HSL | 61.1º | 0.48% | 0.55% | - |
| HSV(B) | 61.1º | 0.56% | 0.77% | - |
| XYZ | 43.71 | 51.64 | 16.68 | - |
| YUV | 182.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 87 | 0.01 | 0 | 0.56 | 0.23 | 61.1 | 0.48 | 0.55 |
| Hex | C2 | C4 | 57 | 1 | 0 | 38 | 17 | 3D | 30 | 37 |
| Octal | 302 | 304 | 127 | 1 | 0 | 70 | 27 | 75 | 60 | 67 |
| Binary | 11000010 | 11000100 | 1010111 | 1 | 0 | 111000 | 10111 | 111101 | 110000 | 110111 |
Color Harmonies of #C2C457
Complementary color
Monochromatic Colors of #C2C457
Black with #C2C457
Text Example
Text Example
White with #C2C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C457; }
p { color: rgb(194,196,87); }
H1.HeaderClassName
{
color: #C2C457;
}
.AnyTagClassName
{
color: #C2C457;
}
</style>
background-color css
<style>
a { background-color: #C2C457; }
a { background-color: rgb(194,196,87); }
div.DivClassName
{
background-color: #C2C457;
}
.BgClassName
{
background-color: #C2C457;
}
</style>
border-color css
<style>
span { border-color: #C2C457; }
span { border-color: rgb(194,196,87); }
td.TdClassName
{
border-color: #C2C457;
}
.TagClassName
{
border-color: #C2C457;
}
</style>