Shades of Wild Willow #C5C05A
Tints of Wild Willow #C5C05A
RGB
CMYK
RGB Variations
Color information
#C5C05A (or 0xC5C05A) is known color: Wild Willow. HEX triplet: C5, C0 and 5A. RGB value is (197,192,90). Sum of RGB (Red+Green+Blue) = 197+192+90=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C05A is #3A3FA5. Grayscale: #B6B6B6. Windows color (decimal): -3817382 or 5947589. OLE color: 5947589.
HSL color Cylindrical-coordinate representation of color #C5C05A: hue angle of 57.2º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5C05A is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 90 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.23 |
| HSL | 57.2º | 0.48% | 0.56% | - |
| HSV(B) | 57.2º | 0.54% | 0.77% | - |
| XYZ | 43.72 | 50.31 | 17.08 | - |
| YUV | 181.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 90 | 0 | 0.03 | 0.54 | 0.23 | 57.2 | 0.48 | 0.56 |
| Hex | C5 | C0 | 5A | 0 | 3 | 36 | 17 | 39 | 30 | 38 |
| Octal | 305 | 300 | 132 | 0 | 3 | 66 | 27 | 71 | 60 | 70 |
| Binary | 11000101 | 11000000 | 1011010 | 0 | 11 | 110110 | 10111 | 111001 | 110000 | 111000 |
Color Harmonies of #C5C05A
Complementary color
Monochromatic Colors of #C5C05A
Black with #C5C05A
Text Example
Text Example
White with #C5C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C05A; }
p { color: rgb(197,192,90); }
H1.HeaderClassName
{
color: #C5C05A;
}
.AnyTagClassName
{
color: #C5C05A;
}
</style>
background-color css
<style>
a { background-color: #C5C05A; }
a { background-color: rgb(197,192,90); }
div.DivClassName
{
background-color: #C5C05A;
}
.BgClassName
{
background-color: #C5C05A;
}
</style>
border-color css
<style>
span { border-color: #C5C05A; }
span { border-color: rgb(197,192,90); }
td.TdClassName
{
border-color: #C5C05A;
}
.TagClassName
{
border-color: #C5C05A;
}
</style>