Shades of Wild Willow #C0C869
Tints of Wild Willow #C0C869
RGB
CMYK
RGB Variations
Color information
#C0C869 (or 0xC0C869) is known color: Wild Willow. HEX triplet: C0, C8 and 69. RGB value is (192,200,105). Sum of RGB (Red+Green+Blue) = 192+200+105=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C869 is #3F3796. Grayscale: #BBBBBB. Windows color (decimal): -4142999 or 6932672. OLE color: 6932672.
HSL color Cylindrical-coordinate representation of color #C0C869: hue angle of 65.05º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0C869 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 105 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.22 |
| HSL | 65.05º | 0.46% | 0.6% | - |
| HSV(B) | 65.05º | 0.48% | 0.78% | - |
| XYZ | 44.94 | 53.53 | 21.33 | - |
| YUV | 186.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 105 | 0.04 | 0 | 0.48 | 0.22 | 65.05 | 0.46 | 0.6 |
| Hex | C0 | C8 | 69 | 4 | 0 | 30 | 16 | 41 | 2E | 3C |
| Octal | 300 | 310 | 151 | 4 | 0 | 60 | 26 | 101 | 56 | 74 |
| Binary | 11000000 | 11001000 | 1101001 | 100 | 0 | 110000 | 10110 | 1000001 | 101110 | 111100 |
Color Harmonies of #C0C869
Complementary color
Monochromatic Colors of #C0C869
Black with #C0C869
Text Example
Text Example
White with #C0C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C869; }
p { color: rgb(192,200,105); }
H1.HeaderClassName
{
color: #C0C869;
}
.AnyTagClassName
{
color: #C0C869;
}
</style>
background-color css
<style>
a { background-color: #C0C869; }
a { background-color: rgb(192,200,105); }
div.DivClassName
{
background-color: #C0C869;
}
.BgClassName
{
background-color: #C0C869;
}
</style>
border-color css
<style>
span { border-color: #C0C869; }
span { border-color: rgb(192,200,105); }
td.TdClassName
{
border-color: #C0C869;
}
.TagClassName
{
border-color: #C0C869;
}
</style>