Shades of Lily #C093AA
Tints of Lily #C093AA
RGB
CMYK
RGB Variations
Color information
#C093AA (or 0xC093AA) is known color: Lily. HEX triplet: C0, 93 and AA. RGB value is (192,147,170). Sum of RGB (Red+Green+Blue) = 192+147+170=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C093AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093AA is #3F6C55. Grayscale: #A3A3A3. Windows color (decimal): -4156502 or 11178944. OLE color: 11178944.
HSL color Cylindrical-coordinate representation of color #C093AA: hue angle of 329.33º 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 #C093AA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 170 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.25 |
| HSL | 329.33º | 0.26% | 0.66% | - |
| HSV(B) | 329.33º | 0.23% | 0.75% | - |
| XYZ | 39.43 | 34.98 | 42.7 | - |
| YUV | 163.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 170 | 0 | 0.23 | 0.11 | 0.25 | 329.33 | 0.26 | 0.66 |
| Hex | C0 | 93 | AA | 0 | 17 | B | 19 | 149 | 1A | 42 |
| Octal | 300 | 223 | 252 | 0 | 27 | 13 | 31 | 511 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10101010 | 0 | 10111 | 1011 | 11001 | 101001001 | 11010 | 1000010 |
Color Harmonies of #C093AA
Complementary color
Monochromatic Colors of #C093AA
Black with #C093AA
Text Example
Text Example
White with #C093AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093AA; }
p { color: rgb(192,147,170); }
H1.HeaderClassName
{
color: #C093AA;
}
.AnyTagClassName
{
color: #C093AA;
}
</style>
background-color css
<style>
a { background-color: #C093AA; }
a { background-color: rgb(192,147,170); }
div.DivClassName
{
background-color: #C093AA;
}
.BgClassName
{
background-color: #C093AA;
}
</style>
border-color css
<style>
span { border-color: #C093AA; }
span { border-color: rgb(192,147,170); }
td.TdClassName
{
border-color: #C093AA;
}
.TagClassName
{
border-color: #C093AA;
}
</style>