Shades of Lily #C1A9B8
Tints of Lily #C1A9B8
RGB
CMYK
RGB Variations
Color information
#C1A9B8 (or 0xC1A9B8) is known color: Lily. HEX triplet: C1, A9 and B8. RGB value is (193,169,184). Sum of RGB (Red+Green+Blue) = 193+169+184=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9B8 is #3E5647. Grayscale: #B1B1B1. Windows color (decimal): -4085320 or 12102081. OLE color: 12102081.
HSL color Cylindrical-coordinate representation of color #C1A9B8: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1A9B8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 184 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.24 |
| HSL | 322.5º | 0.16% | 0.71% | - |
| HSV(B) | 322.5º | 0.12% | 0.76% | - |
| XYZ | 44.83 | 43.17 | 51.32 | - |
| YUV | 177.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 184 | 0 | 0.12 | 0.05 | 0.24 | 322.5 | 0.16 | 0.71 |
| Hex | C1 | A9 | B8 | 0 | C | 5 | 18 | 142 | 10 | 47 |
| Octal | 301 | 251 | 270 | 0 | 14 | 5 | 30 | 502 | 20 | 107 |
| Binary | 11000001 | 10101001 | 10111000 | 0 | 1100 | 101 | 11000 | 101000010 | 10000 | 1000111 |
Color Harmonies of #C1A9B8
Complementary color
Monochromatic Colors of #C1A9B8
Black with #C1A9B8
Text Example
Text Example
White with #C1A9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A9B8; }
p { color: rgb(193,169,184); }
H1.HeaderClassName
{
color: #C1A9B8;
}
.AnyTagClassName
{
color: #C1A9B8;
}
</style>
background-color css
<style>
a { background-color: #C1A9B8; }
a { background-color: rgb(193,169,184); }
div.DivClassName
{
background-color: #C1A9B8;
}
.BgClassName
{
background-color: #C1A9B8;
}
</style>
border-color css
<style>
span { border-color: #C1A9B8; }
span { border-color: rgb(193,169,184); }
td.TdClassName
{
border-color: #C1A9B8;
}
.TagClassName
{
border-color: #C1A9B8;
}
</style>