Shades of Wild Willow #C7C663
Tints of Wild Willow #C7C663
RGB
CMYK
RGB Variations
Color information
#C7C663 (or 0xC7C663) is known color: Wild Willow. HEX triplet: C7, C6 and 63. RGB value is (199,198,99). Sum of RGB (Red+Green+Blue) = 199+198+99=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C663 is #38399C. Grayscale: #BBBBBB. Windows color (decimal): -3684765 or 6538951. OLE color: 6538951.
HSL color Cylindrical-coordinate representation of color #C7C663: hue angle of 59.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7C663 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 99 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.22 |
| HSL | 59.4º | 0.47% | 0.58% | - |
| HSV(B) | 59.4º | 0.5% | 0.78% | - |
| XYZ | 46 | 53.43 | 19.69 | - |
| YUV | 187.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 99 | 0 | 0.01 | 0.50 | 0.22 | 59.4 | 0.47 | 0.58 |
| Hex | C7 | C6 | 63 | 0 | 1 | 32 | 16 | 3B | 2F | 3A |
| Octal | 307 | 306 | 143 | 0 | 1 | 62 | 26 | 73 | 57 | 72 |
| Binary | 11000111 | 11000110 | 1100011 | 0 | 1 | 110010 | 10110 | 111011 | 101111 | 111010 |
Color Harmonies of #C7C663
Complementary color
Monochromatic Colors of #C7C663
Black with #C7C663
Text Example
Text Example
White with #C7C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C663; }
p { color: rgb(199,198,99); }
H1.HeaderClassName
{
color: #C7C663;
}
.AnyTagClassName
{
color: #C7C663;
}
</style>
background-color css
<style>
a { background-color: #C7C663; }
a { background-color: rgb(199,198,99); }
div.DivClassName
{
background-color: #C7C663;
}
.BgClassName
{
background-color: #C7C663;
}
</style>
border-color css
<style>
span { border-color: #C7C663; }
span { border-color: rgb(199,198,99); }
td.TdClassName
{
border-color: #C7C663;
}
.TagClassName
{
border-color: #C7C663;
}
</style>