Shades of Lily #C093A8
Tints of Lily #C093A8
RGB
CMYK
RGB Variations
Color information
#C093A8 (or 0xC093A8) is known color: Lily. HEX triplet: C0, 93 and A8. RGB value is (192,147,168). Sum of RGB (Red+Green+Blue) = 192+147+168=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C093A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093A8 is #3F6C57. Grayscale: #A2A2A2. Windows color (decimal): -4156504 or 11047872. OLE color: 11047872.
HSL color Cylindrical-coordinate representation of color #C093A8: hue angle of 332º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C093A8 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 168 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.25 |
| HSL | 332º | 0.26% | 0.66% | - |
| HSV(B) | 332º | 0.23% | 0.75% | - |
| XYZ | 39.24 | 34.9 | 41.71 | - |
| YUV | 162.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 168 | 0 | 0.23 | 0.12 | 0.25 | 332 | 0.26 | 0.66 |
| Hex | C0 | 93 | A8 | 0 | 17 | C | 19 | 14C | 1A | 42 |
| Octal | 300 | 223 | 250 | 0 | 27 | 14 | 31 | 514 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10101000 | 0 | 10111 | 1100 | 11001 | 101001100 | 11010 | 1000010 |
Color Harmonies of #C093A8
Complementary color
Monochromatic Colors of #C093A8
Black with #C093A8
Text Example
Text Example
White with #C093A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093A8; }
p { color: rgb(192,147,168); }
H1.HeaderClassName
{
color: #C093A8;
}
.AnyTagClassName
{
color: #C093A8;
}
</style>
background-color css
<style>
a { background-color: #C093A8; }
a { background-color: rgb(192,147,168); }
div.DivClassName
{
background-color: #C093A8;
}
.BgClassName
{
background-color: #C093A8;
}
</style>
border-color css
<style>
span { border-color: #C093A8; }
span { border-color: rgb(192,147,168); }
td.TdClassName
{
border-color: #C093A8;
}
.TagClassName
{
border-color: #C093A8;
}
</style>