Shades of Wild Willow #C3C95E
Tints of Wild Willow #C3C95E
RGB
CMYK
RGB Variations
Color information
#C3C95E (or 0xC3C95E) is known color: Wild Willow. HEX triplet: C3, C9 and 5E. RGB value is (195,201,94). Sum of RGB (Red+Green+Blue) = 195+201+94=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C95E is #3C36A1. Grayscale: #BBBBBB. Windows color (decimal): -3946146 or 6212035. OLE color: 6212035.
HSL color Cylindrical-coordinate representation of color #C3C95E: hue angle of 63.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3C95E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 94 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.21 |
| HSL | 63.36º | 0.5% | 0.58% | - |
| HSV(B) | 63.36º | 0.53% | 0.79% | - |
| XYZ | 45.41 | 54.18 | 18.65 | - |
| YUV | 187.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 94 | 0.03 | 0 | 0.53 | 0.21 | 63.36 | 0.5 | 0.58 |
| Hex | C3 | C9 | 5E | 3 | 0 | 35 | 15 | 3F | 32 | 3A |
| Octal | 303 | 311 | 136 | 3 | 0 | 65 | 25 | 77 | 62 | 72 |
| Binary | 11000011 | 11001001 | 1011110 | 11 | 0 | 110101 | 10101 | 111111 | 110010 | 111010 |
Color Harmonies of #C3C95E
Complementary color
Monochromatic Colors of #C3C95E
Black with #C3C95E
Text Example
Text Example
White with #C3C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C95E; }
p { color: rgb(195,201,94); }
H1.HeaderClassName
{
color: #C3C95E;
}
.AnyTagClassName
{
color: #C3C95E;
}
</style>
background-color css
<style>
a { background-color: #C3C95E; }
a { background-color: rgb(195,201,94); }
div.DivClassName
{
background-color: #C3C95E;
}
.BgClassName
{
background-color: #C3C95E;
}
</style>
border-color css
<style>
span { border-color: #C3C95E; }
span { border-color: rgb(195,201,94); }
td.TdClassName
{
border-color: #C3C95E;
}
.TagClassName
{
border-color: #C3C95E;
}
</style>