Shades of Wild Willow #C0C467
Tints of Wild Willow #C0C467
RGB
CMYK
RGB Variations
Color information
#C0C467 (or 0xC0C467) is known color: Wild Willow. HEX triplet: C0, C4 and 67. RGB value is (192,196,103). Sum of RGB (Red+Green+Blue) = 192+196+103=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C467 is #3F3B98. Grayscale: #B8B8B8. Windows color (decimal): -4144025 or 6800576. OLE color: 6800576.
HSL color Cylindrical-coordinate representation of color #C0C467: hue angle of 62.58º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0C467 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 103 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.23 |
| HSL | 62.58º | 0.44% | 0.59% | - |
| HSV(B) | 62.58º | 0.47% | 0.77% | - |
| XYZ | 43.93 | 51.67 | 20.49 | - |
| YUV | 184.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 103 | 0.02 | 0 | 0.47 | 0.23 | 62.58 | 0.44 | 0.59 |
| Hex | C0 | C4 | 67 | 2 | 0 | 2F | 17 | 3F | 2C | 3B |
| Octal | 300 | 304 | 147 | 2 | 0 | 57 | 27 | 77 | 54 | 73 |
| Binary | 11000000 | 11000100 | 1100111 | 10 | 0 | 101111 | 10111 | 111111 | 101100 | 111011 |
Color Harmonies of #C0C467
Complementary color
Monochromatic Colors of #C0C467
Black with #C0C467
Text Example
Text Example
White with #C0C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C467; }
p { color: rgb(192,196,103); }
H1.HeaderClassName
{
color: #C0C467;
}
.AnyTagClassName
{
color: #C0C467;
}
</style>
background-color css
<style>
a { background-color: #C0C467; }
a { background-color: rgb(192,196,103); }
div.DivClassName
{
background-color: #C0C467;
}
.BgClassName
{
background-color: #C0C467;
}
</style>
border-color css
<style>
span { border-color: #C0C467; }
span { border-color: rgb(192,196,103); }
td.TdClassName
{
border-color: #C0C467;
}
.TagClassName
{
border-color: #C0C467;
}
</style>