Shades of Wild Willow #C7CA54
Tints of Wild Willow #C7CA54
RGB
CMYK
RGB Variations
Color information
#C7CA54 (or 0xC7CA54) is known color: Wild Willow. HEX triplet: C7, CA and 54. RGB value is (199,202,84). Sum of RGB (Red+Green+Blue) = 199+202+84=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA54 is #3835AB. Grayscale: #BCBCBC. Windows color (decimal): -3683756 or 5556935. OLE color: 5556935.
HSL color Cylindrical-coordinate representation of color #C7CA54: hue angle of 61.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7CA54 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 84 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.21 |
| HSL | 61.53º | 0.53% | 0.56% | - |
| HSV(B) | 61.53º | 0.58% | 0.79% | - |
| XYZ | 46.27 | 55.02 | 16.57 | - |
| YUV | 187.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 84 | 0.01 | 0 | 0.58 | 0.21 | 61.53 | 0.53 | 0.56 |
| Hex | C7 | CA | 54 | 1 | 0 | 3A | 15 | 3E | 35 | 38 |
| Octal | 307 | 312 | 124 | 1 | 0 | 72 | 25 | 76 | 65 | 70 |
| Binary | 11000111 | 11001010 | 1010100 | 1 | 0 | 111010 | 10101 | 111110 | 110101 | 111000 |
Color Harmonies of #C7CA54
Complementary color
Monochromatic Colors of #C7CA54
Black with #C7CA54
Text Example
Text Example
White with #C7CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA54; }
p { color: rgb(199,202,84); }
H1.HeaderClassName
{
color: #C7CA54;
}
.AnyTagClassName
{
color: #C7CA54;
}
</style>
background-color css
<style>
a { background-color: #C7CA54; }
a { background-color: rgb(199,202,84); }
div.DivClassName
{
background-color: #C7CA54;
}
.BgClassName
{
background-color: #C7CA54;
}
</style>
border-color css
<style>
span { border-color: #C7CA54; }
span { border-color: rgb(199,202,84); }
td.TdClassName
{
border-color: #C7CA54;
}
.TagClassName
{
border-color: #C7CA54;
}
</style>