Shades of Wild Willow #C0D669
Tints of Wild Willow #C0D669
RGB
CMYK
RGB Variations
Color information
#C0D669 (or 0xC0D669) is known color: Wild Willow. HEX triplet: C0, D6 and 69. RGB value is (192,214,105). Sum of RGB (Red+Green+Blue) = 192+214+105=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D669 is #3F2996. Grayscale: #C3C3C3. Windows color (decimal): -4139415 or 6936256. OLE color: 6936256.
HSL color Cylindrical-coordinate representation of color #C0D669: hue angle of 72.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0D669 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 105 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.16 |
| HSL | 72.11º | 0.57% | 0.63% | - |
| HSV(B) | 72.11º | 0.51% | 0.84% | - |
| XYZ | 48.33 | 60.32 | 22.46 | - |
| YUV | 195 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 105 | 0.10 | 0 | 0.51 | 0.16 | 72.11 | 0.57 | 0.63 |
| Hex | C0 | D6 | 69 | A | 0 | 33 | 10 | 48 | 39 | 3F |
| Octal | 300 | 326 | 151 | 12 | 0 | 63 | 20 | 110 | 71 | 77 |
| Binary | 11000000 | 11010110 | 1101001 | 1010 | 0 | 110011 | 10000 | 1001000 | 111001 | 111111 |
Color Harmonies of #C0D669
Complementary color
Monochromatic Colors of #C0D669
Black with #C0D669
Text Example
Text Example
White with #C0D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D669; }
p { color: rgb(192,214,105); }
H1.HeaderClassName
{
color: #C0D669;
}
.AnyTagClassName
{
color: #C0D669;
}
</style>
background-color css
<style>
a { background-color: #C0D669; }
a { background-color: rgb(192,214,105); }
div.DivClassName
{
background-color: #C0D669;
}
.BgClassName
{
background-color: #C0D669;
}
</style>
border-color css
<style>
span { border-color: #C0D669; }
span { border-color: rgb(192,214,105); }
td.TdClassName
{
border-color: #C0D669;
}
.TagClassName
{
border-color: #C0D669;
}
</style>