Shades of Wild Willow #C7CA5D
Tints of Wild Willow #C7CA5D
RGB
CMYK
RGB Variations
Color information
#C7CA5D (or 0xC7CA5D) is known color: Wild Willow. HEX triplet: C7, CA and 5D. RGB value is (199,202,93). Sum of RGB (Red+Green+Blue) = 199+202+93=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA5D is #3835A2. Grayscale: #BDBDBD. Windows color (decimal): -3683747 or 6146759. OLE color: 6146759.
HSL color Cylindrical-coordinate representation of color #C7CA5D: hue angle of 61.65º 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 #C7CA5D is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 93 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.21 |
| HSL | 61.65º | 0.51% | 0.58% | - |
| HSV(B) | 61.65º | 0.54% | 0.79% | - |
| XYZ | 46.65 | 55.17 | 18.55 | - |
| YUV | 188.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 93 | 0.01 | 0 | 0.54 | 0.21 | 61.65 | 0.51 | 0.58 |
| Hex | C7 | CA | 5D | 1 | 0 | 36 | 15 | 3E | 33 | 3A |
| Octal | 307 | 312 | 135 | 1 | 0 | 66 | 25 | 76 | 63 | 72 |
| Binary | 11000111 | 11001010 | 1011101 | 1 | 0 | 110110 | 10101 | 111110 | 110011 | 111010 |
Color Harmonies of #C7CA5D
Complementary color
Monochromatic Colors of #C7CA5D
Black with #C7CA5D
Text Example
Text Example
White with #C7CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA5D; }
p { color: rgb(199,202,93); }
H1.HeaderClassName
{
color: #C7CA5D;
}
.AnyTagClassName
{
color: #C7CA5D;
}
</style>
background-color css
<style>
a { background-color: #C7CA5D; }
a { background-color: rgb(199,202,93); }
div.DivClassName
{
background-color: #C7CA5D;
}
.BgClassName
{
background-color: #C7CA5D;
}
</style>
border-color css
<style>
span { border-color: #C7CA5D; }
span { border-color: rgb(199,202,93); }
td.TdClassName
{
border-color: #C7CA5D;
}
.TagClassName
{
border-color: #C7CA5D;
}
</style>