Shades of Wild Willow #C2C356
Tints of Wild Willow #C2C356
RGB
CMYK
RGB Variations
Color information
#C2C356 (or 0xC2C356) is known color: Wild Willow. HEX triplet: C2, C3 and 56. RGB value is (194,195,86). Sum of RGB (Red+Green+Blue) = 194+195+86=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C356 is #3D3CA9. Grayscale: #B6B6B6. Windows color (decimal): -4013226 or 5686210. OLE color: 5686210.
HSL color Cylindrical-coordinate representation of color #C2C356: hue angle of 60.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2C356 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 86 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.24 |
| HSL | 60.55º | 0.48% | 0.55% | - |
| HSV(B) | 60.55º | 0.56% | 0.76% | - |
| XYZ | 43.44 | 51.17 | 16.39 | - |
| YUV | 182.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 86 | 0.01 | 0 | 0.56 | 0.24 | 60.55 | 0.48 | 0.55 |
| Hex | C2 | C3 | 56 | 1 | 0 | 38 | 18 | 3D | 30 | 37 |
| Octal | 302 | 303 | 126 | 1 | 0 | 70 | 30 | 75 | 60 | 67 |
| Binary | 11000010 | 11000011 | 1010110 | 1 | 0 | 111000 | 11000 | 111101 | 110000 | 110111 |
Color Harmonies of #C2C356
Complementary color
Monochromatic Colors of #C2C356
Black with #C2C356
Text Example
Text Example
White with #C2C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C356; }
p { color: rgb(194,195,86); }
H1.HeaderClassName
{
color: #C2C356;
}
.AnyTagClassName
{
color: #C2C356;
}
</style>
background-color css
<style>
a { background-color: #C2C356; }
a { background-color: rgb(194,195,86); }
div.DivClassName
{
background-color: #C2C356;
}
.BgClassName
{
background-color: #C2C356;
}
</style>
border-color css
<style>
span { border-color: #C2C356; }
span { border-color: rgb(194,195,86); }
td.TdClassName
{
border-color: #C2C356;
}
.TagClassName
{
border-color: #C2C356;
}
</style>