Shades of Wild Willow #C7CA51
Tints of Wild Willow #C7CA51
RGB
CMYK
RGB Variations
Color information
#C7CA51 (or 0xC7CA51) is known color: Wild Willow. HEX triplet: C7, CA and 51. RGB value is (199,202,81). Sum of RGB (Red+Green+Blue) = 199+202+81=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA51 is #3835AE. Grayscale: #BBBBBB. Windows color (decimal): -3683759 or 5360327. OLE color: 5360327.
HSL color Cylindrical-coordinate representation of color #C7CA51: hue angle of 61.49º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7CA51 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 81 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.21 |
| HSL | 61.49º | 0.53% | 0.55% | - |
| HSV(B) | 61.49º | 0.6% | 0.79% | - |
| XYZ | 46.16 | 54.98 | 15.96 | - |
| YUV | 187.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 81 | 0.01 | 0 | 0.60 | 0.21 | 61.49 | 0.53 | 0.55 |
| Hex | C7 | CA | 51 | 1 | 0 | 3C | 15 | 3D | 35 | 37 |
| Octal | 307 | 312 | 121 | 1 | 0 | 74 | 25 | 75 | 65 | 67 |
| Binary | 11000111 | 11001010 | 1010001 | 1 | 0 | 111100 | 10101 | 111101 | 110101 | 110111 |
Color Harmonies of #C7CA51
Complementary color
Monochromatic Colors of #C7CA51
Black with #C7CA51
Text Example
Text Example
White with #C7CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA51; }
p { color: rgb(199,202,81); }
H1.HeaderClassName
{
color: #C7CA51;
}
.AnyTagClassName
{
color: #C7CA51;
}
</style>
background-color css
<style>
a { background-color: #C7CA51; }
a { background-color: rgb(199,202,81); }
div.DivClassName
{
background-color: #C7CA51;
}
.BgClassName
{
background-color: #C7CA51;
}
</style>
border-color css
<style>
span { border-color: #C7CA51; }
span { border-color: rgb(199,202,81); }
td.TdClassName
{
border-color: #C7CA51;
}
.TagClassName
{
border-color: #C7CA51;
}
</style>