Shades of Lily #C391AB
Tints of Lily #C391AB
RGB
CMYK
RGB Variations
Color information
#C391AB (or 0xC391AB) is known color: Lily. HEX triplet: C3, 91 and AB. RGB value is (195,145,171). Sum of RGB (Red+Green+Blue) = 195+145+171=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C391AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391AB is #3C6E54. Grayscale: #A2A2A2. Windows color (decimal): -3960405 or 11243971. OLE color: 11243971.
HSL color Cylindrical-coordinate representation of color #C391AB: hue angle of 328.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391AB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 171 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.24 |
| HSL | 328.8º | 0.29% | 0.67% | - |
| HSV(B) | 328.8º | 0.26% | 0.76% | - |
| XYZ | 39.98 | 34.79 | 43.14 | - |
| YUV | 162.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 171 | 0 | 0.26 | 0.12 | 0.24 | 328.8 | 0.29 | 0.67 |
| Hex | C3 | 91 | AB | 0 | 1A | C | 18 | 149 | 1D | 43 |
| Octal | 303 | 221 | 253 | 0 | 32 | 14 | 30 | 511 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10101011 | 0 | 11010 | 1100 | 11000 | 101001001 | 11101 | 1000011 |
Color Harmonies of #C391AB
Complementary color
Monochromatic Colors of #C391AB
Black with #C391AB
Text Example
Text Example
White with #C391AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391AB; }
p { color: rgb(195,145,171); }
H1.HeaderClassName
{
color: #C391AB;
}
.AnyTagClassName
{
color: #C391AB;
}
</style>
background-color css
<style>
a { background-color: #C391AB; }
a { background-color: rgb(195,145,171); }
div.DivClassName
{
background-color: #C391AB;
}
.BgClassName
{
background-color: #C391AB;
}
</style>
border-color css
<style>
span { border-color: #C391AB; }
span { border-color: rgb(195,145,171); }
td.TdClassName
{
border-color: #C391AB;
}
.TagClassName
{
border-color: #C391AB;
}
</style>