Shades of Lily #C192B2
Tints of Lily #C192B2
RGB
CMYK
RGB Variations
Color information
#C192B2 (or 0xC192B2) is known color: Lily. HEX triplet: C1, 92 and B2. RGB value is (193,146,178). Sum of RGB (Red+Green+Blue) = 193+146+178=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C192B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192B2 is #3E6D4D. Grayscale: #A3A3A3. Windows color (decimal): -4091214 or 11702977. OLE color: 11702977.
HSL color Cylindrical-coordinate representation of color #C192B2: hue angle of 319.15º 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 #C192B2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 178 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.24 |
| HSL | 319.15º | 0.27% | 0.66% | - |
| HSV(B) | 319.15º | 0.24% | 0.76% | - |
| XYZ | 40.31 | 35.11 | 46.77 | - |
| YUV | 163.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 178 | 0 | 0.24 | 0.08 | 0.24 | 319.15 | 0.27 | 0.66 |
| Hex | C1 | 92 | B2 | 0 | 18 | 8 | 18 | 13F | 1B | 42 |
| Octal | 301 | 222 | 262 | 0 | 30 | 10 | 30 | 477 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10110010 | 0 | 11000 | 1000 | 11000 | 100111111 | 11011 | 1000010 |
Color Harmonies of #C192B2
Complementary color
Monochromatic Colors of #C192B2
Black with #C192B2
Text Example
Text Example
White with #C192B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192B2; }
p { color: rgb(193,146,178); }
H1.HeaderClassName
{
color: #C192B2;
}
.AnyTagClassName
{
color: #C192B2;
}
</style>
background-color css
<style>
a { background-color: #C192B2; }
a { background-color: rgb(193,146,178); }
div.DivClassName
{
background-color: #C192B2;
}
.BgClassName
{
background-color: #C192B2;
}
</style>
border-color css
<style>
span { border-color: #C192B2; }
span { border-color: rgb(193,146,178); }
td.TdClassName
{
border-color: #C192B2;
}
.TagClassName
{
border-color: #C192B2;
}
</style>