Shades of Lily #C093B3
Tints of Lily #C093B3
RGB
CMYK
RGB Variations
Color information
#C093B3 (or 0xC093B3) is known color: Lily. HEX triplet: C0, 93 and B3. RGB value is (192,147,179). Sum of RGB (Red+Green+Blue) = 192+147+179=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C093B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093B3 is #3F6C4C. Grayscale: #A4A4A4. Windows color (decimal): -4156493 or 11768768. OLE color: 11768768.
HSL color Cylindrical-coordinate representation of color #C093B3: hue angle of 317.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 #C093B3 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 179 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.25 |
| HSL | 317.33º | 0.26% | 0.66% | - |
| HSV(B) | 317.33º | 0.23% | 0.75% | - |
| XYZ | 40.31 | 35.33 | 47.34 | - |
| YUV | 164.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 179 | 0 | 0.23 | 0.07 | 0.25 | 317.33 | 0.26 | 0.66 |
| Hex | C0 | 93 | B3 | 0 | 17 | 7 | 19 | 13D | 1A | 42 |
| Octal | 300 | 223 | 263 | 0 | 27 | 7 | 31 | 475 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10110011 | 0 | 10111 | 111 | 11001 | 100111101 | 11010 | 1000010 |
Color Harmonies of #C093B3
Complementary color
Monochromatic Colors of #C093B3
Black with #C093B3
Text Example
Text Example
White with #C093B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093B3; }
p { color: rgb(192,147,179); }
H1.HeaderClassName
{
color: #C093B3;
}
.AnyTagClassName
{
color: #C093B3;
}
</style>
background-color css
<style>
a { background-color: #C093B3; }
a { background-color: rgb(192,147,179); }
div.DivClassName
{
background-color: #C093B3;
}
.BgClassName
{
background-color: #C093B3;
}
</style>
border-color css
<style>
span { border-color: #C093B3; }
span { border-color: rgb(192,147,179); }
td.TdClassName
{
border-color: #C093B3;
}
.TagClassName
{
border-color: #C093B3;
}
</style>