Shades of Wild Willow #C1CD68
Tints of Wild Willow #C1CD68
RGB
CMYK
RGB Variations
Color information
#C1CD68 (or 0xC1CD68) is known color: Wild Willow. HEX triplet: C1, CD and 68. RGB value is (193,205,104). Sum of RGB (Red+Green+Blue) = 193+205+104=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD68 is #3E3297. Grayscale: #BEBEBE. Windows color (decimal): -4076184 or 6868417. OLE color: 6868417.
HSL color Cylindrical-coordinate representation of color #C1CD68: hue angle of 67.13º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1CD68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 104 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.20 |
| HSL | 67.13º | 0.5% | 0.61% | - |
| HSV(B) | 67.13º | 0.49% | 0.8% | - |
| XYZ | 46.32 | 56 | 21.46 | - |
| YUV | 189.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 104 | 0.06 | 0 | 0.49 | 0.20 | 67.13 | 0.5 | 0.61 |
| Hex | C1 | CD | 68 | 6 | 0 | 31 | 14 | 43 | 32 | 3D |
| Octal | 301 | 315 | 150 | 6 | 0 | 61 | 24 | 103 | 62 | 75 |
| Binary | 11000001 | 11001101 | 1101000 | 110 | 0 | 110001 | 10100 | 1000011 | 110010 | 111101 |
Color Harmonies of #C1CD68
Complementary color
Monochromatic Colors of #C1CD68
Black with #C1CD68
Text Example
Text Example
White with #C1CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD68; }
p { color: rgb(193,205,104); }
H1.HeaderClassName
{
color: #C1CD68;
}
.AnyTagClassName
{
color: #C1CD68;
}
</style>
background-color css
<style>
a { background-color: #C1CD68; }
a { background-color: rgb(193,205,104); }
div.DivClassName
{
background-color: #C1CD68;
}
.BgClassName
{
background-color: #C1CD68;
}
</style>
border-color css
<style>
span { border-color: #C1CD68; }
span { border-color: rgb(193,205,104); }
td.TdClassName
{
border-color: #C1CD68;
}
.TagClassName
{
border-color: #C1CD68;
}
</style>