Shades of Lily #C292A9
Tints of Lily #C292A9
RGB
CMYK
RGB Variations
Color information
#C292A9 (or 0xC292A9) is known color: Lily. HEX triplet: C2, 92 and A9. RGB value is (194,146,169). Sum of RGB (Red+Green+Blue) = 194+146+169=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C292A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292A9 is #3D6D56. Grayscale: #A2A2A2. Windows color (decimal): -4025687 or 11113154. OLE color: 11113154.
HSL color Cylindrical-coordinate representation of color #C292A9: hue angle of 331.25º 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 #C292A9 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 169 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.24 |
| HSL | 331.25º | 0.28% | 0.67% | - |
| HSV(B) | 331.25º | 0.25% | 0.76% | - |
| XYZ | 39.69 | 34.89 | 42.18 | - |
| YUV | 162.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 169 | 0 | 0.25 | 0.13 | 0.24 | 331.25 | 0.28 | 0.67 |
| Hex | C2 | 92 | A9 | 0 | 19 | D | 18 | 14B | 1C | 43 |
| Octal | 302 | 222 | 251 | 0 | 31 | 15 | 30 | 513 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10101001 | 0 | 11001 | 1101 | 11000 | 101001011 | 11100 | 1000011 |
Color Harmonies of #C292A9
Complementary color
Monochromatic Colors of #C292A9
Black with #C292A9
Text Example
Text Example
White with #C292A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292A9; }
p { color: rgb(194,146,169); }
H1.HeaderClassName
{
color: #C292A9;
}
.AnyTagClassName
{
color: #C292A9;
}
</style>
background-color css
<style>
a { background-color: #C292A9; }
a { background-color: rgb(194,146,169); }
div.DivClassName
{
background-color: #C292A9;
}
.BgClassName
{
background-color: #C292A9;
}
</style>
border-color css
<style>
span { border-color: #C292A9; }
span { border-color: rgb(194,146,169); }
td.TdClassName
{
border-color: #C292A9;
}
.TagClassName
{
border-color: #C292A9;
}
</style>