Shades of Lily #C190AB
Tints of Lily #C190AB
RGB
CMYK
RGB Variations
Color information
#C190AB (or 0xC190AB) is known color: Lily. HEX triplet: C1, 90 and AB. RGB value is (193,144,171). Sum of RGB (Red+Green+Blue) = 193+144+171=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C190AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190AB is #3E6F54. Grayscale: #A1A1A1. Windows color (decimal): -4091733 or 11243713. OLE color: 11243713.
HSL color Cylindrical-coordinate representation of color #C190AB: hue angle of 326.94º 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 #C190AB is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 171 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.24 |
| HSL | 326.94º | 0.28% | 0.66% | - |
| HSV(B) | 326.94º | 0.25% | 0.76% | - |
| XYZ | 39.32 | 34.22 | 43.06 | - |
| YUV | 161.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 171 | 0 | 0.25 | 0.11 | 0.24 | 326.94 | 0.28 | 0.66 |
| Hex | C1 | 90 | AB | 0 | 19 | B | 18 | 147 | 1C | 42 |
| Octal | 301 | 220 | 253 | 0 | 31 | 13 | 30 | 507 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10101011 | 0 | 11001 | 1011 | 11000 | 101000111 | 11100 | 1000010 |
Color Harmonies of #C190AB
Complementary color
Monochromatic Colors of #C190AB
Black with #C190AB
Text Example
Text Example
White with #C190AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190AB; }
p { color: rgb(193,144,171); }
H1.HeaderClassName
{
color: #C190AB;
}
.AnyTagClassName
{
color: #C190AB;
}
</style>
background-color css
<style>
a { background-color: #C190AB; }
a { background-color: rgb(193,144,171); }
div.DivClassName
{
background-color: #C190AB;
}
.BgClassName
{
background-color: #C190AB;
}
</style>
border-color css
<style>
span { border-color: #C190AB; }
span { border-color: rgb(193,144,171); }
td.TdClassName
{
border-color: #C190AB;
}
.TagClassName
{
border-color: #C190AB;
}
</style>