Shades of Wild Willow #C0CE67
Tints of Wild Willow #C0CE67
RGB
CMYK
RGB Variations
Color information
#C0CE67 (or 0xC0CE67) is known color: Wild Willow. HEX triplet: C0, CE and 67. RGB value is (192,206,103). Sum of RGB (Red+Green+Blue) = 192+206+103=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE67 is #3F3198. Grayscale: #BEBEBE. Windows color (decimal): -4141465 or 6803136. OLE color: 6803136.
HSL color Cylindrical-coordinate representation of color #C0CE67: hue angle of 68.16º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0CE67 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 103 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.19 |
| HSL | 68.16º | 0.51% | 0.61% | - |
| HSV(B) | 68.16º | 0.5% | 0.81% | - |
| XYZ | 46.26 | 56.33 | 21.27 | - |
| YUV | 190.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 103 | 0.07 | 0 | 0.50 | 0.19 | 68.16 | 0.51 | 0.61 |
| Hex | C0 | CE | 67 | 7 | 0 | 32 | 13 | 44 | 33 | 3D |
| Octal | 300 | 316 | 147 | 7 | 0 | 62 | 23 | 104 | 63 | 75 |
| Binary | 11000000 | 11001110 | 1100111 | 111 | 0 | 110010 | 10011 | 1000100 | 110011 | 111101 |
Color Harmonies of #C0CE67
Complementary color
Monochromatic Colors of #C0CE67
Black with #C0CE67
Text Example
Text Example
White with #C0CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE67; }
p { color: rgb(192,206,103); }
H1.HeaderClassName
{
color: #C0CE67;
}
.AnyTagClassName
{
color: #C0CE67;
}
</style>
background-color css
<style>
a { background-color: #C0CE67; }
a { background-color: rgb(192,206,103); }
div.DivClassName
{
background-color: #C0CE67;
}
.BgClassName
{
background-color: #C0CE67;
}
</style>
border-color css
<style>
span { border-color: #C0CE67; }
span { border-color: rgb(192,206,103); }
td.TdClassName
{
border-color: #C0CE67;
}
.TagClassName
{
border-color: #C0CE67;
}
</style>