Shades of Wild Willow #C3C85F
Tints of Wild Willow #C3C85F
RGB
CMYK
RGB Variations
Color information
#C3C85F (or 0xC3C85F) is known color: Wild Willow. HEX triplet: C3, C8 and 5F. RGB value is (195,200,95). Sum of RGB (Red+Green+Blue) = 195+200+95=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C85F is #3C37A0. Grayscale: #BABABA. Windows color (decimal): -3946401 or 6277315. OLE color: 6277315.
HSL color Cylindrical-coordinate representation of color #C3C85F: hue angle of 62.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3C85F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 95 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 62.86º | 0.49% | 0.58% | - |
| HSV(B) | 62.86º | 0.53% | 0.78% | - |
| XYZ | 45.23 | 53.74 | 18.82 | - |
| YUV | 186.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 95 | 0.02 | 0 | 0.52 | 0.22 | 62.86 | 0.49 | 0.58 |
| Hex | C3 | C8 | 5F | 2 | 0 | 34 | 16 | 3F | 31 | 3A |
| Octal | 303 | 310 | 137 | 2 | 0 | 64 | 26 | 77 | 61 | 72 |
| Binary | 11000011 | 11001000 | 1011111 | 10 | 0 | 110100 | 10110 | 111111 | 110001 | 111010 |
Color Harmonies of #C3C85F
Complementary color
Monochromatic Colors of #C3C85F
Black with #C3C85F
Text Example
Text Example
White with #C3C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C85F; }
p { color: rgb(195,200,95); }
H1.HeaderClassName
{
color: #C3C85F;
}
.AnyTagClassName
{
color: #C3C85F;
}
</style>
background-color css
<style>
a { background-color: #C3C85F; }
a { background-color: rgb(195,200,95); }
div.DivClassName
{
background-color: #C3C85F;
}
.BgClassName
{
background-color: #C3C85F;
}
</style>
border-color css
<style>
span { border-color: #C3C85F; }
span { border-color: rgb(195,200,95); }
td.TdClassName
{
border-color: #C3C85F;
}
.TagClassName
{
border-color: #C3C85F;
}
</style>