Shades of Wild Willow #C7C852
Tints of Wild Willow #C7C852
RGB
CMYK
RGB Variations
Color information
#C7C852 (or 0xC7C852) is known color: Wild Willow. HEX triplet: C7, C8 and 52. RGB value is (199,200,82). Sum of RGB (Red+Green+Blue) = 199+200+82=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C852 is #3837AD. Grayscale: #BABABA. Windows color (decimal): -3684270 or 5425351. OLE color: 5425351.
HSL color Cylindrical-coordinate representation of color #C7C852: hue angle of 60.51º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7C852 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 82 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.22 |
| HSL | 60.51º | 0.52% | 0.55% | - |
| HSV(B) | 60.51º | 0.59% | 0.78% | - |
| XYZ | 45.73 | 54.06 | 16.01 | - |
| YUV | 186.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 82 | 0.00 | 0 | 0.59 | 0.22 | 60.51 | 0.52 | 0.55 |
| Hex | C7 | C8 | 52 | 0 | 0 | 3B | 16 | 3D | 34 | 37 |
| Octal | 307 | 310 | 122 | 0 | 0 | 73 | 26 | 75 | 64 | 67 |
| Binary | 11000111 | 11001000 | 1010010 | 0 | 0 | 111011 | 10110 | 111101 | 110100 | 110111 |
Color Harmonies of #C7C852
Complementary color
Monochromatic Colors of #C7C852
Black with #C7C852
Text Example
Text Example
White with #C7C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C852; }
p { color: rgb(199,200,82); }
H1.HeaderClassName
{
color: #C7C852;
}
.AnyTagClassName
{
color: #C7C852;
}
</style>
background-color css
<style>
a { background-color: #C7C852; }
a { background-color: rgb(199,200,82); }
div.DivClassName
{
background-color: #C7C852;
}
.BgClassName
{
background-color: #C7C852;
}
</style>
border-color css
<style>
span { border-color: #C7C852; }
span { border-color: rgb(199,200,82); }
td.TdClassName
{
border-color: #C7C852;
}
.TagClassName
{
border-color: #C7C852;
}
</style>