Shades of Lily #C293AC
Tints of Lily #C293AC
RGB
CMYK
RGB Variations
Color information
#C293AC (or 0xC293AC) is known color: Lily. HEX triplet: C2, 93 and AC. RGB value is (194,147,172). Sum of RGB (Red+Green+Blue) = 194+147+172=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AC is #3D6C53. Grayscale: #A3A3A3. Windows color (decimal): -4025428 or 11310018. OLE color: 11310018.
HSL color Cylindrical-coordinate representation of color #C293AC: hue angle of 328.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C293AC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 172 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.24 |
| HSL | 328.09º | 0.28% | 0.67% | - |
| HSV(B) | 328.09º | 0.24% | 0.76% | - |
| XYZ | 40.13 | 35.32 | 43.73 | - |
| YUV | 163.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 172 | 0 | 0.24 | 0.11 | 0.24 | 328.09 | 0.28 | 0.67 |
| Hex | C2 | 93 | AC | 0 | 18 | B | 18 | 148 | 1C | 43 |
| Octal | 302 | 223 | 254 | 0 | 30 | 13 | 30 | 510 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10101100 | 0 | 11000 | 1011 | 11000 | 101001000 | 11100 | 1000011 |
Color Harmonies of #C293AC
Complementary color
Monochromatic Colors of #C293AC
Black with #C293AC
Text Example
Text Example
White with #C293AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293AC; }
p { color: rgb(194,147,172); }
H1.HeaderClassName
{
color: #C293AC;
}
.AnyTagClassName
{
color: #C293AC;
}
</style>
background-color css
<style>
a { background-color: #C293AC; }
a { background-color: rgb(194,147,172); }
div.DivClassName
{
background-color: #C293AC;
}
.BgClassName
{
background-color: #C293AC;
}
</style>
border-color css
<style>
span { border-color: #C293AC; }
span { border-color: rgb(194,147,172); }
td.TdClassName
{
border-color: #C293AC;
}
.TagClassName
{
border-color: #C293AC;
}
</style>