Shades of Lily #C193AC
Tints of Lily #C193AC
RGB
CMYK
RGB Variations
Color information
#C193AC (or 0xC193AC) is known color: Lily. HEX triplet: C1, 93 and AC. RGB value is (193,147,172). Sum of RGB (Red+Green+Blue) = 193+147+172=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C193AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193AC is #3E6C53. Grayscale: #A3A3A3. Windows color (decimal): -4090964 or 11310017. OLE color: 11310017.
HSL color Cylindrical-coordinate representation of color #C193AC: hue angle of 327.39º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C193AC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 172 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.24 |
| HSL | 327.39º | 0.27% | 0.67% | - |
| HSV(B) | 327.39º | 0.24% | 0.76% | - |
| XYZ | 39.87 | 35.18 | 43.72 | - |
| YUV | 163.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 172 | 0 | 0.24 | 0.11 | 0.24 | 327.39 | 0.27 | 0.67 |
| Hex | C1 | 93 | AC | 0 | 18 | B | 18 | 147 | 1B | 43 |
| Octal | 301 | 223 | 254 | 0 | 30 | 13 | 30 | 507 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10101100 | 0 | 11000 | 1011 | 11000 | 101000111 | 11011 | 1000011 |
Color Harmonies of #C193AC
Complementary color
Monochromatic Colors of #C193AC
Black with #C193AC
Text Example
Text Example
White with #C193AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193AC; }
p { color: rgb(193,147,172); }
H1.HeaderClassName
{
color: #C193AC;
}
.AnyTagClassName
{
color: #C193AC;
}
</style>
background-color css
<style>
a { background-color: #C193AC; }
a { background-color: rgb(193,147,172); }
div.DivClassName
{
background-color: #C193AC;
}
.BgClassName
{
background-color: #C193AC;
}
</style>
border-color css
<style>
span { border-color: #C193AC; }
span { border-color: rgb(193,147,172); }
td.TdClassName
{
border-color: #C193AC;
}
.TagClassName
{
border-color: #C193AC;
}
</style>