Shades of Lily #C093B6
Tints of Lily #C093B6
RGB
CMYK
RGB Variations
Color information
#C093B6 (or 0xC093B6) is known color: Lily. HEX triplet: C0, 93 and B6. RGB value is (192,147,182). Sum of RGB (Red+Green+Blue) = 192+147+182=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C093B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093B6 is #3F6C49. Grayscale: #A4A4A4. Windows color (decimal): -4156490 or 11965376. OLE color: 11965376.
HSL color Cylindrical-coordinate representation of color #C093B6: hue angle of 313.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 #C093B6 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 182 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.25 |
| HSL | 313.33º | 0.26% | 0.66% | - |
| HSV(B) | 313.33º | 0.23% | 0.75% | - |
| XYZ | 40.62 | 35.45 | 48.96 | - |
| YUV | 164.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 182 | 0 | 0.23 | 0.05 | 0.25 | 313.33 | 0.26 | 0.66 |
| Hex | C0 | 93 | B6 | 0 | 17 | 5 | 19 | 139 | 1A | 42 |
| Octal | 300 | 223 | 266 | 0 | 27 | 5 | 31 | 471 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10110110 | 0 | 10111 | 101 | 11001 | 100111001 | 11010 | 1000010 |
Color Harmonies of #C093B6
Complementary color
Monochromatic Colors of #C093B6
Black with #C093B6
Text Example
Text Example
White with #C093B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093B6; }
p { color: rgb(192,147,182); }
H1.HeaderClassName
{
color: #C093B6;
}
.AnyTagClassName
{
color: #C093B6;
}
</style>
background-color css
<style>
a { background-color: #C093B6; }
a { background-color: rgb(192,147,182); }
div.DivClassName
{
background-color: #C093B6;
}
.BgClassName
{
background-color: #C093B6;
}
</style>
border-color css
<style>
span { border-color: #C093B6; }
span { border-color: rgb(192,147,182); }
td.TdClassName
{
border-color: #C093B6;
}
.TagClassName
{
border-color: #C093B6;
}
</style>