Shades of Lily #C194AD
Tints of Lily #C194AD
RGB
CMYK
RGB Variations
Color information
#C194AD (or 0xC194AD) is known color: Lily. HEX triplet: C1, 94 and AD. RGB value is (193,148,173). Sum of RGB (Red+Green+Blue) = 193+148+173=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C194AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194AD is #3E6B52. Grayscale: #A4A4A4. Windows color (decimal): -4090707 or 11375809. OLE color: 11375809.
HSL color Cylindrical-coordinate representation of color #C194AD: hue angle of 326.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C194AD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 173 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.24 |
| HSL | 326.67º | 0.27% | 0.67% | - |
| HSV(B) | 326.67º | 0.23% | 0.76% | - |
| XYZ | 40.13 | 35.53 | 44.28 | - |
| YUV | 164.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 173 | 0 | 0.23 | 0.10 | 0.24 | 326.67 | 0.27 | 0.67 |
| Hex | C1 | 94 | AD | 0 | 17 | A | 18 | 147 | 1B | 43 |
| Octal | 301 | 224 | 255 | 0 | 27 | 12 | 30 | 507 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10101101 | 0 | 10111 | 1010 | 11000 | 101000111 | 11011 | 1000011 |
Color Harmonies of #C194AD
Complementary color
Monochromatic Colors of #C194AD
Black with #C194AD
Text Example
Text Example
White with #C194AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194AD; }
p { color: rgb(193,148,173); }
H1.HeaderClassName
{
color: #C194AD;
}
.AnyTagClassName
{
color: #C194AD;
}
</style>
background-color css
<style>
a { background-color: #C194AD; }
a { background-color: rgb(193,148,173); }
div.DivClassName
{
background-color: #C194AD;
}
.BgClassName
{
background-color: #C194AD;
}
</style>
border-color css
<style>
span { border-color: #C194AD; }
span { border-color: rgb(193,148,173); }
td.TdClassName
{
border-color: #C194AD;
}
.TagClassName
{
border-color: #C194AD;
}
</style>