Shades of Wild Willow #C9C755
Tints of Wild Willow #C9C755
RGB
CMYK
RGB Variations
Color information
#C9C755 (or 0xC9C755) is known color: Wild Willow. HEX triplet: C9, C7 and 55. RGB value is (201,199,85). Sum of RGB (Red+Green+Blue) = 201+199+85=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C755 is #3638AA. Grayscale: #BBBBBB. Windows color (decimal): -3553451 or 5621705. OLE color: 5621705.
HSL color Cylindrical-coordinate representation of color #C9C755: hue angle of 58.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9C755 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 85 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.21 |
| HSL | 58.97º | 0.52% | 0.56% | - |
| HSV(B) | 58.97º | 0.58% | 0.79% | - |
| XYZ | 46.15 | 53.92 | 16.57 | - |
| YUV | 186.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 85 | 0 | 0.01 | 0.58 | 0.21 | 58.97 | 0.52 | 0.56 |
| Hex | C9 | C7 | 55 | 0 | 1 | 3A | 15 | 3B | 34 | 38 |
| Octal | 311 | 307 | 125 | 0 | 1 | 72 | 25 | 73 | 64 | 70 |
| Binary | 11001001 | 11000111 | 1010101 | 0 | 1 | 111010 | 10101 | 111011 | 110100 | 111000 |
Color Harmonies of #C9C755
Complementary color
Monochromatic Colors of #C9C755
Black with #C9C755
Text Example
Text Example
White with #C9C755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C755; }
p { color: rgb(201,199,85); }
H1.HeaderClassName
{
color: #C9C755;
}
.AnyTagClassName
{
color: #C9C755;
}
</style>
background-color css
<style>
a { background-color: #C9C755; }
a { background-color: rgb(201,199,85); }
div.DivClassName
{
background-color: #C9C755;
}
.BgClassName
{
background-color: #C9C755;
}
</style>
border-color css
<style>
span { border-color: #C9C755; }
span { border-color: rgb(201,199,85); }
td.TdClassName
{
border-color: #C9C755;
}
.TagClassName
{
border-color: #C9C755;
}
</style>