Shades of Lily #C190A9
Tints of Lily #C190A9
RGB
CMYK
RGB Variations
Color information
#C190A9 (or 0xC190A9) is known color: Lily. HEX triplet: C1, 90 and A9. RGB value is (193,144,169). Sum of RGB (Red+Green+Blue) = 193+144+169=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C190A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190A9 is #3E6F56. Grayscale: #A1A1A1. Windows color (decimal): -4091735 or 11112641. OLE color: 11112641.
HSL color Cylindrical-coordinate representation of color #C190A9: hue angle of 329.39º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C190A9 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 169 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.24 |
| HSL | 329.39º | 0.28% | 0.66% | - |
| HSV(B) | 329.39º | 0.25% | 0.76% | - |
| XYZ | 39.13 | 34.15 | 42.07 | - |
| YUV | 161.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 169 | 0 | 0.25 | 0.12 | 0.24 | 329.39 | 0.28 | 0.66 |
| Hex | C1 | 90 | A9 | 0 | 19 | C | 18 | 149 | 1C | 42 |
| Octal | 301 | 220 | 251 | 0 | 31 | 14 | 30 | 511 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10101001 | 0 | 11001 | 1100 | 11000 | 101001001 | 11100 | 1000010 |
Color Harmonies of #C190A9
Complementary color
Monochromatic Colors of #C190A9
Black with #C190A9
Text Example
Text Example
White with #C190A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190A9; }
p { color: rgb(193,144,169); }
H1.HeaderClassName
{
color: #C190A9;
}
.AnyTagClassName
{
color: #C190A9;
}
</style>
background-color css
<style>
a { background-color: #C190A9; }
a { background-color: rgb(193,144,169); }
div.DivClassName
{
background-color: #C190A9;
}
.BgClassName
{
background-color: #C190A9;
}
</style>
border-color css
<style>
span { border-color: #C190A9; }
span { border-color: rgb(193,144,169); }
td.TdClassName
{
border-color: #C190A9;
}
.TagClassName
{
border-color: #C190A9;
}
</style>