Shades of Wild Willow #C1D065
Tints of Wild Willow #C1D065
RGB
CMYK
RGB Variations
Color information
#C1D065 (or 0xC1D065) is known color: Wild Willow. HEX triplet: C1, D0 and 65. RGB value is (193,208,101). Sum of RGB (Red+Green+Blue) = 193+208+101=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D065 is #3E2F9A. Grayscale: #BFBFBF. Windows color (decimal): -4075419 or 6672577. OLE color: 6672577.
HSL color Cylindrical-coordinate representation of color #C1D065: hue angle of 68.41º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1D065 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 101 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.18 |
| HSL | 68.41º | 0.53% | 0.61% | - |
| HSV(B) | 68.41º | 0.51% | 0.82% | - |
| XYZ | 46.9 | 57.39 | 20.92 | - |
| YUV | 191.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 101 | 0.07 | 0 | 0.51 | 0.18 | 68.41 | 0.53 | 0.61 |
| Hex | C1 | D0 | 65 | 7 | 0 | 33 | 12 | 44 | 35 | 3D |
| Octal | 301 | 320 | 145 | 7 | 0 | 63 | 22 | 104 | 65 | 75 |
| Binary | 11000001 | 11010000 | 1100101 | 111 | 0 | 110011 | 10010 | 1000100 | 110101 | 111101 |
Color Harmonies of #C1D065
Complementary color
Monochromatic Colors of #C1D065
Black with #C1D065
Text Example
Text Example
White with #C1D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D065; }
p { color: rgb(193,208,101); }
H1.HeaderClassName
{
color: #C1D065;
}
.AnyTagClassName
{
color: #C1D065;
}
</style>
background-color css
<style>
a { background-color: #C1D065; }
a { background-color: rgb(193,208,101); }
div.DivClassName
{
background-color: #C1D065;
}
.BgClassName
{
background-color: #C1D065;
}
</style>
border-color css
<style>
span { border-color: #C1D065; }
span { border-color: rgb(193,208,101); }
td.TdClassName
{
border-color: #C1D065;
}
.TagClassName
{
border-color: #C1D065;
}
</style>