Shades of Wild Willow #C7C855
Tints of Wild Willow #C7C855
RGB
CMYK
RGB Variations
Color information
#C7C855 (or 0xC7C855) is known color: Wild Willow. HEX triplet: C7, C8 and 55. RGB value is (199,200,85). Sum of RGB (Red+Green+Blue) = 199+200+85=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C855 is #3837AA. Grayscale: #BBBBBB. Windows color (decimal): -3684267 or 5621959. OLE color: 5621959.
HSL color Cylindrical-coordinate representation of color #C7C855: hue angle of 60.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7C855 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 85 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.22 |
| HSL | 60.52º | 0.51% | 0.56% | - |
| HSV(B) | 60.52º | 0.58% | 0.78% | - |
| XYZ | 45.85 | 54.11 | 16.62 | - |
| YUV | 186.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 85 | 0.00 | 0 | 0.58 | 0.22 | 60.52 | 0.51 | 0.56 |
| Hex | C7 | C8 | 55 | 0 | 0 | 3A | 16 | 3D | 33 | 38 |
| Octal | 307 | 310 | 125 | 0 | 0 | 72 | 26 | 75 | 63 | 70 |
| Binary | 11000111 | 11001000 | 1010101 | 0 | 0 | 111010 | 10110 | 111101 | 110011 | 111000 |
Color Harmonies of #C7C855
Complementary color
Monochromatic Colors of #C7C855
Black with #C7C855
Text Example
Text Example
White with #C7C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C855; }
p { color: rgb(199,200,85); }
H1.HeaderClassName
{
color: #C7C855;
}
.AnyTagClassName
{
color: #C7C855;
}
</style>
background-color css
<style>
a { background-color: #C7C855; }
a { background-color: rgb(199,200,85); }
div.DivClassName
{
background-color: #C7C855;
}
.BgClassName
{
background-color: #C7C855;
}
</style>
border-color css
<style>
span { border-color: #C7C855; }
span { border-color: rgb(199,200,85); }
td.TdClassName
{
border-color: #C7C855;
}
.TagClassName
{
border-color: #C7C855;
}
</style>