Shades of Wild Willow #C3C55E
Tints of Wild Willow #C3C55E
RGB
CMYK
RGB Variations
Color information
#C3C55E (or 0xC3C55E) is known color: Wild Willow. HEX triplet: C3, C5 and 5E. RGB value is (195,197,94). Sum of RGB (Red+Green+Blue) = 195+197+94=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C55E is #3C3AA1. Grayscale: #B9B9B9. Windows color (decimal): -3947170 or 6211011. OLE color: 6211011.
HSL color Cylindrical-coordinate representation of color #C3C55E: hue angle of 61.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3C55E is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 94 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.23 |
| HSL | 61.17º | 0.47% | 0.57% | - |
| HSV(B) | 61.17º | 0.52% | 0.77% | - |
| XYZ | 44.49 | 52.34 | 18.35 | - |
| YUV | 184.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 94 | 0.01 | 0 | 0.52 | 0.23 | 61.17 | 0.47 | 0.57 |
| Hex | C3 | C5 | 5E | 1 | 0 | 34 | 17 | 3D | 2F | 39 |
| Octal | 303 | 305 | 136 | 1 | 0 | 64 | 27 | 75 | 57 | 71 |
| Binary | 11000011 | 11000101 | 1011110 | 1 | 0 | 110100 | 10111 | 111101 | 101111 | 111001 |
Color Harmonies of #C3C55E
Complementary color
Monochromatic Colors of #C3C55E
Black with #C3C55E
Text Example
Text Example
White with #C3C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C55E; }
p { color: rgb(195,197,94); }
H1.HeaderClassName
{
color: #C3C55E;
}
.AnyTagClassName
{
color: #C3C55E;
}
</style>
background-color css
<style>
a { background-color: #C3C55E; }
a { background-color: rgb(195,197,94); }
div.DivClassName
{
background-color: #C3C55E;
}
.BgClassName
{
background-color: #C3C55E;
}
</style>
border-color css
<style>
span { border-color: #C3C55E; }
span { border-color: rgb(195,197,94); }
td.TdClassName
{
border-color: #C3C55E;
}
.TagClassName
{
border-color: #C3C55E;
}
</style>