Shades of Lily #C292AA
Tints of Lily #C292AA
RGB
CMYK
RGB Variations
Color information
#C292AA (or 0xC292AA) is known color: Lily. HEX triplet: C2, 92 and AA. RGB value is (194,146,170). Sum of RGB (Red+Green+Blue) = 194+146+170=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C292AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292AA is #3D6D55. Grayscale: #A3A3A3. Windows color (decimal): -4025686 or 11178690. OLE color: 11178690.
HSL color Cylindrical-coordinate representation of color #C292AA: hue angle of 330º 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 #C292AA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 170 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.24 |
| HSL | 330º | 0.28% | 0.67% | - |
| HSV(B) | 330º | 0.25% | 0.76% | - |
| XYZ | 39.78 | 34.93 | 42.68 | - |
| YUV | 163.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 170 | 0 | 0.25 | 0.12 | 0.24 | 330 | 0.28 | 0.67 |
| Hex | C2 | 92 | AA | 0 | 19 | C | 18 | 14A | 1C | 43 |
| Octal | 302 | 222 | 252 | 0 | 31 | 14 | 30 | 512 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10101010 | 0 | 11001 | 1100 | 11000 | 101001010 | 11100 | 1000011 |
Color Harmonies of #C292AA
Complementary color
Monochromatic Colors of #C292AA
Black with #C292AA
Text Example
Text Example
White with #C292AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292AA; }
p { color: rgb(194,146,170); }
H1.HeaderClassName
{
color: #C292AA;
}
.AnyTagClassName
{
color: #C292AA;
}
</style>
background-color css
<style>
a { background-color: #C292AA; }
a { background-color: rgb(194,146,170); }
div.DivClassName
{
background-color: #C292AA;
}
.BgClassName
{
background-color: #C292AA;
}
</style>
border-color css
<style>
span { border-color: #C292AA; }
span { border-color: rgb(194,146,170); }
td.TdClassName
{
border-color: #C292AA;
}
.TagClassName
{
border-color: #C292AA;
}
</style>