Shades of Wild Willow #C9C85E
Tints of Wild Willow #C9C85E
RGB
CMYK
RGB Variations
Color information
#C9C85E (or 0xC9C85E) is known color: Wild Willow. HEX triplet: C9, C8 and 5E. RGB value is (201,200,94). Sum of RGB (Red+Green+Blue) = 201+200+94=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C85E is #3637A1. Grayscale: #BCBCBC. Windows color (decimal): -3553186 or 6211785. OLE color: 6211785.
HSL color Cylindrical-coordinate representation of color #C9C85E: hue angle of 59.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9C85E is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 94 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.21 |
| HSL | 59.44º | 0.5% | 0.58% | - |
| HSV(B) | 59.44º | 0.53% | 0.79% | - |
| XYZ | 46.76 | 54.53 | 18.65 | - |
| YUV | 188.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 94 | 0 | 0.00 | 0.53 | 0.21 | 59.44 | 0.5 | 0.58 |
| Hex | C9 | C8 | 5E | 0 | 0 | 35 | 15 | 3B | 32 | 3A |
| Octal | 311 | 310 | 136 | 0 | 0 | 65 | 25 | 73 | 62 | 72 |
| Binary | 11001001 | 11001000 | 1011110 | 0 | 0 | 110101 | 10101 | 111011 | 110010 | 111010 |
Color Harmonies of #C9C85E
Complementary color
Monochromatic Colors of #C9C85E
Black with #C9C85E
Text Example
Text Example
White with #C9C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C85E; }
p { color: rgb(201,200,94); }
H1.HeaderClassName
{
color: #C9C85E;
}
.AnyTagClassName
{
color: #C9C85E;
}
</style>
background-color css
<style>
a { background-color: #C9C85E; }
a { background-color: rgb(201,200,94); }
div.DivClassName
{
background-color: #C9C85E;
}
.BgClassName
{
background-color: #C9C85E;
}
</style>
border-color css
<style>
span { border-color: #C9C85E; }
span { border-color: rgb(201,200,94); }
td.TdClassName
{
border-color: #C9C85E;
}
.TagClassName
{
border-color: #C9C85E;
}
</style>