Shades of Wild Willow #C9C764
Tints of Wild Willow #C9C764
RGB
CMYK
RGB Variations
Color information
#C9C764 (or 0xC9C764) is known color: Wild Willow. HEX triplet: C9, C7 and 64. RGB value is (201,199,100). Sum of RGB (Red+Green+Blue) = 201+199+100=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C764 is #36389B. Grayscale: #BCBCBC. Windows color (decimal): -3553436 or 6604745. OLE color: 6604745.
HSL color Cylindrical-coordinate representation of color #C9C764: hue angle of 58.81º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9C764 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 100 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.21 |
| HSL | 58.81º | 0.48% | 0.59% | - |
| HSV(B) | 58.81º | 0.5% | 0.79% | - |
| XYZ | 46.81 | 54.18 | 20.05 | - |
| YUV | 188.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 100 | 0 | 0.01 | 0.50 | 0.21 | 58.81 | 0.48 | 0.59 |
| Hex | C9 | C7 | 64 | 0 | 1 | 32 | 15 | 3B | 30 | 3B |
| Octal | 311 | 307 | 144 | 0 | 1 | 62 | 25 | 73 | 60 | 73 |
| Binary | 11001001 | 11000111 | 1100100 | 0 | 1 | 110010 | 10101 | 111011 | 110000 | 111011 |
Color Harmonies of #C9C764
Complementary color
Monochromatic Colors of #C9C764
Black with #C9C764
Text Example
Text Example
White with #C9C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C764; }
p { color: rgb(201,199,100); }
H1.HeaderClassName
{
color: #C9C764;
}
.AnyTagClassName
{
color: #C9C764;
}
</style>
background-color css
<style>
a { background-color: #C9C764; }
a { background-color: rgb(201,199,100); }
div.DivClassName
{
background-color: #C9C764;
}
.BgClassName
{
background-color: #C9C764;
}
</style>
border-color css
<style>
span { border-color: #C9C764; }
span { border-color: rgb(201,199,100); }
td.TdClassName
{
border-color: #C9C764;
}
.TagClassName
{
border-color: #C9C764;
}
</style>