Shades of Lily #C1ABB5
Tints of Lily #C1ABB5
RGB
CMYK
RGB Variations
Color information
#C1ABB5 (or 0xC1ABB5) is known color: Lily. HEX triplet: C1, AB and B5. RGB value is (193,171,181). Sum of RGB (Red+Green+Blue) = 193+171+181=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABB5 is #3E544A. Grayscale: #B2B2B2. Windows color (decimal): -4084811 or 11905985. OLE color: 11905985.
HSL color Cylindrical-coordinate representation of color #C1ABB5: hue angle of 332.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABB5 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 181 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.24 |
| HSL | 332.73º | 0.15% | 0.71% | - |
| HSV(B) | 332.73º | 0.11% | 0.76% | - |
| XYZ | 44.9 | 43.8 | 49.8 | - |
| YUV | 178.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 181 | 0 | 0.11 | 0.06 | 0.24 | 332.73 | 0.15 | 0.71 |
| Hex | C1 | AB | B5 | 0 | B | 6 | 18 | 14D | F | 47 |
| Octal | 301 | 253 | 265 | 0 | 13 | 6 | 30 | 515 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10110101 | 0 | 1011 | 110 | 11000 | 101001101 | 1111 | 1000111 |
Color Harmonies of #C1ABB5
Complementary color
Monochromatic Colors of #C1ABB5
Black with #C1ABB5
Text Example
Text Example
White with #C1ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABB5; }
p { color: rgb(193,171,181); }
H1.HeaderClassName
{
color: #C1ABB5;
}
.AnyTagClassName
{
color: #C1ABB5;
}
</style>
background-color css
<style>
a { background-color: #C1ABB5; }
a { background-color: rgb(193,171,181); }
div.DivClassName
{
background-color: #C1ABB5;
}
.BgClassName
{
background-color: #C1ABB5;
}
</style>
border-color css
<style>
span { border-color: #C1ABB5; }
span { border-color: rgb(193,171,181); }
td.TdClassName
{
border-color: #C1ABB5;
}
.TagClassName
{
border-color: #C1ABB5;
}
</style>