Shades of Wild Willow #C9C45F
Tints of Wild Willow #C9C45F
RGB
CMYK
RGB Variations
Color information
#C9C45F (or 0xC9C45F) is known color: Wild Willow. HEX triplet: C9, C4 and 5F. RGB value is (201,196,95). Sum of RGB (Red+Green+Blue) = 201+196+95=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C45F is #363BA0. Grayscale: #BABABA. Windows color (decimal): -3554209 or 6276297. OLE color: 6276297.
HSL color Cylindrical-coordinate representation of color #C9C45F: hue angle of 57.17º 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 #C9C45F is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 95 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.21 |
| HSL | 57.17º | 0.5% | 0.58% | - |
| HSV(B) | 57.17º | 0.53% | 0.79% | - |
| XYZ | 45.89 | 52.72 | 18.58 | - |
| YUV | 185.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 95 | 0 | 0.02 | 0.53 | 0.21 | 57.17 | 0.5 | 0.58 |
| Hex | C9 | C4 | 5F | 0 | 2 | 35 | 15 | 39 | 32 | 3A |
| Octal | 311 | 304 | 137 | 0 | 2 | 65 | 25 | 71 | 62 | 72 |
| Binary | 11001001 | 11000100 | 1011111 | 0 | 10 | 110101 | 10101 | 111001 | 110010 | 111010 |
Color Harmonies of #C9C45F
Complementary color
Monochromatic Colors of #C9C45F
Black with #C9C45F
Text Example
Text Example
White with #C9C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C45F; }
p { color: rgb(201,196,95); }
H1.HeaderClassName
{
color: #C9C45F;
}
.AnyTagClassName
{
color: #C9C45F;
}
</style>
background-color css
<style>
a { background-color: #C9C45F; }
a { background-color: rgb(201,196,95); }
div.DivClassName
{
background-color: #C9C45F;
}
.BgClassName
{
background-color: #C9C45F;
}
</style>
border-color css
<style>
span { border-color: #C9C45F; }
span { border-color: rgb(201,196,95); }
td.TdClassName
{
border-color: #C9C45F;
}
.TagClassName
{
border-color: #C9C45F;
}
</style>