Shades of Lily #C1ABB2
Tints of Lily #C1ABB2
RGB
CMYK
RGB Variations
Color information
#C1ABB2 (or 0xC1ABB2) is known color: Lily. HEX triplet: C1, AB and B2. RGB value is (193,171,178). Sum of RGB (Red+Green+Blue) = 193+171+178=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABB2 is #3E544D. Grayscale: #B2B2B2. Windows color (decimal): -4084814 or 11709377. OLE color: 11709377.
HSL color Cylindrical-coordinate representation of color #C1ABB2: hue angle of 340.91º 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 #C1ABB2 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 178 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.24 |
| HSL | 340.91º | 0.15% | 0.71% | - |
| HSV(B) | 340.91º | 0.11% | 0.76% | - |
| XYZ | 44.59 | 43.68 | 48.2 | - |
| YUV | 178.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 178 | 0 | 0.11 | 0.08 | 0.24 | 340.91 | 0.15 | 0.71 |
| Hex | C1 | AB | B2 | 0 | B | 8 | 18 | 155 | F | 47 |
| Octal | 301 | 253 | 262 | 0 | 13 | 10 | 30 | 525 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10110010 | 0 | 1011 | 1000 | 11000 | 101010101 | 1111 | 1000111 |
Color Harmonies of #C1ABB2
Complementary color
Monochromatic Colors of #C1ABB2
Black with #C1ABB2
Text Example
Text Example
White with #C1ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABB2; }
p { color: rgb(193,171,178); }
H1.HeaderClassName
{
color: #C1ABB2;
}
.AnyTagClassName
{
color: #C1ABB2;
}
</style>
background-color css
<style>
a { background-color: #C1ABB2; }
a { background-color: rgb(193,171,178); }
div.DivClassName
{
background-color: #C1ABB2;
}
.BgClassName
{
background-color: #C1ABB2;
}
</style>
border-color css
<style>
span { border-color: #C1ABB2; }
span { border-color: rgb(193,171,178); }
td.TdClassName
{
border-color: #C1ABB2;
}
.TagClassName
{
border-color: #C1ABB2;
}
</style>