Shades of Wild Willow #C9C55A
Tints of Wild Willow #C9C55A
RGB
CMYK
RGB Variations
Color information
#C9C55A (or 0xC9C55A) is known color: Wild Willow. HEX triplet: C9, C5 and 5A. RGB value is (201,197,90). Sum of RGB (Red+Green+Blue) = 201+197+90=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C55A is #363AA5. Grayscale: #BABABA. Windows color (decimal): -3553958 or 5948873. OLE color: 5948873.
HSL color Cylindrical-coordinate representation of color #C9C55A: hue angle of 57.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9C55A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 90 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.21 |
| HSL | 57.84º | 0.51% | 0.57% | - |
| HSV(B) | 57.84º | 0.55% | 0.79% | - |
| XYZ | 45.9 | 53.09 | 17.5 | - |
| YUV | 186 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 90 | 0 | 0.02 | 0.55 | 0.21 | 57.84 | 0.51 | 0.57 |
| Hex | C9 | C5 | 5A | 0 | 2 | 37 | 15 | 3A | 33 | 39 |
| Octal | 311 | 305 | 132 | 0 | 2 | 67 | 25 | 72 | 63 | 71 |
| Binary | 11001001 | 11000101 | 1011010 | 0 | 10 | 110111 | 10101 | 111010 | 110011 | 111001 |
Color Harmonies of #C9C55A
Complementary color
Monochromatic Colors of #C9C55A
Black with #C9C55A
Text Example
Text Example
White with #C9C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C55A; }
p { color: rgb(201,197,90); }
H1.HeaderClassName
{
color: #C9C55A;
}
.AnyTagClassName
{
color: #C9C55A;
}
</style>
background-color css
<style>
a { background-color: #C9C55A; }
a { background-color: rgb(201,197,90); }
div.DivClassName
{
background-color: #C9C55A;
}
.BgClassName
{
background-color: #C9C55A;
}
</style>
border-color css
<style>
span { border-color: #C9C55A; }
span { border-color: rgb(201,197,90); }
td.TdClassName
{
border-color: #C9C55A;
}
.TagClassName
{
border-color: #C9C55A;
}
</style>