Shades of Lily #C493AB
Tints of Lily #C493AB
RGB
CMYK
RGB Variations
Color information
#C493AB (or 0xC493AB) is known color: Lily. HEX triplet: C4, 93 and AB. RGB value is (196,147,171). Sum of RGB (Red+Green+Blue) = 196+147+171=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C493AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493AB is #3B6C54. Grayscale: #A4A4A4. Windows color (decimal): -3894357 or 11244484. OLE color: 11244484.
HSL color Cylindrical-coordinate representation of color #C493AB: hue angle of 330.61º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C493AB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 171 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.23 |
| HSL | 330.61º | 0.29% | 0.67% | - |
| HSV(B) | 330.61º | 0.25% | 0.77% | - |
| XYZ | 40.55 | 35.54 | 43.25 | - |
| YUV | 164.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 171 | 0 | 0.25 | 0.13 | 0.23 | 330.61 | 0.29 | 0.67 |
| Hex | C4 | 93 | AB | 0 | 19 | D | 17 | 14B | 1D | 43 |
| Octal | 304 | 223 | 253 | 0 | 31 | 15 | 27 | 513 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10101011 | 0 | 11001 | 1101 | 10111 | 101001011 | 11101 | 1000011 |
Color Harmonies of #C493AB
Complementary color
Monochromatic Colors of #C493AB
Black with #C493AB
Text Example
Text Example
White with #C493AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493AB; }
p { color: rgb(196,147,171); }
H1.HeaderClassName
{
color: #C493AB;
}
.AnyTagClassName
{
color: #C493AB;
}
</style>
background-color css
<style>
a { background-color: #C493AB; }
a { background-color: rgb(196,147,171); }
div.DivClassName
{
background-color: #C493AB;
}
.BgClassName
{
background-color: #C493AB;
}
</style>
border-color css
<style>
span { border-color: #C493AB; }
span { border-color: rgb(196,147,171); }
td.TdClassName
{
border-color: #C493AB;
}
.TagClassName
{
border-color: #C493AB;
}
</style>