Shades of Wild Willow #C7CA6E
Tints of Wild Willow #C7CA6E
RGB
CMYK
RGB Variations
Color information
#C7CA6E (or 0xC7CA6E) is known color: Wild Willow. HEX triplet: C7, CA and 6E. RGB value is (199,202,110). Sum of RGB (Red+Green+Blue) = 199+202+110=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA6E is #383591. Grayscale: #BEBEBE. Windows color (decimal): -3683730 or 7260871. OLE color: 7260871.
HSL color Cylindrical-coordinate representation of color #C7CA6E: hue angle of 61.96º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7CA6E is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 110 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.21 |
| HSL | 61.96º | 0.46% | 0.61% | - |
| HSV(B) | 61.96º | 0.46% | 0.79% | - |
| XYZ | 47.49 | 55.51 | 22.96 | - |
| YUV | 190.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 110 | 0.01 | 0 | 0.46 | 0.21 | 61.96 | 0.46 | 0.61 |
| Hex | C7 | CA | 6E | 1 | 0 | 2E | 15 | 3E | 2E | 3D |
| Octal | 307 | 312 | 156 | 1 | 0 | 56 | 25 | 76 | 56 | 75 |
| Binary | 11000111 | 11001010 | 1101110 | 1 | 0 | 101110 | 10101 | 111110 | 101110 | 111101 |
Color Harmonies of #C7CA6E
Complementary color
Monochromatic Colors of #C7CA6E
Black with #C7CA6E
Text Example
Text Example
White with #C7CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA6E; }
p { color: rgb(199,202,110); }
H1.HeaderClassName
{
color: #C7CA6E;
}
.AnyTagClassName
{
color: #C7CA6E;
}
</style>
background-color css
<style>
a { background-color: #C7CA6E; }
a { background-color: rgb(199,202,110); }
div.DivClassName
{
background-color: #C7CA6E;
}
.BgClassName
{
background-color: #C7CA6E;
}
</style>
border-color css
<style>
span { border-color: #C7CA6E; }
span { border-color: rgb(199,202,110); }
td.TdClassName
{
border-color: #C7CA6E;
}
.TagClassName
{
border-color: #C7CA6E;
}
</style>