Shades of Wild Willow #C2C856
Tints of Wild Willow #C2C856
RGB
CMYK
RGB Variations
Color information
#C2C856 (or 0xC2C856) is known color: Wild Willow. HEX triplet: C2, C8 and 56. RGB value is (194,200,86). Sum of RGB (Red+Green+Blue) = 194+200+86=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C856 is #3D37A9. Grayscale: #B9B9B9. Windows color (decimal): -4011946 or 5687490. OLE color: 5687490.
HSL color Cylindrical-coordinate representation of color #C2C856: hue angle of 63.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2C856 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 86 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.22 |
| HSL | 63.16º | 0.51% | 0.56% | - |
| HSV(B) | 63.16º | 0.57% | 0.78% | - |
| XYZ | 44.58 | 53.45 | 16.77 | - |
| YUV | 185.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 86 | 0.03 | 0 | 0.57 | 0.22 | 63.16 | 0.51 | 0.56 |
| Hex | C2 | C8 | 56 | 3 | 0 | 39 | 16 | 3F | 33 | 38 |
| Octal | 302 | 310 | 126 | 3 | 0 | 71 | 26 | 77 | 63 | 70 |
| Binary | 11000010 | 11001000 | 1010110 | 11 | 0 | 111001 | 10110 | 111111 | 110011 | 111000 |
Color Harmonies of #C2C856
Complementary color
Monochromatic Colors of #C2C856
Black with #C2C856
Text Example
Text Example
White with #C2C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C856; }
p { color: rgb(194,200,86); }
H1.HeaderClassName
{
color: #C2C856;
}
.AnyTagClassName
{
color: #C2C856;
}
</style>
background-color css
<style>
a { background-color: #C2C856; }
a { background-color: rgb(194,200,86); }
div.DivClassName
{
background-color: #C2C856;
}
.BgClassName
{
background-color: #C2C856;
}
</style>
border-color css
<style>
span { border-color: #C2C856; }
span { border-color: rgb(194,200,86); }
td.TdClassName
{
border-color: #C2C856;
}
.TagClassName
{
border-color: #C2C856;
}
</style>