Shades of Lily #C193AD
Tints of Lily #C193AD
RGB
CMYK
RGB Variations
Color information
#C193AD (or 0xC193AD) is known color: Lily. HEX triplet: C1, 93 and AD. RGB value is (193,147,173). Sum of RGB (Red+Green+Blue) = 193+147+173=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C193AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193AD is #3E6C52. Grayscale: #A3A3A3. Windows color (decimal): -4090963 or 11375553. OLE color: 11375553.
HSL color Cylindrical-coordinate representation of color #C193AD: hue angle of 326.09º 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 #C193AD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 173 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.24 |
| HSL | 326.09º | 0.27% | 0.67% | - |
| HSV(B) | 326.09º | 0.24% | 0.76% | - |
| XYZ | 39.97 | 35.22 | 44.23 | - |
| YUV | 163.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 173 | 0 | 0.24 | 0.10 | 0.24 | 326.09 | 0.27 | 0.67 |
| Hex | C1 | 93 | AD | 0 | 18 | A | 18 | 146 | 1B | 43 |
| Octal | 301 | 223 | 255 | 0 | 30 | 12 | 30 | 506 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10101101 | 0 | 11000 | 1010 | 11000 | 101000110 | 11011 | 1000011 |
Color Harmonies of #C193AD
Complementary color
Monochromatic Colors of #C193AD
Black with #C193AD
Text Example
Text Example
White with #C193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193AD; }
p { color: rgb(193,147,173); }
H1.HeaderClassName
{
color: #C193AD;
}
.AnyTagClassName
{
color: #C193AD;
}
</style>
background-color css
<style>
a { background-color: #C193AD; }
a { background-color: rgb(193,147,173); }
div.DivClassName
{
background-color: #C193AD;
}
.BgClassName
{
background-color: #C193AD;
}
</style>
border-color css
<style>
span { border-color: #C193AD; }
span { border-color: rgb(193,147,173); }
td.TdClassName
{
border-color: #C193AD;
}
.TagClassName
{
border-color: #C193AD;
}
</style>