Shades of Wild Willow #C7CA6A
Tints of Wild Willow #C7CA6A
RGB
CMYK
RGB Variations
Color information
#C7CA6A (or 0xC7CA6A) is known color: Wild Willow. HEX triplet: C7, CA and 6A. RGB value is (199,202,106). Sum of RGB (Red+Green+Blue) = 199+202+106=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA6A is #383595. Grayscale: #BEBEBE. Windows color (decimal): -3683734 or 6998727. OLE color: 6998727.
HSL color Cylindrical-coordinate representation of color #C7CA6A: hue angle of 61.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7CA6A is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 106 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.21 |
| HSL | 61.88º | 0.48% | 0.6% | - |
| HSV(B) | 61.88º | 0.48% | 0.79% | - |
| XYZ | 47.28 | 55.42 | 21.84 | - |
| YUV | 190.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 106 | 0.01 | 0 | 0.48 | 0.21 | 61.88 | 0.48 | 0.6 |
| Hex | C7 | CA | 6A | 1 | 0 | 30 | 15 | 3E | 30 | 3C |
| Octal | 307 | 312 | 152 | 1 | 0 | 60 | 25 | 76 | 60 | 74 |
| Binary | 11000111 | 11001010 | 1101010 | 1 | 0 | 110000 | 10101 | 111110 | 110000 | 111100 |
Color Harmonies of #C7CA6A
Complementary color
Monochromatic Colors of #C7CA6A
Black with #C7CA6A
Text Example
Text Example
White with #C7CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA6A; }
p { color: rgb(199,202,106); }
H1.HeaderClassName
{
color: #C7CA6A;
}
.AnyTagClassName
{
color: #C7CA6A;
}
</style>
background-color css
<style>
a { background-color: #C7CA6A; }
a { background-color: rgb(199,202,106); }
div.DivClassName
{
background-color: #C7CA6A;
}
.BgClassName
{
background-color: #C7CA6A;
}
</style>
border-color css
<style>
span { border-color: #C7CA6A; }
span { border-color: rgb(199,202,106); }
td.TdClassName
{
border-color: #C7CA6A;
}
.TagClassName
{
border-color: #C7CA6A;
}
</style>