Shades of Wild Willow #C0C46C
Tints of Wild Willow #C0C46C
RGB
CMYK
RGB Variations
Color information
#C0C46C (or 0xC0C46C) is known color: Wild Willow. HEX triplet: C0, C4 and 6C. RGB value is (192,196,108). Sum of RGB (Red+Green+Blue) = 192+196+108=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C46C is #3F3B93. Grayscale: #B9B9B9. Windows color (decimal): -4144020 or 7128256. OLE color: 7128256.
HSL color Cylindrical-coordinate representation of color #C0C46C: hue angle of 62.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0C46C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 108 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.23 |
| HSL | 62.73º | 0.43% | 0.6% | - |
| HSV(B) | 62.73º | 0.45% | 0.77% | - |
| XYZ | 44.18 | 51.77 | 21.85 | - |
| YUV | 184.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 108 | 0.02 | 0 | 0.45 | 0.23 | 62.73 | 0.43 | 0.6 |
| Hex | C0 | C4 | 6C | 2 | 0 | 2D | 17 | 3F | 2B | 3C |
| Octal | 300 | 304 | 154 | 2 | 0 | 55 | 27 | 77 | 53 | 74 |
| Binary | 11000000 | 11000100 | 1101100 | 10 | 0 | 101101 | 10111 | 111111 | 101011 | 111100 |
Color Harmonies of #C0C46C
Complementary color
Monochromatic Colors of #C0C46C
Black with #C0C46C
Text Example
Text Example
White with #C0C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C46C; }
p { color: rgb(192,196,108); }
H1.HeaderClassName
{
color: #C0C46C;
}
.AnyTagClassName
{
color: #C0C46C;
}
</style>
background-color css
<style>
a { background-color: #C0C46C; }
a { background-color: rgb(192,196,108); }
div.DivClassName
{
background-color: #C0C46C;
}
.BgClassName
{
background-color: #C0C46C;
}
</style>
border-color css
<style>
span { border-color: #C0C46C; }
span { border-color: rgb(192,196,108); }
td.TdClassName
{
border-color: #C0C46C;
}
.TagClassName
{
border-color: #C0C46C;
}
</style>