Shades of Wild Willow #C3C95F
Tints of Wild Willow #C3C95F
RGB
CMYK
RGB Variations
Color information
#C3C95F (or 0xC3C95F) is known color: Wild Willow. HEX triplet: C3, C9 and 5F. RGB value is (195,201,95). Sum of RGB (Red+Green+Blue) = 195+201+95=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C95F is #3C36A0. Grayscale: #BBBBBB. Windows color (decimal): -3946145 or 6277571. OLE color: 6277571.
HSL color Cylindrical-coordinate representation of color #C3C95F: hue angle of 63.4º 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 #C3C95F is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 95 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.21 |
| HSL | 63.4º | 0.5% | 0.58% | - |
| HSV(B) | 63.4º | 0.53% | 0.79% | - |
| XYZ | 45.46 | 54.2 | 18.89 | - |
| YUV | 187.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 95 | 0.03 | 0 | 0.53 | 0.21 | 63.4 | 0.5 | 0.58 |
| Hex | C3 | C9 | 5F | 3 | 0 | 35 | 15 | 3F | 32 | 3A |
| Octal | 303 | 311 | 137 | 3 | 0 | 65 | 25 | 77 | 62 | 72 |
| Binary | 11000011 | 11001001 | 1011111 | 11 | 0 | 110101 | 10101 | 111111 | 110010 | 111010 |
Color Harmonies of #C3C95F
Complementary color
Monochromatic Colors of #C3C95F
Black with #C3C95F
Text Example
Text Example
White with #C3C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C95F; }
p { color: rgb(195,201,95); }
H1.HeaderClassName
{
color: #C3C95F;
}
.AnyTagClassName
{
color: #C3C95F;
}
</style>
background-color css
<style>
a { background-color: #C3C95F; }
a { background-color: rgb(195,201,95); }
div.DivClassName
{
background-color: #C3C95F;
}
.BgClassName
{
background-color: #C3C95F;
}
</style>
border-color css
<style>
span { border-color: #C3C95F; }
span { border-color: rgb(195,201,95); }
td.TdClassName
{
border-color: #C3C95F;
}
.TagClassName
{
border-color: #C3C95F;
}
</style>