Shades of Lily #C192AB
Tints of Lily #C192AB
RGB
CMYK
RGB Variations
Color information
#C192AB (or 0xC192AB) is known color: Lily. HEX triplet: C1, 92 and AB. RGB value is (193,146,171). Sum of RGB (Red+Green+Blue) = 193+146+171=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C192AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192AB is #3E6D54. Grayscale: #A2A2A2. Windows color (decimal): -4091221 or 11244225. OLE color: 11244225.
HSL color Cylindrical-coordinate representation of color #C192AB: hue angle of 328.09º 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 #C192AB is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 171 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.24 |
| HSL | 328.09º | 0.27% | 0.66% | - |
| HSV(B) | 328.09º | 0.24% | 0.76% | - |
| XYZ | 39.62 | 34.84 | 43.16 | - |
| YUV | 162.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 171 | 0 | 0.24 | 0.11 | 0.24 | 328.09 | 0.27 | 0.66 |
| Hex | C1 | 92 | AB | 0 | 18 | B | 18 | 148 | 1B | 42 |
| Octal | 301 | 222 | 253 | 0 | 30 | 13 | 30 | 510 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10101011 | 0 | 11000 | 1011 | 11000 | 101001000 | 11011 | 1000010 |
Color Harmonies of #C192AB
Complementary color
Monochromatic Colors of #C192AB
Black with #C192AB
Text Example
Text Example
White with #C192AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192AB; }
p { color: rgb(193,146,171); }
H1.HeaderClassName
{
color: #C192AB;
}
.AnyTagClassName
{
color: #C192AB;
}
</style>
background-color css
<style>
a { background-color: #C192AB; }
a { background-color: rgb(193,146,171); }
div.DivClassName
{
background-color: #C192AB;
}
.BgClassName
{
background-color: #C192AB;
}
</style>
border-color css
<style>
span { border-color: #C192AB; }
span { border-color: rgb(193,146,171); }
td.TdClassName
{
border-color: #C192AB;
}
.TagClassName
{
border-color: #C192AB;
}
</style>