Shades of Wild Willow #C2CB63
Tints of Wild Willow #C2CB63
RGB
CMYK
RGB Variations
Color information
#C2CB63 (or 0xC2CB63) is known color: Wild Willow. HEX triplet: C2, CB and 63. RGB value is (194,203,99). Sum of RGB (Red+Green+Blue) = 194+203+99=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB63 is #3D349C. Grayscale: #BCBCBC. Windows color (decimal): -4011165 or 6540226. OLE color: 6540226.
HSL color Cylindrical-coordinate representation of color #C2CB63: hue angle of 65.19º degrees, saturation: 0.5, 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 #C2CB63 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 99 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.20 |
| HSL | 65.19º | 0.5% | 0.59% | - |
| HSV(B) | 65.19º | 0.51% | 0.8% | - |
| XYZ | 45.86 | 55.08 | 20.02 | - |
| YUV | 188.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 99 | 0.04 | 0 | 0.51 | 0.20 | 65.19 | 0.5 | 0.59 |
| Hex | C2 | CB | 63 | 4 | 0 | 33 | 14 | 41 | 32 | 3B |
| Octal | 302 | 313 | 143 | 4 | 0 | 63 | 24 | 101 | 62 | 73 |
| Binary | 11000010 | 11001011 | 1100011 | 100 | 0 | 110011 | 10100 | 1000001 | 110010 | 111011 |
Color Harmonies of #C2CB63
Complementary color
Monochromatic Colors of #C2CB63
Black with #C2CB63
Text Example
Text Example
White with #C2CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB63; }
p { color: rgb(194,203,99); }
H1.HeaderClassName
{
color: #C2CB63;
}
.AnyTagClassName
{
color: #C2CB63;
}
</style>
background-color css
<style>
a { background-color: #C2CB63; }
a { background-color: rgb(194,203,99); }
div.DivClassName
{
background-color: #C2CB63;
}
.BgClassName
{
background-color: #C2CB63;
}
</style>
border-color css
<style>
span { border-color: #C2CB63; }
span { border-color: rgb(194,203,99); }
td.TdClassName
{
border-color: #C2CB63;
}
.TagClassName
{
border-color: #C2CB63;
}
</style>