Shades of Lily #C1AAB8
Tints of Lily #C1AAB8
RGB
CMYK
RGB Variations
Color information
#C1AAB8 (or 0xC1AAB8) is known color: Lily. HEX triplet: C1, AA and B8. RGB value is (193,170,184). Sum of RGB (Red+Green+Blue) = 193+170+184=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAB8 is #3E5547. Grayscale: #B2B2B2. Windows color (decimal): -4085064 or 12102337. OLE color: 12102337.
HSL color Cylindrical-coordinate representation of color #C1AAB8: hue angle of 323.48º 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 #C1AAB8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 184 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.24 |
| HSL | 323.48º | 0.16% | 0.71% | - |
| HSV(B) | 323.48º | 0.12% | 0.76% | - |
| XYZ | 45.02 | 43.55 | 51.38 | - |
| YUV | 178.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 184 | 0 | 0.12 | 0.05 | 0.24 | 323.48 | 0.16 | 0.71 |
| Hex | C1 | AA | B8 | 0 | C | 5 | 18 | 143 | 10 | 47 |
| Octal | 301 | 252 | 270 | 0 | 14 | 5 | 30 | 503 | 20 | 107 |
| Binary | 11000001 | 10101010 | 10111000 | 0 | 1100 | 101 | 11000 | 101000011 | 10000 | 1000111 |
Color Harmonies of #C1AAB8
Complementary color
Monochromatic Colors of #C1AAB8
Black with #C1AAB8
Text Example
Text Example
White with #C1AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAB8; }
p { color: rgb(193,170,184); }
H1.HeaderClassName
{
color: #C1AAB8;
}
.AnyTagClassName
{
color: #C1AAB8;
}
</style>
background-color css
<style>
a { background-color: #C1AAB8; }
a { background-color: rgb(193,170,184); }
div.DivClassName
{
background-color: #C1AAB8;
}
.BgClassName
{
background-color: #C1AAB8;
}
</style>
border-color css
<style>
span { border-color: #C1AAB8; }
span { border-color: rgb(193,170,184); }
td.TdClassName
{
border-color: #C1AAB8;
}
.TagClassName
{
border-color: #C1AAB8;
}
</style>