Shades of Wild Willow #C4C85F
Tints of Wild Willow #C4C85F
RGB
CMYK
RGB Variations
Color information
#C4C85F (or 0xC4C85F) is known color: Wild Willow. HEX triplet: C4, C8 and 5F. RGB value is (196,200,95). Sum of RGB (Red+Green+Blue) = 196+200+95=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C85F is #3B37A0. Grayscale: #BBBBBB. Windows color (decimal): -3880865 or 6277316. OLE color: 6277316.
HSL color Cylindrical-coordinate representation of color #C4C85F: hue angle of 62.29º 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 #C4C85F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 95 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 62.29º | 0.49% | 0.58% | - |
| HSV(B) | 62.29º | 0.53% | 0.78% | - |
| XYZ | 45.48 | 53.87 | 18.83 | - |
| YUV | 186.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 95 | 0.02 | 0 | 0.52 | 0.22 | 62.29 | 0.49 | 0.58 |
| Hex | C4 | C8 | 5F | 2 | 0 | 34 | 16 | 3E | 31 | 3A |
| Octal | 304 | 310 | 137 | 2 | 0 | 64 | 26 | 76 | 61 | 72 |
| Binary | 11000100 | 11001000 | 1011111 | 10 | 0 | 110100 | 10110 | 111110 | 110001 | 111010 |
Color Harmonies of #C4C85F
Complementary color
Monochromatic Colors of #C4C85F
Black with #C4C85F
Text Example
Text Example
White with #C4C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C85F; }
p { color: rgb(196,200,95); }
H1.HeaderClassName
{
color: #C4C85F;
}
.AnyTagClassName
{
color: #C4C85F;
}
</style>
background-color css
<style>
a { background-color: #C4C85F; }
a { background-color: rgb(196,200,95); }
div.DivClassName
{
background-color: #C4C85F;
}
.BgClassName
{
background-color: #C4C85F;
}
</style>
border-color css
<style>
span { border-color: #C4C85F; }
span { border-color: rgb(196,200,95); }
td.TdClassName
{
border-color: #C4C85F;
}
.TagClassName
{
border-color: #C4C85F;
}
</style>