Shades of Wild Willow #C4C55F
Tints of Wild Willow #C4C55F
RGB
CMYK
RGB Variations
Color information
#C4C55F (or 0xC4C55F) is known color: Wild Willow. HEX triplet: C4, C5 and 5F. RGB value is (196,197,95). Sum of RGB (Red+Green+Blue) = 196+197+95=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C55F is #3B3AA0. Grayscale: #B9B9B9. Windows color (decimal): -3881633 or 6276548. OLE color: 6276548.
HSL color Cylindrical-coordinate representation of color #C4C55F: hue angle of 60.59º 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 #C4C55F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 95 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.23 |
| HSL | 60.59º | 0.47% | 0.57% | - |
| HSV(B) | 60.59º | 0.52% | 0.77% | - |
| XYZ | 44.8 | 52.49 | 18.6 | - |
| YUV | 185.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 95 | 0.01 | 0 | 0.52 | 0.23 | 60.59 | 0.47 | 0.57 |
| Hex | C4 | C5 | 5F | 1 | 0 | 34 | 17 | 3D | 2F | 39 |
| Octal | 304 | 305 | 137 | 1 | 0 | 64 | 27 | 75 | 57 | 71 |
| Binary | 11000100 | 11000101 | 1011111 | 1 | 0 | 110100 | 10111 | 111101 | 101111 | 111001 |
Color Harmonies of #C4C55F
Complementary color
Monochromatic Colors of #C4C55F
Black with #C4C55F
Text Example
Text Example
White with #C4C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C55F; }
p { color: rgb(196,197,95); }
H1.HeaderClassName
{
color: #C4C55F;
}
.AnyTagClassName
{
color: #C4C55F;
}
</style>
background-color css
<style>
a { background-color: #C4C55F; }
a { background-color: rgb(196,197,95); }
div.DivClassName
{
background-color: #C4C55F;
}
.BgClassName
{
background-color: #C4C55F;
}
</style>
border-color css
<style>
span { border-color: #C4C55F; }
span { border-color: rgb(196,197,95); }
td.TdClassName
{
border-color: #C4C55F;
}
.TagClassName
{
border-color: #C4C55F;
}
</style>