Shades of Wild Willow #C0C368
Tints of Wild Willow #C0C368
RGB
CMYK
RGB Variations
Color information
#C0C368 (or 0xC0C368) is known color: Wild Willow. HEX triplet: C0, C3 and 68. RGB value is (192,195,104). Sum of RGB (Red+Green+Blue) = 192+195+104=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C368 is #3F3C97. Grayscale: #B8B8B8. Windows color (decimal): -4144280 or 6865856. OLE color: 6865856.
HSL color Cylindrical-coordinate representation of color #C0C368: hue angle of 61.98º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0C368 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 104 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.24 |
| HSL | 61.98º | 0.43% | 0.59% | - |
| HSV(B) | 61.98º | 0.47% | 0.76% | - |
| XYZ | 43.75 | 51.24 | 20.68 | - |
| YUV | 183.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 104 | 0.02 | 0 | 0.47 | 0.24 | 61.98 | 0.43 | 0.59 |
| Hex | C0 | C3 | 68 | 2 | 0 | 2F | 18 | 3E | 2B | 3B |
| Octal | 300 | 303 | 150 | 2 | 0 | 57 | 30 | 76 | 53 | 73 |
| Binary | 11000000 | 11000011 | 1101000 | 10 | 0 | 101111 | 11000 | 111110 | 101011 | 111011 |
Color Harmonies of #C0C368
Complementary color
Monochromatic Colors of #C0C368
Black with #C0C368
Text Example
Text Example
White with #C0C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C368; }
p { color: rgb(192,195,104); }
H1.HeaderClassName
{
color: #C0C368;
}
.AnyTagClassName
{
color: #C0C368;
}
</style>
background-color css
<style>
a { background-color: #C0C368; }
a { background-color: rgb(192,195,104); }
div.DivClassName
{
background-color: #C0C368;
}
.BgClassName
{
background-color: #C0C368;
}
</style>
border-color css
<style>
span { border-color: #C0C368; }
span { border-color: rgb(192,195,104); }
td.TdClassName
{
border-color: #C0C368;
}
.TagClassName
{
border-color: #C0C368;
}
</style>