Shades of Lily #C1A1AF
Tints of Lily #C1A1AF
RGB
CMYK
RGB Variations
Color information
#C1A1AF (or 0xC1A1AF) is known color: Lily. HEX triplet: C1, A1 and AF. RGB value is (193,161,175). Sum of RGB (Red+Green+Blue) = 193+161+175=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A1AF is #3E5E50. Grayscale: #ACACAC. Windows color (decimal): -4087377 or 11510209. OLE color: 11510209.
HSL color Cylindrical-coordinate representation of color #C1A1AF: hue angle of 333.75º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A1AF is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 175 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.24 |
| HSL | 333.75º | 0.21% | 0.69% | - |
| HSV(B) | 333.75º | 0.17% | 0.76% | - |
| XYZ | 42.48 | 39.92 | 46.02 | - |
| YUV | 172.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 175 | 0 | 0.17 | 0.09 | 0.24 | 333.75 | 0.21 | 0.69 |
| Hex | C1 | A1 | AF | 0 | 11 | 9 | 18 | 14E | 15 | 45 |
| Octal | 301 | 241 | 257 | 0 | 21 | 11 | 30 | 516 | 25 | 105 |
| Binary | 11000001 | 10100001 | 10101111 | 0 | 10001 | 1001 | 11000 | 101001110 | 10101 | 1000101 |
Color Harmonies of #C1A1AF
Complementary color
Monochromatic Colors of #C1A1AF
Black with #C1A1AF
Text Example
Text Example
White with #C1A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1AF; }
p { color: rgb(193,161,175); }
H1.HeaderClassName
{
color: #C1A1AF;
}
.AnyTagClassName
{
color: #C1A1AF;
}
</style>
background-color css
<style>
a { background-color: #C1A1AF; }
a { background-color: rgb(193,161,175); }
div.DivClassName
{
background-color: #C1A1AF;
}
.BgClassName
{
background-color: #C1A1AF;
}
</style>
border-color css
<style>
span { border-color: #C1A1AF; }
span { border-color: rgb(193,161,175); }
td.TdClassName
{
border-color: #C1A1AF;
}
.TagClassName
{
border-color: #C1A1AF;
}
</style>