Shades of Lily #C093AB
Tints of Lily #C093AB
RGB
CMYK
RGB Variations
Color information
#C093AB (or 0xC093AB) is known color: Lily. HEX triplet: C0, 93 and AB. RGB value is (192,147,171). Sum of RGB (Red+Green+Blue) = 192+147+171=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C093AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093AB is #3F6C54. Grayscale: #A3A3A3. Windows color (decimal): -4156501 or 11244480. OLE color: 11244480.
HSL color Cylindrical-coordinate representation of color #C093AB: hue angle of 328º 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 #C093AB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 171 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.25 |
| HSL | 328º | 0.26% | 0.66% | - |
| HSV(B) | 328º | 0.23% | 0.75% | - |
| XYZ | 39.52 | 35.01 | 43.2 | - |
| YUV | 163.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 171 | 0 | 0.23 | 0.11 | 0.25 | 328 | 0.26 | 0.66 |
| Hex | C0 | 93 | AB | 0 | 17 | B | 19 | 148 | 1A | 42 |
| Octal | 300 | 223 | 253 | 0 | 27 | 13 | 31 | 510 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10101011 | 0 | 10111 | 1011 | 11001 | 101001000 | 11010 | 1000010 |
Color Harmonies of #C093AB
Complementary color
Monochromatic Colors of #C093AB
Black with #C093AB
Text Example
Text Example
White with #C093AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093AB; }
p { color: rgb(192,147,171); }
H1.HeaderClassName
{
color: #C093AB;
}
.AnyTagClassName
{
color: #C093AB;
}
</style>
background-color css
<style>
a { background-color: #C093AB; }
a { background-color: rgb(192,147,171); }
div.DivClassName
{
background-color: #C093AB;
}
.BgClassName
{
background-color: #C093AB;
}
</style>
border-color css
<style>
span { border-color: #C093AB; }
span { border-color: rgb(192,147,171); }
td.TdClassName
{
border-color: #C093AB;
}
.TagClassName
{
border-color: #C093AB;
}
</style>