Shades of Lily #C192A9
Tints of Lily #C192A9
RGB
CMYK
RGB Variations
Color information
#C192A9 (or 0xC192A9) is known color: Lily. HEX triplet: C1, 92 and A9. RGB value is (193,146,169). Sum of RGB (Red+Green+Blue) = 193+146+169=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A9 is #3E6D56. Grayscale: #A2A2A2. Windows color (decimal): -4091223 or 11113153. OLE color: 11113153.
HSL color Cylindrical-coordinate representation of color #C192A9: hue angle of 330.64º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192A9 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 169 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.24 |
| HSL | 330.64º | 0.27% | 0.66% | - |
| HSV(B) | 330.64º | 0.24% | 0.76% | - |
| XYZ | 39.43 | 34.76 | 42.17 | - |
| YUV | 162.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 169 | 0 | 0.24 | 0.12 | 0.24 | 330.64 | 0.27 | 0.66 |
| Hex | C1 | 92 | A9 | 0 | 18 | C | 18 | 14B | 1B | 42 |
| Octal | 301 | 222 | 251 | 0 | 30 | 14 | 30 | 513 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10101001 | 0 | 11000 | 1100 | 11000 | 101001011 | 11011 | 1000010 |
Color Harmonies of #C192A9
Complementary color
Monochromatic Colors of #C192A9
Black with #C192A9
Text Example
Text Example
White with #C192A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192A9; }
p { color: rgb(193,146,169); }
H1.HeaderClassName
{
color: #C192A9;
}
.AnyTagClassName
{
color: #C192A9;
}
</style>
background-color css
<style>
a { background-color: #C192A9; }
a { background-color: rgb(193,146,169); }
div.DivClassName
{
background-color: #C192A9;
}
.BgClassName
{
background-color: #C192A9;
}
</style>
border-color css
<style>
span { border-color: #C192A9; }
span { border-color: rgb(193,146,169); }
td.TdClassName
{
border-color: #C192A9;
}
.TagClassName
{
border-color: #C192A9;
}
</style>