Shades of Wild Willow #C2C358
Tints of Wild Willow #C2C358
RGB
CMYK
RGB Variations
Color information
#C2C358 (or 0xC2C358) is known color: Wild Willow. HEX triplet: C2, C3 and 58. RGB value is (194,195,88). Sum of RGB (Red+Green+Blue) = 194+195+88=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C358 is #3D3CA7. Grayscale: #B6B6B6. Windows color (decimal): -4013224 or 5817282. OLE color: 5817282.
HSL color Cylindrical-coordinate representation of color #C2C358: hue angle of 60.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2C358 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 88 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.24 |
| HSL | 60.56º | 0.47% | 0.55% | - |
| HSV(B) | 60.56º | 0.55% | 0.76% | - |
| XYZ | 43.52 | 51.2 | 16.82 | - |
| YUV | 182.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 88 | 0.01 | 0 | 0.55 | 0.24 | 60.56 | 0.47 | 0.55 |
| Hex | C2 | C3 | 58 | 1 | 0 | 37 | 18 | 3D | 2F | 37 |
| Octal | 302 | 303 | 130 | 1 | 0 | 67 | 30 | 75 | 57 | 67 |
| Binary | 11000010 | 11000011 | 1011000 | 1 | 0 | 110111 | 11000 | 111101 | 101111 | 110111 |
Color Harmonies of #C2C358
Complementary color
Monochromatic Colors of #C2C358
Black with #C2C358
Text Example
Text Example
White with #C2C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C358; }
p { color: rgb(194,195,88); }
H1.HeaderClassName
{
color: #C2C358;
}
.AnyTagClassName
{
color: #C2C358;
}
</style>
background-color css
<style>
a { background-color: #C2C358; }
a { background-color: rgb(194,195,88); }
div.DivClassName
{
background-color: #C2C358;
}
.BgClassName
{
background-color: #C2C358;
}
</style>
border-color css
<style>
span { border-color: #C2C358; }
span { border-color: rgb(194,195,88); }
td.TdClassName
{
border-color: #C2C358;
}
.TagClassName
{
border-color: #C2C358;
}
</style>