Shades of Lily #C093AC
Tints of Lily #C093AC
RGB
CMYK
RGB Variations
Color information
#C093AC (or 0xC093AC) is known color: Lily. HEX triplet: C0, 93 and AC. RGB value is (192,147,172). Sum of RGB (Red+Green+Blue) = 192+147+172=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C093AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093AC is #3F6C53. Grayscale: #A3A3A3. Windows color (decimal): -4156500 or 11310016. OLE color: 11310016.
HSL color Cylindrical-coordinate representation of color #C093AC: hue angle of 326.67º 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 #C093AC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 172 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.25 |
| HSL | 326.67º | 0.26% | 0.66% | - |
| HSV(B) | 326.67º | 0.23% | 0.75% | - |
| XYZ | 39.62 | 35.05 | 43.71 | - |
| YUV | 163.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 172 | 0 | 0.23 | 0.10 | 0.25 | 326.67 | 0.26 | 0.66 |
| Hex | C0 | 93 | AC | 0 | 17 | A | 19 | 147 | 1A | 42 |
| Octal | 300 | 223 | 254 | 0 | 27 | 12 | 31 | 507 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10101100 | 0 | 10111 | 1010 | 11001 | 101000111 | 11010 | 1000010 |
Color Harmonies of #C093AC
Complementary color
Monochromatic Colors of #C093AC
Black with #C093AC
Text Example
Text Example
White with #C093AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093AC; }
p { color: rgb(192,147,172); }
H1.HeaderClassName
{
color: #C093AC;
}
.AnyTagClassName
{
color: #C093AC;
}
</style>
background-color css
<style>
a { background-color: #C093AC; }
a { background-color: rgb(192,147,172); }
div.DivClassName
{
background-color: #C093AC;
}
.BgClassName
{
background-color: #C093AC;
}
</style>
border-color css
<style>
span { border-color: #C093AC; }
span { border-color: rgb(192,147,172); }
td.TdClassName
{
border-color: #C093AC;
}
.TagClassName
{
border-color: #C093AC;
}
</style>