Shades of Wild Willow #C0C367
Tints of Wild Willow #C0C367
RGB
CMYK
RGB Variations
Color information
#C0C367 (or 0xC0C367) is known color: Wild Willow. HEX triplet: C0, C3 and 67. RGB value is (192,195,103). Sum of RGB (Red+Green+Blue) = 192+195+103=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C367 is #3F3C98. Grayscale: #B7B7B7. Windows color (decimal): -4144281 or 6800320. OLE color: 6800320.
HSL color Cylindrical-coordinate representation of color #C0C367: hue angle of 61.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0C367 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 103 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.24 |
| HSL | 61.96º | 0.43% | 0.58% | - |
| HSV(B) | 61.96º | 0.47% | 0.76% | - |
| XYZ | 43.7 | 51.22 | 20.41 | - |
| YUV | 183.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 103 | 0.02 | 0 | 0.47 | 0.24 | 61.96 | 0.43 | 0.58 |
| Hex | C0 | C3 | 67 | 2 | 0 | 2F | 18 | 3E | 2B | 3A |
| Octal | 300 | 303 | 147 | 2 | 0 | 57 | 30 | 76 | 53 | 72 |
| Binary | 11000000 | 11000011 | 1100111 | 10 | 0 | 101111 | 11000 | 111110 | 101011 | 111010 |
Color Harmonies of #C0C367
Complementary color
Monochromatic Colors of #C0C367
Black with #C0C367
Text Example
Text Example
White with #C0C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C367; }
p { color: rgb(192,195,103); }
H1.HeaderClassName
{
color: #C0C367;
}
.AnyTagClassName
{
color: #C0C367;
}
</style>
background-color css
<style>
a { background-color: #C0C367; }
a { background-color: rgb(192,195,103); }
div.DivClassName
{
background-color: #C0C367;
}
.BgClassName
{
background-color: #C0C367;
}
</style>
border-color css
<style>
span { border-color: #C0C367; }
span { border-color: rgb(192,195,103); }
td.TdClassName
{
border-color: #C0C367;
}
.TagClassName
{
border-color: #C0C367;
}
</style>