Shades of Wild Willow #C1C668
Tints of Wild Willow #C1C668
RGB
CMYK
RGB Variations
Color information
#C1C668 (or 0xC1C668) is known color: Wild Willow. HEX triplet: C1, C6 and 68. RGB value is (193,198,104). Sum of RGB (Red+Green+Blue) = 193+198+104=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C668 is #3E3997. Grayscale: #BABABA. Windows color (decimal): -4077976 or 6866625. OLE color: 6866625.
HSL color Cylindrical-coordinate representation of color #C1C668: hue angle of 63.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1C668 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 104 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.22 |
| HSL | 63.19º | 0.45% | 0.59% | - |
| HSV(B) | 63.19º | 0.47% | 0.78% | - |
| XYZ | 44.69 | 52.73 | 20.92 | - |
| YUV | 185.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 104 | 0.03 | 0 | 0.47 | 0.22 | 63.19 | 0.45 | 0.59 |
| Hex | C1 | C6 | 68 | 3 | 0 | 2F | 16 | 3F | 2D | 3B |
| Octal | 301 | 306 | 150 | 3 | 0 | 57 | 26 | 77 | 55 | 73 |
| Binary | 11000001 | 11000110 | 1101000 | 11 | 0 | 101111 | 10110 | 111111 | 101101 | 111011 |
Color Harmonies of #C1C668
Complementary color
Monochromatic Colors of #C1C668
Black with #C1C668
Text Example
Text Example
White with #C1C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C668; }
p { color: rgb(193,198,104); }
H1.HeaderClassName
{
color: #C1C668;
}
.AnyTagClassName
{
color: #C1C668;
}
</style>
background-color css
<style>
a { background-color: #C1C668; }
a { background-color: rgb(193,198,104); }
div.DivClassName
{
background-color: #C1C668;
}
.BgClassName
{
background-color: #C1C668;
}
</style>
border-color css
<style>
span { border-color: #C1C668; }
span { border-color: rgb(193,198,104); }
td.TdClassName
{
border-color: #C1C668;
}
.TagClassName
{
border-color: #C1C668;
}
</style>