Shades of Wild Willow #C7C668
Tints of Wild Willow #C7C668
RGB
CMYK
RGB Variations
Color information
#C7C668 (or 0xC7C668) is known color: Wild Willow. HEX triplet: C7, C6 and 68. RGB value is (199,198,104). Sum of RGB (Red+Green+Blue) = 199+198+104=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C668 is #383997. Grayscale: #BBBBBB. Windows color (decimal): -3684760 or 6866631. OLE color: 6866631.
HSL color Cylindrical-coordinate representation of color #C7C668: hue angle of 59.37º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7C668 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 104 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.22 |
| HSL | 59.37º | 0.46% | 0.59% | - |
| HSV(B) | 59.37º | 0.48% | 0.78% | - |
| XYZ | 46.25 | 53.53 | 20.99 | - |
| YUV | 187.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 104 | 0 | 0.01 | 0.48 | 0.22 | 59.37 | 0.46 | 0.59 |
| Hex | C7 | C6 | 68 | 0 | 1 | 30 | 16 | 3B | 2E | 3B |
| Octal | 307 | 306 | 150 | 0 | 1 | 60 | 26 | 73 | 56 | 73 |
| Binary | 11000111 | 11000110 | 1101000 | 0 | 1 | 110000 | 10110 | 111011 | 101110 | 111011 |
Color Harmonies of #C7C668
Complementary color
Monochromatic Colors of #C7C668
Black with #C7C668
Text Example
Text Example
White with #C7C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C668; }
p { color: rgb(199,198,104); }
H1.HeaderClassName
{
color: #C7C668;
}
.AnyTagClassName
{
color: #C7C668;
}
</style>
background-color css
<style>
a { background-color: #C7C668; }
a { background-color: rgb(199,198,104); }
div.DivClassName
{
background-color: #C7C668;
}
.BgClassName
{
background-color: #C7C668;
}
</style>
border-color css
<style>
span { border-color: #C7C668; }
span { border-color: rgb(199,198,104); }
td.TdClassName
{
border-color: #C7C668;
}
.TagClassName
{
border-color: #C7C668;
}
</style>