Shades of Wild Willow #C1D068
Tints of Wild Willow #C1D068
RGB
CMYK
RGB Variations
Color information
#C1D068 (or 0xC1D068) is known color: Wild Willow. HEX triplet: C1, D0 and 68. RGB value is (193,208,104). Sum of RGB (Red+Green+Blue) = 193+208+104=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D068 is #3E2F97. Grayscale: #C0C0C0. Windows color (decimal): -4075416 or 6869185. OLE color: 6869185.
HSL color Cylindrical-coordinate representation of color #C1D068: hue angle of 68.65º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1D068 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 104 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.18 |
| HSL | 68.65º | 0.53% | 0.61% | - |
| HSV(B) | 68.65º | 0.5% | 0.82% | - |
| XYZ | 47.05 | 57.45 | 21.71 | - |
| YUV | 191.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 104 | 0.07 | 0 | 0.5 | 0.18 | 68.65 | 0.53 | 0.61 |
| Hex | C1 | D0 | 68 | 7 | 0 | 32 | 12 | 45 | 35 | 3D |
| Octal | 301 | 320 | 150 | 7 | 0 | 62 | 22 | 105 | 65 | 75 |
| Binary | 11000001 | 11010000 | 1101000 | 111 | 0 | 110010 | 10010 | 1000101 | 110101 | 111101 |
Color Harmonies of #C1D068
Complementary color
Monochromatic Colors of #C1D068
Black with #C1D068
Text Example
Text Example
White with #C1D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D068; }
p { color: rgb(193,208,104); }
H1.HeaderClassName
{
color: #C1D068;
}
.AnyTagClassName
{
color: #C1D068;
}
</style>
background-color css
<style>
a { background-color: #C1D068; }
a { background-color: rgb(193,208,104); }
div.DivClassName
{
background-color: #C1D068;
}
.BgClassName
{
background-color: #C1D068;
}
</style>
border-color css
<style>
span { border-color: #C1D068; }
span { border-color: rgb(193,208,104); }
td.TdClassName
{
border-color: #C1D068;
}
.TagClassName
{
border-color: #C1D068;
}
</style>