Shades of Wild Willow #C9C458
Tints of Wild Willow #C9C458
RGB
CMYK
RGB Variations
Color information
#C9C458 (or 0xC9C458) is known color: Wild Willow. HEX triplet: C9, C4 and 58. RGB value is (201,196,88). Sum of RGB (Red+Green+Blue) = 201+196+88=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C458 is #363BA7. Grayscale: #B9B9B9. Windows color (decimal): -3554216 or 5817545. OLE color: 5817545.
HSL color Cylindrical-coordinate representation of color #C9C458: hue angle of 57.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9C458 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 88 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.21 |
| HSL | 57.35º | 0.51% | 0.57% | - |
| HSV(B) | 57.35º | 0.56% | 0.79% | - |
| XYZ | 45.59 | 52.6 | 16.98 | - |
| YUV | 185.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 88 | 0 | 0.02 | 0.56 | 0.21 | 57.35 | 0.51 | 0.57 |
| Hex | C9 | C4 | 58 | 0 | 2 | 38 | 15 | 39 | 33 | 39 |
| Octal | 311 | 304 | 130 | 0 | 2 | 70 | 25 | 71 | 63 | 71 |
| Binary | 11001001 | 11000100 | 1011000 | 0 | 10 | 111000 | 10101 | 111001 | 110011 | 111001 |
Color Harmonies of #C9C458
Complementary color
Monochromatic Colors of #C9C458
Black with #C9C458
Text Example
Text Example
White with #C9C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C458; }
p { color: rgb(201,196,88); }
H1.HeaderClassName
{
color: #C9C458;
}
.AnyTagClassName
{
color: #C9C458;
}
</style>
background-color css
<style>
a { background-color: #C9C458; }
a { background-color: rgb(201,196,88); }
div.DivClassName
{
background-color: #C9C458;
}
.BgClassName
{
background-color: #C9C458;
}
</style>
border-color css
<style>
span { border-color: #C9C458; }
span { border-color: rgb(201,196,88); }
td.TdClassName
{
border-color: #C9C458;
}
.TagClassName
{
border-color: #C9C458;
}
</style>