Shades of Lily #C1ABB8
Tints of Lily #C1ABB8
RGB
CMYK
RGB Variations
Color information
#C1ABB8 (or 0xC1ABB8) is known color: Lily. HEX triplet: C1, AB and B8. RGB value is (193,171,184). Sum of RGB (Red+Green+Blue) = 193+171+184=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABB8 is #3E5447. Grayscale: #B3B3B3. Windows color (decimal): -4084808 or 12102593. OLE color: 12102593.
HSL color Cylindrical-coordinate representation of color #C1ABB8: hue angle of 324.55º 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 #C1ABB8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 184 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.24 |
| HSL | 324.55º | 0.15% | 0.71% | - |
| HSV(B) | 324.55º | 0.11% | 0.76% | - |
| XYZ | 45.21 | 43.92 | 51.44 | - |
| YUV | 179.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 184 | 0 | 0.11 | 0.05 | 0.24 | 324.55 | 0.15 | 0.71 |
| Hex | C1 | AB | B8 | 0 | B | 5 | 18 | 145 | F | 47 |
| Octal | 301 | 253 | 270 | 0 | 13 | 5 | 30 | 505 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10111000 | 0 | 1011 | 101 | 11000 | 101000101 | 1111 | 1000111 |
Color Harmonies of #C1ABB8
Complementary color
Monochromatic Colors of #C1ABB8
Black with #C1ABB8
Text Example
Text Example
White with #C1ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABB8; }
p { color: rgb(193,171,184); }
H1.HeaderClassName
{
color: #C1ABB8;
}
.AnyTagClassName
{
color: #C1ABB8;
}
</style>
background-color css
<style>
a { background-color: #C1ABB8; }
a { background-color: rgb(193,171,184); }
div.DivClassName
{
background-color: #C1ABB8;
}
.BgClassName
{
background-color: #C1ABB8;
}
</style>
border-color css
<style>
span { border-color: #C1ABB8; }
span { border-color: rgb(193,171,184); }
td.TdClassName
{
border-color: #C1ABB8;
}
.TagClassName
{
border-color: #C1ABB8;
}
</style>