Shades of Wild Willow #C7C657
Tints of Wild Willow #C7C657
RGB
CMYK
RGB Variations
Color information
#C7C657 (or 0xC7C657) is known color: Wild Willow. HEX triplet: C7, C6 and 57. RGB value is (199,198,87). Sum of RGB (Red+Green+Blue) = 199+198+87=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C657 is #3839A8. Grayscale: #BABABA. Windows color (decimal): -3684777 or 5752519. OLE color: 5752519.
HSL color Cylindrical-coordinate representation of color #C7C657: hue angle of 59.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7C657 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 87 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.22 |
| HSL | 59.46º | 0.5% | 0.56% | - |
| HSV(B) | 59.46º | 0.56% | 0.78% | - |
| XYZ | 45.47 | 53.22 | 16.89 | - |
| YUV | 185.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 87 | 0 | 0.01 | 0.56 | 0.22 | 59.46 | 0.5 | 0.56 |
| Hex | C7 | C6 | 57 | 0 | 1 | 38 | 16 | 3B | 32 | 38 |
| Octal | 307 | 306 | 127 | 0 | 1 | 70 | 26 | 73 | 62 | 70 |
| Binary | 11000111 | 11000110 | 1010111 | 0 | 1 | 111000 | 10110 | 111011 | 110010 | 111000 |
Color Harmonies of #C7C657
Complementary color
Monochromatic Colors of #C7C657
Black with #C7C657
Text Example
Text Example
White with #C7C657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C657; }
p { color: rgb(199,198,87); }
H1.HeaderClassName
{
color: #C7C657;
}
.AnyTagClassName
{
color: #C7C657;
}
</style>
background-color css
<style>
a { background-color: #C7C657; }
a { background-color: rgb(199,198,87); }
div.DivClassName
{
background-color: #C7C657;
}
.BgClassName
{
background-color: #C7C657;
}
</style>
border-color css
<style>
span { border-color: #C7C657; }
span { border-color: rgb(199,198,87); }
td.TdClassName
{
border-color: #C7C657;
}
.TagClassName
{
border-color: #C7C657;
}
</style>