Shades of Wild Willow #C0C663
Tints of Wild Willow #C0C663
RGB
CMYK
RGB Variations
Color information
#C0C663 (or 0xC0C663) is known color: Wild Willow. HEX triplet: C0, C6 and 63. RGB value is (192,198,99). Sum of RGB (Red+Green+Blue) = 192+198+99=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C663 is #3F399C. Grayscale: #B9B9B9. Windows color (decimal): -4143517 or 6538944. OLE color: 6538944.
HSL color Cylindrical-coordinate representation of color #C0C663: hue angle of 63.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C663 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 99 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.22 |
| HSL | 63.64º | 0.46% | 0.58% | - |
| HSV(B) | 63.64º | 0.5% | 0.78% | - |
| XYZ | 44.18 | 52.5 | 19.61 | - |
| YUV | 184.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 99 | 0.03 | 0 | 0.50 | 0.22 | 63.64 | 0.46 | 0.58 |
| Hex | C0 | C6 | 63 | 3 | 0 | 32 | 16 | 40 | 2E | 3A |
| Octal | 300 | 306 | 143 | 3 | 0 | 62 | 26 | 100 | 56 | 72 |
| Binary | 11000000 | 11000110 | 1100011 | 11 | 0 | 110010 | 10110 | 1000000 | 101110 | 111010 |
Color Harmonies of #C0C663
Complementary color
Monochromatic Colors of #C0C663
Black with #C0C663
Text Example
Text Example
White with #C0C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C663; }
p { color: rgb(192,198,99); }
H1.HeaderClassName
{
color: #C0C663;
}
.AnyTagClassName
{
color: #C0C663;
}
</style>
background-color css
<style>
a { background-color: #C0C663; }
a { background-color: rgb(192,198,99); }
div.DivClassName
{
background-color: #C0C663;
}
.BgClassName
{
background-color: #C0C663;
}
</style>
border-color css
<style>
span { border-color: #C0C663; }
span { border-color: rgb(192,198,99); }
td.TdClassName
{
border-color: #C0C663;
}
.TagClassName
{
border-color: #C0C663;
}
</style>