Shades of Lily #C493AC
Tints of Lily #C493AC
RGB
CMYK
RGB Variations
Color information
#C493AC (or 0xC493AC) is known color: Lily. HEX triplet: C4, 93 and AC. RGB value is (196,147,172). Sum of RGB (Red+Green+Blue) = 196+147+172=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C493AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493AC is #3B6C53. Grayscale: #A4A4A4. Windows color (decimal): -3894356 or 11310020. OLE color: 11310020.
HSL color Cylindrical-coordinate representation of color #C493AC: hue angle of 329.39º 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 #C493AC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 172 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.23 |
| HSL | 329.39º | 0.29% | 0.67% | - |
| HSV(B) | 329.39º | 0.25% | 0.77% | - |
| XYZ | 40.65 | 35.58 | 43.76 | - |
| YUV | 164.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 172 | 0 | 0.25 | 0.12 | 0.23 | 329.39 | 0.29 | 0.67 |
| Hex | C4 | 93 | AC | 0 | 19 | C | 17 | 149 | 1D | 43 |
| Octal | 304 | 223 | 254 | 0 | 31 | 14 | 27 | 511 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10101100 | 0 | 11001 | 1100 | 10111 | 101001001 | 11101 | 1000011 |
Color Harmonies of #C493AC
Complementary color
Monochromatic Colors of #C493AC
Black with #C493AC
Text Example
Text Example
White with #C493AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493AC; }
p { color: rgb(196,147,172); }
H1.HeaderClassName
{
color: #C493AC;
}
.AnyTagClassName
{
color: #C493AC;
}
</style>
background-color css
<style>
a { background-color: #C493AC; }
a { background-color: rgb(196,147,172); }
div.DivClassName
{
background-color: #C493AC;
}
.BgClassName
{
background-color: #C493AC;
}
</style>
border-color css
<style>
span { border-color: #C493AC; }
span { border-color: rgb(196,147,172); }
td.TdClassName
{
border-color: #C493AC;
}
.TagClassName
{
border-color: #C493AC;
}
</style>