Shades of Lily #C291A8
Tints of Lily #C291A8
RGB
CMYK
RGB Variations
Color information
#C291A8 (or 0xC291A8) is known color: Lily. HEX triplet: C2, 91 and A8. RGB value is (194,145,168). Sum of RGB (Red+Green+Blue) = 194+145+168=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C291A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291A8 is #3D6E57. Grayscale: #A2A2A2. Windows color (decimal): -4025944 or 11047362. OLE color: 11047362.
HSL color Cylindrical-coordinate representation of color #C291A8: hue angle of 331.84º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291A8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 168 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.24 |
| HSL | 331.84º | 0.29% | 0.66% | - |
| HSV(B) | 331.84º | 0.25% | 0.76% | - |
| XYZ | 39.44 | 34.55 | 41.64 | - |
| YUV | 162.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 168 | 0 | 0.25 | 0.13 | 0.24 | 331.84 | 0.29 | 0.66 |
| Hex | C2 | 91 | A8 | 0 | 19 | D | 18 | 14C | 1D | 42 |
| Octal | 302 | 221 | 250 | 0 | 31 | 15 | 30 | 514 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10101000 | 0 | 11001 | 1101 | 11000 | 101001100 | 11101 | 1000010 |
Color Harmonies of #C291A8
Complementary color
Monochromatic Colors of #C291A8
Black with #C291A8
Text Example
Text Example
White with #C291A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291A8; }
p { color: rgb(194,145,168); }
H1.HeaderClassName
{
color: #C291A8;
}
.AnyTagClassName
{
color: #C291A8;
}
</style>
background-color css
<style>
a { background-color: #C291A8; }
a { background-color: rgb(194,145,168); }
div.DivClassName
{
background-color: #C291A8;
}
.BgClassName
{
background-color: #C291A8;
}
</style>
border-color css
<style>
span { border-color: #C291A8; }
span { border-color: rgb(194,145,168); }
td.TdClassName
{
border-color: #C291A8;
}
.TagClassName
{
border-color: #C291A8;
}
</style>