Shades of Lily #C292A8
Tints of Lily #C292A8
RGB
CMYK
RGB Variations
Color information
#C292A8 (or 0xC292A8) is known color: Lily. HEX triplet: C2, 92 and A8. RGB value is (194,146,168). Sum of RGB (Red+Green+Blue) = 194+146+168=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C292A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292A8 is #3D6D57. Grayscale: #A2A2A2. Windows color (decimal): -4025688 or 11047618. OLE color: 11047618.
HSL color Cylindrical-coordinate representation of color #C292A8: hue angle of 332.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292A8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 168 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.24 |
| HSL | 332.5º | 0.28% | 0.67% | - |
| HSV(B) | 332.5º | 0.25% | 0.76% | - |
| XYZ | 39.59 | 34.85 | 41.69 | - |
| YUV | 162.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 168 | 0 | 0.25 | 0.13 | 0.24 | 332.5 | 0.28 | 0.67 |
| Hex | C2 | 92 | A8 | 0 | 19 | D | 18 | 14C | 1C | 43 |
| Octal | 302 | 222 | 250 | 0 | 31 | 15 | 30 | 514 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10101000 | 0 | 11001 | 1101 | 11000 | 101001100 | 11100 | 1000011 |
Color Harmonies of #C292A8
Complementary color
Monochromatic Colors of #C292A8
Black with #C292A8
Text Example
Text Example
White with #C292A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292A8; }
p { color: rgb(194,146,168); }
H1.HeaderClassName
{
color: #C292A8;
}
.AnyTagClassName
{
color: #C292A8;
}
</style>
background-color css
<style>
a { background-color: #C292A8; }
a { background-color: rgb(194,146,168); }
div.DivClassName
{
background-color: #C292A8;
}
.BgClassName
{
background-color: #C292A8;
}
</style>
border-color css
<style>
span { border-color: #C292A8; }
span { border-color: rgb(194,146,168); }
td.TdClassName
{
border-color: #C292A8;
}
.TagClassName
{
border-color: #C292A8;
}
</style>