Shades of Lily #C1AAB5
Tints of Lily #C1AAB5
RGB
CMYK
RGB Variations
Color information
#C1AAB5 (or 0xC1AAB5) is known color: Lily. HEX triplet: C1, AA and B5. RGB value is (193,170,181). Sum of RGB (Red+Green+Blue) = 193+170+181=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAB5 is #3E554A. Grayscale: #B2B2B2. Windows color (decimal): -4085067 or 11905729. OLE color: 11905729.
HSL color Cylindrical-coordinate representation of color #C1AAB5: hue angle of 331.3º 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 #C1AAB5 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 181 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.24 |
| HSL | 331.3º | 0.16% | 0.71% | - |
| HSV(B) | 331.3º | 0.12% | 0.76% | - |
| XYZ | 44.71 | 43.42 | 49.74 | - |
| YUV | 178.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 181 | 0 | 0.12 | 0.06 | 0.24 | 331.3 | 0.16 | 0.71 |
| Hex | C1 | AA | B5 | 0 | C | 6 | 18 | 14B | 10 | 47 |
| Octal | 301 | 252 | 265 | 0 | 14 | 6 | 30 | 513 | 20 | 107 |
| Binary | 11000001 | 10101010 | 10110101 | 0 | 1100 | 110 | 11000 | 101001011 | 10000 | 1000111 |
Color Harmonies of #C1AAB5
Complementary color
Monochromatic Colors of #C1AAB5
Black with #C1AAB5
Text Example
Text Example
White with #C1AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAB5; }
p { color: rgb(193,170,181); }
H1.HeaderClassName
{
color: #C1AAB5;
}
.AnyTagClassName
{
color: #C1AAB5;
}
</style>
background-color css
<style>
a { background-color: #C1AAB5; }
a { background-color: rgb(193,170,181); }
div.DivClassName
{
background-color: #C1AAB5;
}
.BgClassName
{
background-color: #C1AAB5;
}
</style>
border-color css
<style>
span { border-color: #C1AAB5; }
span { border-color: rgb(193,170,181); }
td.TdClassName
{
border-color: #C1AAB5;
}
.TagClassName
{
border-color: #C1AAB5;
}
</style>