Shades of Wild Willow #C7C666
Tints of Wild Willow #C7C666
RGB
CMYK
RGB Variations
Color information
#C7C666 (or 0xC7C666) is known color: Wild Willow. HEX triplet: C7, C6 and 66. RGB value is (199,198,102). Sum of RGB (Red+Green+Blue) = 199+198+102=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C666 is #383999. Grayscale: #BBBBBB. Windows color (decimal): -3684762 or 6735559. OLE color: 6735559.
HSL color Cylindrical-coordinate representation of color #C7C666: hue angle of 59.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7C666 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 102 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.22 |
| HSL | 59.38º | 0.46% | 0.59% | - |
| HSV(B) | 59.38º | 0.49% | 0.78% | - |
| XYZ | 46.15 | 53.49 | 20.46 | - |
| YUV | 187.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 102 | 0 | 0.01 | 0.49 | 0.22 | 59.38 | 0.46 | 0.59 |
| Hex | C7 | C6 | 66 | 0 | 1 | 31 | 16 | 3B | 2E | 3B |
| Octal | 307 | 306 | 146 | 0 | 1 | 61 | 26 | 73 | 56 | 73 |
| Binary | 11000111 | 11000110 | 1100110 | 0 | 1 | 110001 | 10110 | 111011 | 101110 | 111011 |
Color Harmonies of #C7C666
Complementary color
Monochromatic Colors of #C7C666
Black with #C7C666
Text Example
Text Example
White with #C7C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C666; }
p { color: rgb(199,198,102); }
H1.HeaderClassName
{
color: #C7C666;
}
.AnyTagClassName
{
color: #C7C666;
}
</style>
background-color css
<style>
a { background-color: #C7C666; }
a { background-color: rgb(199,198,102); }
div.DivClassName
{
background-color: #C7C666;
}
.BgClassName
{
background-color: #C7C666;
}
</style>
border-color css
<style>
span { border-color: #C7C666; }
span { border-color: rgb(199,198,102); }
td.TdClassName
{
border-color: #C7C666;
}
.TagClassName
{
border-color: #C7C666;
}
</style>