Shades of Lily #C1A9B6
Tints of Lily #C1A9B6
RGB
CMYK
RGB Variations
Color information
#C1A9B6 (or 0xC1A9B6) is known color: Lily. HEX triplet: C1, A9 and B6. RGB value is (193,169,182). Sum of RGB (Red+Green+Blue) = 193+169+182=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9B6 is #3E5649. Grayscale: #B1B1B1. Windows color (decimal): -4085322 or 11971009. OLE color: 11971009.
HSL color Cylindrical-coordinate representation of color #C1A9B6: hue angle of 327.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 #C1A9B6 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 182 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.24 |
| HSL | 327.5º | 0.16% | 0.71% | - |
| HSV(B) | 327.5º | 0.12% | 0.76% | - |
| XYZ | 44.62 | 43.09 | 50.22 | - |
| YUV | 177.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 182 | 0 | 0.12 | 0.06 | 0.24 | 327.5 | 0.16 | 0.71 |
| Hex | C1 | A9 | B6 | 0 | C | 6 | 18 | 148 | 10 | 47 |
| Octal | 301 | 251 | 266 | 0 | 14 | 6 | 30 | 510 | 20 | 107 |
| Binary | 11000001 | 10101001 | 10110110 | 0 | 1100 | 110 | 11000 | 101001000 | 10000 | 1000111 |
Color Harmonies of #C1A9B6
Complementary color
Monochromatic Colors of #C1A9B6
Black with #C1A9B6
Text Example
Text Example
White with #C1A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A9B6; }
p { color: rgb(193,169,182); }
H1.HeaderClassName
{
color: #C1A9B6;
}
.AnyTagClassName
{
color: #C1A9B6;
}
</style>
background-color css
<style>
a { background-color: #C1A9B6; }
a { background-color: rgb(193,169,182); }
div.DivClassName
{
background-color: #C1A9B6;
}
.BgClassName
{
background-color: #C1A9B6;
}
</style>
border-color css
<style>
span { border-color: #C1A9B6; }
span { border-color: rgb(193,169,182); }
td.TdClassName
{
border-color: #C1A9B6;
}
.TagClassName
{
border-color: #C1A9B6;
}
</style>