Shades of Wild Willow #C7CA5C
Tints of Wild Willow #C7CA5C
RGB
CMYK
RGB Variations
Color information
#C7CA5C (or 0xC7CA5C) is known color: Wild Willow. HEX triplet: C7, CA and 5C. RGB value is (199,202,92). Sum of RGB (Red+Green+Blue) = 199+202+92=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA5C is #3835A3. Grayscale: #BDBDBD. Windows color (decimal): -3683748 or 6081223. OLE color: 6081223.
HSL color Cylindrical-coordinate representation of color #C7CA5C: hue angle of 61.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7CA5C is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 92 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.21 |
| HSL | 61.64º | 0.51% | 0.58% | - |
| HSV(B) | 61.64º | 0.54% | 0.79% | - |
| XYZ | 46.61 | 55.16 | 18.31 | - |
| YUV | 188.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 92 | 0.01 | 0 | 0.54 | 0.21 | 61.64 | 0.51 | 0.58 |
| Hex | C7 | CA | 5C | 1 | 0 | 36 | 15 | 3E | 33 | 3A |
| Octal | 307 | 312 | 134 | 1 | 0 | 66 | 25 | 76 | 63 | 72 |
| Binary | 11000111 | 11001010 | 1011100 | 1 | 0 | 110110 | 10101 | 111110 | 110011 | 111010 |
Color Harmonies of #C7CA5C
Complementary color
Monochromatic Colors of #C7CA5C
Black with #C7CA5C
Text Example
Text Example
White with #C7CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA5C; }
p { color: rgb(199,202,92); }
H1.HeaderClassName
{
color: #C7CA5C;
}
.AnyTagClassName
{
color: #C7CA5C;
}
</style>
background-color css
<style>
a { background-color: #C7CA5C; }
a { background-color: rgb(199,202,92); }
div.DivClassName
{
background-color: #C7CA5C;
}
.BgClassName
{
background-color: #C7CA5C;
}
</style>
border-color css
<style>
span { border-color: #C7CA5C; }
span { border-color: rgb(199,202,92); }
td.TdClassName
{
border-color: #C7CA5C;
}
.TagClassName
{
border-color: #C7CA5C;
}
</style>