Shades of Lily #C493B0
Tints of Lily #C493B0
RGB
CMYK
RGB Variations
Color information
#C493B0 (or 0xC493B0) is known color: Lily. HEX triplet: C4, 93 and B0. RGB value is (196,147,176). Sum of RGB (Red+Green+Blue) = 196+147+176=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C493B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493B0 is #3B6C4F. Grayscale: #A4A4A4. Windows color (decimal): -3894352 or 11572164. OLE color: 11572164.
HSL color Cylindrical-coordinate representation of color #C493B0: hue angle of 324.49º 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 #C493B0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 176 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.23 |
| HSL | 324.49º | 0.29% | 0.67% | - |
| HSV(B) | 324.49º | 0.25% | 0.77% | - |
| XYZ | 41.04 | 35.74 | 45.81 | - |
| YUV | 164.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 176 | 0 | 0.25 | 0.10 | 0.23 | 324.49 | 0.29 | 0.67 |
| Hex | C4 | 93 | B0 | 0 | 19 | A | 17 | 144 | 1D | 43 |
| Octal | 304 | 223 | 260 | 0 | 31 | 12 | 27 | 504 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10110000 | 0 | 11001 | 1010 | 10111 | 101000100 | 11101 | 1000011 |
Color Harmonies of #C493B0
Complementary color
Monochromatic Colors of #C493B0
Black with #C493B0
Text Example
Text Example
White with #C493B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493B0; }
p { color: rgb(196,147,176); }
H1.HeaderClassName
{
color: #C493B0;
}
.AnyTagClassName
{
color: #C493B0;
}
</style>
background-color css
<style>
a { background-color: #C493B0; }
a { background-color: rgb(196,147,176); }
div.DivClassName
{
background-color: #C493B0;
}
.BgClassName
{
background-color: #C493B0;
}
</style>
border-color css
<style>
span { border-color: #C493B0; }
span { border-color: rgb(196,147,176); }
td.TdClassName
{
border-color: #C493B0;
}
.TagClassName
{
border-color: #C493B0;
}
</style>