Shades of Lily #C293B9
Tints of Lily #C293B9
RGB
CMYK
RGB Variations
Color information
#C293B9 (or 0xC293B9) is known color: Lily. HEX triplet: C2, 93 and B9. RGB value is (194,147,185). Sum of RGB (Red+Green+Blue) = 194+147+185=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C293B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293B9 is #3D6C46. Grayscale: #A5A5A5. Windows color (decimal): -4025415 or 12161986. OLE color: 12161986.
HSL color Cylindrical-coordinate representation of color #C293B9: hue angle of 311.49º 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 #C293B9 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 185 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.24 |
| HSL | 311.49º | 0.28% | 0.67% | - |
| HSV(B) | 311.49º | 0.24% | 0.76% | - |
| XYZ | 41.44 | 35.84 | 50.63 | - |
| YUV | 165.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 185 | 0 | 0.24 | 0.05 | 0.24 | 311.49 | 0.28 | 0.67 |
| Hex | C2 | 93 | B9 | 0 | 18 | 5 | 18 | 137 | 1C | 43 |
| Octal | 302 | 223 | 271 | 0 | 30 | 5 | 30 | 467 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10111001 | 0 | 11000 | 101 | 11000 | 100110111 | 11100 | 1000011 |
Color Harmonies of #C293B9
Complementary color
Monochromatic Colors of #C293B9
Black with #C293B9
Text Example
Text Example
White with #C293B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293B9; }
p { color: rgb(194,147,185); }
H1.HeaderClassName
{
color: #C293B9;
}
.AnyTagClassName
{
color: #C293B9;
}
</style>
background-color css
<style>
a { background-color: #C293B9; }
a { background-color: rgb(194,147,185); }
div.DivClassName
{
background-color: #C293B9;
}
.BgClassName
{
background-color: #C293B9;
}
</style>
border-color css
<style>
span { border-color: #C293B9; }
span { border-color: rgb(194,147,185); }
td.TdClassName
{
border-color: #C293B9;
}
.TagClassName
{
border-color: #C293B9;
}
</style>