Shades of Lily #C493A9
Tints of Lily #C493A9
RGB
CMYK
RGB Variations
Color information
#C493A9 (or 0xC493A9) is known color: Lily. HEX triplet: C4, 93 and A9. RGB value is (196,147,169). Sum of RGB (Red+Green+Blue) = 196+147+169=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C493A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493A9 is #3B6C56. Grayscale: #A4A4A4. Windows color (decimal): -3894359 or 11113412. OLE color: 11113412.
HSL color Cylindrical-coordinate representation of color #C493A9: hue angle of 333.06º 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 #C493A9 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 169 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.23 |
| HSL | 333.06º | 0.29% | 0.67% | - |
| HSV(B) | 333.06º | 0.25% | 0.77% | - |
| XYZ | 40.36 | 35.47 | 42.25 | - |
| YUV | 164.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 169 | 0 | 0.25 | 0.14 | 0.23 | 333.06 | 0.29 | 0.67 |
| Hex | C4 | 93 | A9 | 0 | 19 | E | 17 | 14D | 1D | 43 |
| Octal | 304 | 223 | 251 | 0 | 31 | 16 | 27 | 515 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10101001 | 0 | 11001 | 1110 | 10111 | 101001101 | 11101 | 1000011 |
Color Harmonies of #C493A9
Complementary color
Monochromatic Colors of #C493A9
Black with #C493A9
Text Example
Text Example
White with #C493A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493A9; }
p { color: rgb(196,147,169); }
H1.HeaderClassName
{
color: #C493A9;
}
.AnyTagClassName
{
color: #C493A9;
}
</style>
background-color css
<style>
a { background-color: #C493A9; }
a { background-color: rgb(196,147,169); }
div.DivClassName
{
background-color: #C493A9;
}
.BgClassName
{
background-color: #C493A9;
}
</style>
border-color css
<style>
span { border-color: #C493A9; }
span { border-color: rgb(196,147,169); }
td.TdClassName
{
border-color: #C493A9;
}
.TagClassName
{
border-color: #C493A9;
}
</style>