Shades of Wild Willow #C9C95C
Tints of Wild Willow #C9C95C
RGB
CMYK
RGB Variations
Color information
#C9C95C (or 0xC9C95C) is known color: Wild Willow. HEX triplet: C9, C9 and 5C. RGB value is (201,201,92). Sum of RGB (Red+Green+Blue) = 201+201+92=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C95C is #3636A3. Grayscale: #BDBDBD. Windows color (decimal): -3552932 or 6080969. OLE color: 6080969.
HSL color Cylindrical-coordinate representation of color #C9C95C: hue angle of 60º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9C95C is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 201 | 92 | - |
| CMYK | 0 | 0 | 0.54 | 0.21 |
| HSL | 60º | 0.5% | 0.57% | - |
| HSV(B) | 60º | 0.54% | 0.79% | - |
| XYZ | 46.91 | 54.96 | 18.26 | - |
| YUV | 188.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 201 | 92 | 0 | 0 | 0.54 | 0.21 | 60 | 0.5 | 0.57 |
| Hex | C9 | C9 | 5C | 0 | 0 | 36 | 15 | 3C | 32 | 39 |
| Octal | 311 | 311 | 134 | 0 | 0 | 66 | 25 | 74 | 62 | 71 |
| Binary | 11001001 | 11001001 | 1011100 | 0 | 0 | 110110 | 10101 | 111100 | 110010 | 111001 |
Color Harmonies of #C9C95C
Complementary color
Monochromatic Colors of #C9C95C
Black with #C9C95C
Text Example
Text Example
White with #C9C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C95C; }
p { color: rgb(201,201,92); }
H1.HeaderClassName
{
color: #C9C95C;
}
.AnyTagClassName
{
color: #C9C95C;
}
</style>
background-color css
<style>
a { background-color: #C9C95C; }
a { background-color: rgb(201,201,92); }
div.DivClassName
{
background-color: #C9C95C;
}
.BgClassName
{
background-color: #C9C95C;
}
</style>
border-color css
<style>
span { border-color: #C9C95C; }
span { border-color: rgb(201,201,92); }
td.TdClassName
{
border-color: #C9C95C;
}
.TagClassName
{
border-color: #C9C95C;
}
</style>