Shades of Wild Willow #C7CA57
Tints of Wild Willow #C7CA57
RGB
CMYK
RGB Variations
Color information
#C7CA57 (or 0xC7CA57) is known color: Wild Willow. HEX triplet: C7, CA and 57. RGB value is (199,202,87). Sum of RGB (Red+Green+Blue) = 199+202+87=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA57 is #3835A8. Grayscale: #BCBCBC. Windows color (decimal): -3683753 or 5753543. OLE color: 5753543.
HSL color Cylindrical-coordinate representation of color #C7CA57: hue angle of 61.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7CA57 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 87 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.21 |
| HSL | 61.57º | 0.52% | 0.57% | - |
| HSV(B) | 61.57º | 0.57% | 0.79% | - |
| XYZ | 46.39 | 55.07 | 17.2 | - |
| YUV | 187.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 87 | 0.01 | 0 | 0.57 | 0.21 | 61.57 | 0.52 | 0.57 |
| Hex | C7 | CA | 57 | 1 | 0 | 39 | 15 | 3E | 34 | 39 |
| Octal | 307 | 312 | 127 | 1 | 0 | 71 | 25 | 76 | 64 | 71 |
| Binary | 11000111 | 11001010 | 1010111 | 1 | 0 | 111001 | 10101 | 111110 | 110100 | 111001 |
Color Harmonies of #C7CA57
Complementary color
Monochromatic Colors of #C7CA57
Black with #C7CA57
Text Example
Text Example
White with #C7CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA57; }
p { color: rgb(199,202,87); }
H1.HeaderClassName
{
color: #C7CA57;
}
.AnyTagClassName
{
color: #C7CA57;
}
</style>
background-color css
<style>
a { background-color: #C7CA57; }
a { background-color: rgb(199,202,87); }
div.DivClassName
{
background-color: #C7CA57;
}
.BgClassName
{
background-color: #C7CA57;
}
</style>
border-color css
<style>
span { border-color: #C7CA57; }
span { border-color: rgb(199,202,87); }
td.TdClassName
{
border-color: #C7CA57;
}
.TagClassName
{
border-color: #C7CA57;
}
</style>