Shades of Wild Willow #C7CE6D
Tints of Wild Willow #C7CE6D
RGB
CMYK
RGB Variations
Color information
#C7CE6D (or 0xC7CE6D) is known color: Wild Willow. HEX triplet: C7, CE and 6D. RGB value is (199,206,109). Sum of RGB (Red+Green+Blue) = 199+206+109=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CE6D is #383192. Grayscale: #C1C1C1. Windows color (decimal): -3682707 or 7196359. OLE color: 7196359.
HSL color Cylindrical-coordinate representation of color #C7CE6D: hue angle of 64.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7CE6D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 109 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.19 |
| HSL | 64.33º | 0.5% | 0.62% | - |
| HSV(B) | 64.33º | 0.47% | 0.81% | - |
| XYZ | 48.38 | 57.39 | 23 | - |
| YUV | 192.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 109 | 0.03 | 0 | 0.47 | 0.19 | 64.33 | 0.5 | 0.62 |
| Hex | C7 | CE | 6D | 3 | 0 | 2F | 13 | 40 | 32 | 3E |
| Octal | 307 | 316 | 155 | 3 | 0 | 57 | 23 | 100 | 62 | 76 |
| Binary | 11000111 | 11001110 | 1101101 | 11 | 0 | 101111 | 10011 | 1000000 | 110010 | 111110 |
Color Harmonies of #C7CE6D
Complementary color
Monochromatic Colors of #C7CE6D
Black with #C7CE6D
Text Example
Text Example
White with #C7CE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE6D; }
p { color: rgb(199,206,109); }
H1.HeaderClassName
{
color: #C7CE6D;
}
.AnyTagClassName
{
color: #C7CE6D;
}
</style>
background-color css
<style>
a { background-color: #C7CE6D; }
a { background-color: rgb(199,206,109); }
div.DivClassName
{
background-color: #C7CE6D;
}
.BgClassName
{
background-color: #C7CE6D;
}
</style>
border-color css
<style>
span { border-color: #C7CE6D; }
span { border-color: rgb(199,206,109); }
td.TdClassName
{
border-color: #C7CE6D;
}
.TagClassName
{
border-color: #C7CE6D;
}
</style>