Shades of Wild Willow #C4C963
Tints of Wild Willow #C4C963
RGB
CMYK
RGB Variations
Color information
#C4C963 (or 0xC4C963) is known color: Wild Willow. HEX triplet: C4, C9 and 63. RGB value is (196,201,99). Sum of RGB (Red+Green+Blue) = 196+201+99=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C963 is #3B369C. Grayscale: #BCBCBC. Windows color (decimal): -3880605 or 6539716. OLE color: 6539716.
HSL color Cylindrical-coordinate representation of color #C4C963: hue angle of 62.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4C963 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 99 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.21 |
| HSL | 62.94º | 0.49% | 0.59% | - |
| HSV(B) | 62.94º | 0.51% | 0.79% | - |
| XYZ | 45.9 | 54.41 | 19.89 | - |
| YUV | 187.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 99 | 0.02 | 0 | 0.51 | 0.21 | 62.94 | 0.49 | 0.59 |
| Hex | C4 | C9 | 63 | 2 | 0 | 33 | 15 | 3F | 31 | 3B |
| Octal | 304 | 311 | 143 | 2 | 0 | 63 | 25 | 77 | 61 | 73 |
| Binary | 11000100 | 11001001 | 1100011 | 10 | 0 | 110011 | 10101 | 111111 | 110001 | 111011 |
Color Harmonies of #C4C963
Complementary color
Monochromatic Colors of #C4C963
Black with #C4C963
Text Example
Text Example
White with #C4C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C963; }
p { color: rgb(196,201,99); }
H1.HeaderClassName
{
color: #C4C963;
}
.AnyTagClassName
{
color: #C4C963;
}
</style>
background-color css
<style>
a { background-color: #C4C963; }
a { background-color: rgb(196,201,99); }
div.DivClassName
{
background-color: #C4C963;
}
.BgClassName
{
background-color: #C4C963;
}
</style>
border-color css
<style>
span { border-color: #C4C963; }
span { border-color: rgb(196,201,99); }
td.TdClassName
{
border-color: #C4C963;
}
.TagClassName
{
border-color: #C4C963;
}
</style>