Shades of Lily #C190AF
Tints of Lily #C190AF
RGB
CMYK
RGB Variations
Color information
#C190AF (or 0xC190AF) is known color: Lily. HEX triplet: C1, 90 and AF. RGB value is (193,144,175). Sum of RGB (Red+Green+Blue) = 193+144+175=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C190AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190AF is #3E6F50. Grayscale: #A2A2A2. Windows color (decimal): -4091729 or 11505857. OLE color: 11505857.
HSL color Cylindrical-coordinate representation of color #C190AF: hue angle of 322.04º 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 #C190AF is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 175 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.24 |
| HSL | 322.04º | 0.28% | 0.66% | - |
| HSV(B) | 322.04º | 0.25% | 0.76% | - |
| XYZ | 39.7 | 34.38 | 45.1 | - |
| YUV | 162.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 175 | 0 | 0.25 | 0.09 | 0.24 | 322.04 | 0.28 | 0.66 |
| Hex | C1 | 90 | AF | 0 | 19 | 9 | 18 | 142 | 1C | 42 |
| Octal | 301 | 220 | 257 | 0 | 31 | 11 | 30 | 502 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10101111 | 0 | 11001 | 1001 | 11000 | 101000010 | 11100 | 1000010 |
Color Harmonies of #C190AF
Complementary color
Monochromatic Colors of #C190AF
Black with #C190AF
Text Example
Text Example
White with #C190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190AF; }
p { color: rgb(193,144,175); }
H1.HeaderClassName
{
color: #C190AF;
}
.AnyTagClassName
{
color: #C190AF;
}
</style>
background-color css
<style>
a { background-color: #C190AF; }
a { background-color: rgb(193,144,175); }
div.DivClassName
{
background-color: #C190AF;
}
.BgClassName
{
background-color: #C190AF;
}
</style>
border-color css
<style>
span { border-color: #C190AF; }
span { border-color: rgb(193,144,175); }
td.TdClassName
{
border-color: #C190AF;
}
.TagClassName
{
border-color: #C190AF;
}
</style>