Shades of Wild Willow #C7CC65
Tints of Wild Willow #C7CC65
RGB
CMYK
RGB Variations
Color information
#C7CC65 (or 0xC7CC65) is known color: Wild Willow. HEX triplet: C7, CC and 65. RGB value is (199,204,101). Sum of RGB (Red+Green+Blue) = 199+204+101=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC65 is #38339A. Grayscale: #BFBFBF. Windows color (decimal): -3683227 or 6671559. OLE color: 6671559.
HSL color Cylindrical-coordinate representation of color #C7CC65: hue angle of 62.91º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7CC65 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 101 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.2 |
| HSL | 62.91º | 0.5% | 0.6% | - |
| HSV(B) | 62.91º | 0.5% | 0.8% | - |
| XYZ | 47.5 | 56.27 | 20.67 | - |
| YUV | 190.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 101 | 0.02 | 0 | 0.50 | 0.2 | 62.91 | 0.5 | 0.6 |
| Hex | C7 | CC | 65 | 2 | 0 | 32 | 14 | 3F | 32 | 3C |
| Octal | 307 | 314 | 145 | 2 | 0 | 62 | 24 | 77 | 62 | 74 |
| Binary | 11000111 | 11001100 | 1100101 | 10 | 0 | 110010 | 10100 | 111111 | 110010 | 111100 |
Color Harmonies of #C7CC65
Complementary color
Monochromatic Colors of #C7CC65
Black with #C7CC65
Text Example
Text Example
White with #C7CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC65; }
p { color: rgb(199,204,101); }
H1.HeaderClassName
{
color: #C7CC65;
}
.AnyTagClassName
{
color: #C7CC65;
}
</style>
background-color css
<style>
a { background-color: #C7CC65; }
a { background-color: rgb(199,204,101); }
div.DivClassName
{
background-color: #C7CC65;
}
.BgClassName
{
background-color: #C7CC65;
}
</style>
border-color css
<style>
span { border-color: #C7CC65; }
span { border-color: rgb(199,204,101); }
td.TdClassName
{
border-color: #C7CC65;
}
.TagClassName
{
border-color: #C7CC65;
}
</style>