Shades of Wild Willow #C7CA66
Tints of Wild Willow #C7CA66
RGB
CMYK
RGB Variations
Color information
#C7CA66 (or 0xC7CA66) is known color: Wild Willow. HEX triplet: C7, CA and 66. RGB value is (199,202,102). Sum of RGB (Red+Green+Blue) = 199+202+102=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA66 is #383599. Grayscale: #BEBEBE. Windows color (decimal): -3683738 or 6736583. OLE color: 6736583.
HSL color Cylindrical-coordinate representation of color #C7CA66: hue angle of 61.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7CA66 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 102 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.21 |
| HSL | 61.8º | 0.49% | 0.6% | - |
| HSV(B) | 61.8º | 0.5% | 0.79% | - |
| XYZ | 47.07 | 55.34 | 20.77 | - |
| YUV | 189.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 102 | 0.01 | 0 | 0.50 | 0.21 | 61.8 | 0.49 | 0.6 |
| Hex | C7 | CA | 66 | 1 | 0 | 32 | 15 | 3E | 31 | 3C |
| Octal | 307 | 312 | 146 | 1 | 0 | 62 | 25 | 76 | 61 | 74 |
| Binary | 11000111 | 11001010 | 1100110 | 1 | 0 | 110010 | 10101 | 111110 | 110001 | 111100 |
Color Harmonies of #C7CA66
Complementary color
Monochromatic Colors of #C7CA66
Black with #C7CA66
Text Example
Text Example
White with #C7CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA66; }
p { color: rgb(199,202,102); }
H1.HeaderClassName
{
color: #C7CA66;
}
.AnyTagClassName
{
color: #C7CA66;
}
</style>
background-color css
<style>
a { background-color: #C7CA66; }
a { background-color: rgb(199,202,102); }
div.DivClassName
{
background-color: #C7CA66;
}
.BgClassName
{
background-color: #C7CA66;
}
</style>
border-color css
<style>
span { border-color: #C7CA66; }
span { border-color: rgb(199,202,102); }
td.TdClassName
{
border-color: #C7CA66;
}
.TagClassName
{
border-color: #C7CA66;
}
</style>