Shades of Lily #C190AC
Tints of Lily #C190AC
RGB
CMYK
RGB Variations
Color information
#C190AC (or 0xC190AC) is known color: Lily. HEX triplet: C1, 90 and AC. RGB value is (193,144,172). Sum of RGB (Red+Green+Blue) = 193+144+172=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C190AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190AC is #3E6F53. Grayscale: #A1A1A1. Windows color (decimal): -4091732 or 11309249. OLE color: 11309249.
HSL color Cylindrical-coordinate representation of color #C190AC: hue angle of 325.71º 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 #C190AC is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 172 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.24 |
| HSL | 325.71º | 0.28% | 0.66% | - |
| HSV(B) | 325.71º | 0.25% | 0.76% | - |
| XYZ | 39.41 | 34.26 | 43.57 | - |
| YUV | 161.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 172 | 0 | 0.25 | 0.11 | 0.24 | 325.71 | 0.28 | 0.66 |
| Hex | C1 | 90 | AC | 0 | 19 | B | 18 | 146 | 1C | 42 |
| Octal | 301 | 220 | 254 | 0 | 31 | 13 | 30 | 506 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10101100 | 0 | 11001 | 1011 | 11000 | 101000110 | 11100 | 1000010 |
Color Harmonies of #C190AC
Complementary color
Monochromatic Colors of #C190AC
Black with #C190AC
Text Example
Text Example
White with #C190AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190AC; }
p { color: rgb(193,144,172); }
H1.HeaderClassName
{
color: #C190AC;
}
.AnyTagClassName
{
color: #C190AC;
}
</style>
background-color css
<style>
a { background-color: #C190AC; }
a { background-color: rgb(193,144,172); }
div.DivClassName
{
background-color: #C190AC;
}
.BgClassName
{
background-color: #C190AC;
}
</style>
border-color css
<style>
span { border-color: #C190AC; }
span { border-color: rgb(193,144,172); }
td.TdClassName
{
border-color: #C190AC;
}
.TagClassName
{
border-color: #C190AC;
}
</style>