Shades of Wild Willow #C9C553
Tints of Wild Willow #C9C553
RGB
CMYK
RGB Variations
Color information
#C9C553 (or 0xC9C553) is known color: Wild Willow. HEX triplet: C9, C5 and 53. RGB value is (201,197,83). Sum of RGB (Red+Green+Blue) = 201+197+83=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C553 is #363AAC. Grayscale: #B9B9B9. Windows color (decimal): -3553965 or 5490121. OLE color: 5490121.
HSL color Cylindrical-coordinate representation of color #C9C553: hue angle of 57.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9C553 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 83 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.21 |
| HSL | 57.97º | 0.52% | 0.56% | - |
| HSV(B) | 57.97º | 0.59% | 0.79% | - |
| XYZ | 45.61 | 52.97 | 16 | - |
| YUV | 185.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 83 | 0 | 0.02 | 0.59 | 0.21 | 57.97 | 0.52 | 0.56 |
| Hex | C9 | C5 | 53 | 0 | 2 | 3B | 15 | 3A | 34 | 38 |
| Octal | 311 | 305 | 123 | 0 | 2 | 73 | 25 | 72 | 64 | 70 |
| Binary | 11001001 | 11000101 | 1010011 | 0 | 10 | 111011 | 10101 | 111010 | 110100 | 111000 |
Color Harmonies of #C9C553
Complementary color
Monochromatic Colors of #C9C553
Black with #C9C553
Text Example
Text Example
White with #C9C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C553; }
p { color: rgb(201,197,83); }
H1.HeaderClassName
{
color: #C9C553;
}
.AnyTagClassName
{
color: #C9C553;
}
</style>
background-color css
<style>
a { background-color: #C9C553; }
a { background-color: rgb(201,197,83); }
div.DivClassName
{
background-color: #C9C553;
}
.BgClassName
{
background-color: #C9C553;
}
</style>
border-color css
<style>
span { border-color: #C9C553; }
span { border-color: rgb(201,197,83); }
td.TdClassName
{
border-color: #C9C553;
}
.TagClassName
{
border-color: #C9C553;
}
</style>