Shades of Wild Willow #C7C960
Tints of Wild Willow #C7C960
RGB
CMYK
RGB Variations
Color information
#C7C960 (or 0xC7C960) is known color: Wild Willow. HEX triplet: C7, C9 and 60. RGB value is (199,201,96). Sum of RGB (Red+Green+Blue) = 199+201+96=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C960 is #38369F. Grayscale: #BCBCBC. Windows color (decimal): -3684000 or 6343111. OLE color: 6343111.
HSL color Cylindrical-coordinate representation of color #C7C960: hue angle of 61.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7C960 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 96 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.21 |
| HSL | 61.14º | 0.49% | 0.58% | - |
| HSV(B) | 61.14º | 0.52% | 0.79% | - |
| XYZ | 46.55 | 54.76 | 19.18 | - |
| YUV | 188.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 96 | 0.01 | 0 | 0.52 | 0.21 | 61.14 | 0.49 | 0.58 |
| Hex | C7 | C9 | 60 | 1 | 0 | 34 | 15 | 3D | 31 | 3A |
| Octal | 307 | 311 | 140 | 1 | 0 | 64 | 25 | 75 | 61 | 72 |
| Binary | 11000111 | 11001001 | 1100000 | 1 | 0 | 110100 | 10101 | 111101 | 110001 | 111010 |
Color Harmonies of #C7C960
Complementary color
Monochromatic Colors of #C7C960
Black with #C7C960
Text Example
Text Example
White with #C7C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C960; }
p { color: rgb(199,201,96); }
H1.HeaderClassName
{
color: #C7C960;
}
.AnyTagClassName
{
color: #C7C960;
}
</style>
background-color css
<style>
a { background-color: #C7C960; }
a { background-color: rgb(199,201,96); }
div.DivClassName
{
background-color: #C7C960;
}
.BgClassName
{
background-color: #C7C960;
}
</style>
border-color css
<style>
span { border-color: #C7C960; }
span { border-color: rgb(199,201,96); }
td.TdClassName
{
border-color: #C7C960;
}
.TagClassName
{
border-color: #C7C960;
}
</style>