Shades of Lily #C28EA9
Tints of Lily #C28EA9
RGB
CMYK
RGB Variations
Color information
#C28EA9 (or 0xC28EA9) is known color: Lily. HEX triplet: C2, 8E and A9. RGB value is (194,142,169). Sum of RGB (Red+Green+Blue) = 194+142+169=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EA9 is #3D7156. Grayscale: #A0A0A0. Windows color (decimal): -4026711 or 11112130. OLE color: 11112130.
HSL color Cylindrical-coordinate representation of color #C28EA9: hue angle of 328.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EA9 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 169 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.24 |
| HSL | 328.85º | 0.3% | 0.66% | - |
| HSV(B) | 328.85º | 0.27% | 0.76% | - |
| XYZ | 39.08 | 33.68 | 41.98 | - |
| YUV | 160.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 169 | 0 | 0.27 | 0.13 | 0.24 | 328.85 | 0.3 | 0.66 |
| Hex | C2 | 8E | A9 | 0 | 1B | D | 18 | 149 | 1E | 42 |
| Octal | 302 | 216 | 251 | 0 | 33 | 15 | 30 | 511 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10101001 | 0 | 11011 | 1101 | 11000 | 101001001 | 11110 | 1000010 |
Color Harmonies of #C28EA9
Complementary color
Monochromatic Colors of #C28EA9
Black with #C28EA9
Text Example
Text Example
White with #C28EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EA9; }
p { color: rgb(194,142,169); }
H1.HeaderClassName
{
color: #C28EA9;
}
.AnyTagClassName
{
color: #C28EA9;
}
</style>
background-color css
<style>
a { background-color: #C28EA9; }
a { background-color: rgb(194,142,169); }
div.DivClassName
{
background-color: #C28EA9;
}
.BgClassName
{
background-color: #C28EA9;
}
</style>
border-color css
<style>
span { border-color: #C28EA9; }
span { border-color: rgb(194,142,169); }
td.TdClassName
{
border-color: #C28EA9;
}
.TagClassName
{
border-color: #C28EA9;
}
</style>