Shades of Lily #C191AE
Tints of Lily #C191AE
RGB
CMYK
RGB Variations
Color information
#C191AE (or 0xC191AE) is known color: Lily. HEX triplet: C1, 91 and AE. RGB value is (193,145,174). Sum of RGB (Red+Green+Blue) = 193+145+174=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C191AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191AE is #3E6E51. Grayscale: #A2A2A2. Windows color (decimal): -4091474 or 11440577. OLE color: 11440577.
HSL color Cylindrical-coordinate representation of color #C191AE: hue angle of 323.75º degrees, saturation: 0.28, 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 #C191AE is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 174 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.24 |
| HSL | 323.75º | 0.28% | 0.66% | - |
| HSV(B) | 323.75º | 0.25% | 0.76% | - |
| XYZ | 39.76 | 34.64 | 44.64 | - |
| YUV | 162.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 174 | 0 | 0.25 | 0.10 | 0.24 | 323.75 | 0.28 | 0.66 |
| Hex | C1 | 91 | AE | 0 | 19 | A | 18 | 144 | 1C | 42 |
| Octal | 301 | 221 | 256 | 0 | 31 | 12 | 30 | 504 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10101110 | 0 | 11001 | 1010 | 11000 | 101000100 | 11100 | 1000010 |
Color Harmonies of #C191AE
Complementary color
Monochromatic Colors of #C191AE
Black with #C191AE
Text Example
Text Example
White with #C191AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191AE; }
p { color: rgb(193,145,174); }
H1.HeaderClassName
{
color: #C191AE;
}
.AnyTagClassName
{
color: #C191AE;
}
</style>
background-color css
<style>
a { background-color: #C191AE; }
a { background-color: rgb(193,145,174); }
div.DivClassName
{
background-color: #C191AE;
}
.BgClassName
{
background-color: #C191AE;
}
</style>
border-color css
<style>
span { border-color: #C191AE; }
span { border-color: rgb(193,145,174); }
td.TdClassName
{
border-color: #C191AE;
}
.TagClassName
{
border-color: #C191AE;
}
</style>