Shades of Wild Willow #C0CF6C
Tints of Wild Willow #C0CF6C
RGB
CMYK
RGB Variations
Color information
#C0CF6C (or 0xC0CF6C) is known color: Wild Willow. HEX triplet: C0, CF and 6C. RGB value is (192,207,108). Sum of RGB (Red+Green+Blue) = 192+207+108=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF6C is #3F3093. Grayscale: #BFBFBF. Windows color (decimal): -4141204 or 7131072. OLE color: 7131072.
HSL color Cylindrical-coordinate representation of color #C0CF6C: hue angle of 69.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0CF6C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 108 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.19 |
| HSL | 69.09º | 0.51% | 0.62% | - |
| HSV(B) | 69.09º | 0.48% | 0.81% | - |
| XYZ | 46.76 | 56.91 | 22.71 | - |
| YUV | 191.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 108 | 0.07 | 0 | 0.48 | 0.19 | 69.09 | 0.51 | 0.62 |
| Hex | C0 | CF | 6C | 7 | 0 | 30 | 13 | 45 | 33 | 3E |
| Octal | 300 | 317 | 154 | 7 | 0 | 60 | 23 | 105 | 63 | 76 |
| Binary | 11000000 | 11001111 | 1101100 | 111 | 0 | 110000 | 10011 | 1000101 | 110011 | 111110 |
Color Harmonies of #C0CF6C
Complementary color
Monochromatic Colors of #C0CF6C
Black with #C0CF6C
Text Example
Text Example
White with #C0CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF6C; }
p { color: rgb(192,207,108); }
H1.HeaderClassName
{
color: #C0CF6C;
}
.AnyTagClassName
{
color: #C0CF6C;
}
</style>
background-color css
<style>
a { background-color: #C0CF6C; }
a { background-color: rgb(192,207,108); }
div.DivClassName
{
background-color: #C0CF6C;
}
.BgClassName
{
background-color: #C0CF6C;
}
</style>
border-color css
<style>
span { border-color: #C0CF6C; }
span { border-color: rgb(192,207,108); }
td.TdClassName
{
border-color: #C0CF6C;
}
.TagClassName
{
border-color: #C0CF6C;
}
</style>