Shades of Lily #C1AAB6
Tints of Lily #C1AAB6
RGB
CMYK
RGB Variations
Color information
#C1AAB6 (or 0xC1AAB6) is known color: Lily. HEX triplet: C1, AA and B6. RGB value is (193,170,182). Sum of RGB (Red+Green+Blue) = 193+170+182=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAB6 is #3E5549. Grayscale: #B2B2B2. Windows color (decimal): -4085066 or 11971265. OLE color: 11971265.
HSL color Cylindrical-coordinate representation of color #C1AAB6: hue angle of 328.7º 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 #C1AAB6 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 182 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.24 |
| HSL | 328.7º | 0.16% | 0.71% | - |
| HSV(B) | 328.7º | 0.12% | 0.76% | - |
| XYZ | 44.81 | 43.46 | 50.28 | - |
| YUV | 178.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 182 | 0 | 0.12 | 0.06 | 0.24 | 328.7 | 0.16 | 0.71 |
| Hex | C1 | AA | B6 | 0 | C | 6 | 18 | 149 | 10 | 47 |
| Octal | 301 | 252 | 266 | 0 | 14 | 6 | 30 | 511 | 20 | 107 |
| Binary | 11000001 | 10101010 | 10110110 | 0 | 1100 | 110 | 11000 | 101001001 | 10000 | 1000111 |
Color Harmonies of #C1AAB6
Complementary color
Monochromatic Colors of #C1AAB6
Black with #C1AAB6
Text Example
Text Example
White with #C1AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAB6; }
p { color: rgb(193,170,182); }
H1.HeaderClassName
{
color: #C1AAB6;
}
.AnyTagClassName
{
color: #C1AAB6;
}
</style>
background-color css
<style>
a { background-color: #C1AAB6; }
a { background-color: rgb(193,170,182); }
div.DivClassName
{
background-color: #C1AAB6;
}
.BgClassName
{
background-color: #C1AAB6;
}
</style>
border-color css
<style>
span { border-color: #C1AAB6; }
span { border-color: rgb(193,170,182); }
td.TdClassName
{
border-color: #C1AAB6;
}
.TagClassName
{
border-color: #C1AAB6;
}
</style>