Shades of Wild Willow #C5C464
Tints of Wild Willow #C5C464
RGB
CMYK
RGB Variations
Color information
#C5C464 (or 0xC5C464) is known color: Wild Willow. HEX triplet: C5, C4 and 64. RGB value is (197,196,100). Sum of RGB (Red+Green+Blue) = 197+196+100=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C464 is #3A3B9B. Grayscale: #B9B9B9. Windows color (decimal): -3816348 or 6603973. OLE color: 6603973.
HSL color Cylindrical-coordinate representation of color #C5C464: hue angle of 59.38º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5C464 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 100 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.23 |
| HSL | 59.38º | 0.46% | 0.58% | - |
| HSV(B) | 59.38º | 0.49% | 0.77% | - |
| XYZ | 45.07 | 52.27 | 19.77 | - |
| YUV | 185.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 100 | 0 | 0.01 | 0.49 | 0.23 | 59.38 | 0.46 | 0.58 |
| Hex | C5 | C4 | 64 | 0 | 1 | 31 | 17 | 3B | 2E | 3A |
| Octal | 305 | 304 | 144 | 0 | 1 | 61 | 27 | 73 | 56 | 72 |
| Binary | 11000101 | 11000100 | 1100100 | 0 | 1 | 110001 | 10111 | 111011 | 101110 | 111010 |
Color Harmonies of #C5C464
Complementary color
Monochromatic Colors of #C5C464
Black with #C5C464
Text Example
Text Example
White with #C5C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C464; }
p { color: rgb(197,196,100); }
H1.HeaderClassName
{
color: #C5C464;
}
.AnyTagClassName
{
color: #C5C464;
}
</style>
background-color css
<style>
a { background-color: #C5C464; }
a { background-color: rgb(197,196,100); }
div.DivClassName
{
background-color: #C5C464;
}
.BgClassName
{
background-color: #C5C464;
}
</style>
border-color css
<style>
span { border-color: #C5C464; }
span { border-color: rgb(197,196,100); }
td.TdClassName
{
border-color: #C5C464;
}
.TagClassName
{
border-color: #C5C464;
}
</style>