Shades of Wild Willow #C9C75F
Tints of Wild Willow #C9C75F
RGB
CMYK
RGB Variations
Color information
#C9C75F (or 0xC9C75F) is known color: Wild Willow. HEX triplet: C9, C7 and 5F. RGB value is (201,199,95). Sum of RGB (Red+Green+Blue) = 201+199+95=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C75F is #3638A0. Grayscale: #BCBCBC. Windows color (decimal): -3553441 or 6277065. OLE color: 6277065.
HSL color Cylindrical-coordinate representation of color #C9C75F: hue angle of 58.87º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9C75F is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 95 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.21 |
| HSL | 58.87º | 0.5% | 0.58% | - |
| HSV(B) | 58.87º | 0.53% | 0.79% | - |
| XYZ | 46.58 | 54.09 | 18.81 | - |
| YUV | 187.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 95 | 0 | 0.01 | 0.53 | 0.21 | 58.87 | 0.5 | 0.58 |
| Hex | C9 | C7 | 5F | 0 | 1 | 35 | 15 | 3B | 32 | 3A |
| Octal | 311 | 307 | 137 | 0 | 1 | 65 | 25 | 73 | 62 | 72 |
| Binary | 11001001 | 11000111 | 1011111 | 0 | 1 | 110101 | 10101 | 111011 | 110010 | 111010 |
Color Harmonies of #C9C75F
Complementary color
Monochromatic Colors of #C9C75F
Black with #C9C75F
Text Example
Text Example
White with #C9C75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C75F; }
p { color: rgb(201,199,95); }
H1.HeaderClassName
{
color: #C9C75F;
}
.AnyTagClassName
{
color: #C9C75F;
}
</style>
background-color css
<style>
a { background-color: #C9C75F; }
a { background-color: rgb(201,199,95); }
div.DivClassName
{
background-color: #C9C75F;
}
.BgClassName
{
background-color: #C9C75F;
}
</style>
border-color css
<style>
span { border-color: #C9C75F; }
span { border-color: rgb(201,199,95); }
td.TdClassName
{
border-color: #C9C75F;
}
.TagClassName
{
border-color: #C9C75F;
}
</style>