Shades of Wild Willow #C4CC63
Tints of Wild Willow #C4CC63
RGB
CMYK
RGB Variations
Color information
#C4CC63 (or 0xC4CC63) is known color: Wild Willow. HEX triplet: C4, CC and 63. RGB value is (196,204,99). Sum of RGB (Red+Green+Blue) = 196+204+99=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC63 is #3B339C. Grayscale: #BEBEBE. Windows color (decimal): -3879837 or 6540484. OLE color: 6540484.
HSL color Cylindrical-coordinate representation of color #C4CC63: hue angle of 64.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4CC63 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 99 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.2 |
| HSL | 64.57º | 0.51% | 0.59% | - |
| HSV(B) | 64.57º | 0.51% | 0.8% | - |
| XYZ | 46.61 | 55.82 | 20.12 | - |
| YUV | 189.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 99 | 0.04 | 0 | 0.51 | 0.2 | 64.57 | 0.51 | 0.59 |
| Hex | C4 | CC | 63 | 4 | 0 | 33 | 14 | 41 | 33 | 3B |
| Octal | 304 | 314 | 143 | 4 | 0 | 63 | 24 | 101 | 63 | 73 |
| Binary | 11000100 | 11001100 | 1100011 | 100 | 0 | 110011 | 10100 | 1000001 | 110011 | 111011 |
Color Harmonies of #C4CC63
Complementary color
Monochromatic Colors of #C4CC63
Black with #C4CC63
Text Example
Text Example
White with #C4CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC63; }
p { color: rgb(196,204,99); }
H1.HeaderClassName
{
color: #C4CC63;
}
.AnyTagClassName
{
color: #C4CC63;
}
</style>
background-color css
<style>
a { background-color: #C4CC63; }
a { background-color: rgb(196,204,99); }
div.DivClassName
{
background-color: #C4CC63;
}
.BgClassName
{
background-color: #C4CC63;
}
</style>
border-color css
<style>
span { border-color: #C4CC63; }
span { border-color: rgb(196,204,99); }
td.TdClassName
{
border-color: #C4CC63;
}
.TagClassName
{
border-color: #C4CC63;
}
</style>