Shades of Wild Willow #C0C567
Tints of Wild Willow #C0C567
RGB
CMYK
RGB Variations
Color information
#C0C567 (or 0xC0C567) is known color: Wild Willow. HEX triplet: C0, C5 and 67. RGB value is (192,197,103). Sum of RGB (Red+Green+Blue) = 192+197+103=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C567 is #3F3A98. Grayscale: #B9B9B9. Windows color (decimal): -4143769 or 6800832. OLE color: 6800832.
HSL color Cylindrical-coordinate representation of color #C0C567: hue angle of 63.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0C567 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 103 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.23 |
| HSL | 63.19º | 0.45% | 0.59% | - |
| HSV(B) | 63.19º | 0.48% | 0.77% | - |
| XYZ | 44.15 | 52.12 | 20.56 | - |
| YUV | 184.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 103 | 0.03 | 0 | 0.48 | 0.23 | 63.19 | 0.45 | 0.59 |
| Hex | C0 | C5 | 67 | 3 | 0 | 30 | 17 | 3F | 2D | 3B |
| Octal | 300 | 305 | 147 | 3 | 0 | 60 | 27 | 77 | 55 | 73 |
| Binary | 11000000 | 11000101 | 1100111 | 11 | 0 | 110000 | 10111 | 111111 | 101101 | 111011 |
Color Harmonies of #C0C567
Complementary color
Monochromatic Colors of #C0C567
Black with #C0C567
Text Example
Text Example
White with #C0C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C567; }
p { color: rgb(192,197,103); }
H1.HeaderClassName
{
color: #C0C567;
}
.AnyTagClassName
{
color: #C0C567;
}
</style>
background-color css
<style>
a { background-color: #C0C567; }
a { background-color: rgb(192,197,103); }
div.DivClassName
{
background-color: #C0C567;
}
.BgClassName
{
background-color: #C0C567;
}
</style>
border-color css
<style>
span { border-color: #C0C567; }
span { border-color: rgb(192,197,103); }
td.TdClassName
{
border-color: #C0C567;
}
.TagClassName
{
border-color: #C0C567;
}
</style>