Shades of Wild Willow #C3CB63
Tints of Wild Willow #C3CB63
RGB
CMYK
RGB Variations
Color information
#C3CB63 (or 0xC3CB63) is known color: Wild Willow. HEX triplet: C3, CB and 63. RGB value is (195,203,99). Sum of RGB (Red+Green+Blue) = 195+203+99=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CB63 is #3C349C. Grayscale: #BDBDBD. Windows color (decimal): -3945629 or 6540227. OLE color: 6540227.
HSL color Cylindrical-coordinate representation of color #C3CB63: hue angle of 64.62º 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 #C3CB63 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 99 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.20 |
| HSL | 64.62º | 0.5% | 0.59% | - |
| HSV(B) | 64.62º | 0.51% | 0.8% | - |
| XYZ | 46.11 | 55.21 | 20.03 | - |
| YUV | 188.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 99 | 0.04 | 0 | 0.51 | 0.20 | 64.62 | 0.5 | 0.59 |
| Hex | C3 | CB | 63 | 4 | 0 | 33 | 14 | 41 | 32 | 3B |
| Octal | 303 | 313 | 143 | 4 | 0 | 63 | 24 | 101 | 62 | 73 |
| Binary | 11000011 | 11001011 | 1100011 | 100 | 0 | 110011 | 10100 | 1000001 | 110010 | 111011 |
Color Harmonies of #C3CB63
Complementary color
Monochromatic Colors of #C3CB63
Black with #C3CB63
Text Example
Text Example
White with #C3CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB63; }
p { color: rgb(195,203,99); }
H1.HeaderClassName
{
color: #C3CB63;
}
.AnyTagClassName
{
color: #C3CB63;
}
</style>
background-color css
<style>
a { background-color: #C3CB63; }
a { background-color: rgb(195,203,99); }
div.DivClassName
{
background-color: #C3CB63;
}
.BgClassName
{
background-color: #C3CB63;
}
</style>
border-color css
<style>
span { border-color: #C3CB63; }
span { border-color: rgb(195,203,99); }
td.TdClassName
{
border-color: #C3CB63;
}
.TagClassName
{
border-color: #C3CB63;
}
</style>