Shades of Lily #C1A0AC
Tints of Lily #C1A0AC
RGB
CMYK
RGB Variations
Color information
#C1A0AC (or 0xC1A0AC) is known color: Lily. HEX triplet: C1, A0 and AC. RGB value is (193,160,172). Sum of RGB (Red+Green+Blue) = 193+160+172=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0AC is #3E5F53. Grayscale: #ABABAB. Windows color (decimal): -4087636 or 11313345. OLE color: 11313345.
HSL color Cylindrical-coordinate representation of color #C1A0AC: hue angle of 338.18º 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 #C1A0AC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 172 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.24 |
| HSL | 338.18º | 0.21% | 0.69% | - |
| HSV(B) | 338.18º | 0.17% | 0.76% | - |
| XYZ | 42.01 | 39.46 | 44.43 | - |
| YUV | 171.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 172 | 0 | 0.17 | 0.11 | 0.24 | 338.18 | 0.21 | 0.69 |
| Hex | C1 | A0 | AC | 0 | 11 | B | 18 | 152 | 15 | 45 |
| Octal | 301 | 240 | 254 | 0 | 21 | 13 | 30 | 522 | 25 | 105 |
| Binary | 11000001 | 10100000 | 10101100 | 0 | 10001 | 1011 | 11000 | 101010010 | 10101 | 1000101 |
Color Harmonies of #C1A0AC
Complementary color
Monochromatic Colors of #C1A0AC
Black with #C1A0AC
Text Example
Text Example
White with #C1A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0AC; }
p { color: rgb(193,160,172); }
H1.HeaderClassName
{
color: #C1A0AC;
}
.AnyTagClassName
{
color: #C1A0AC;
}
</style>
background-color css
<style>
a { background-color: #C1A0AC; }
a { background-color: rgb(193,160,172); }
div.DivClassName
{
background-color: #C1A0AC;
}
.BgClassName
{
background-color: #C1A0AC;
}
</style>
border-color css
<style>
span { border-color: #C1A0AC; }
span { border-color: rgb(193,160,172); }
td.TdClassName
{
border-color: #C1A0AC;
}
.TagClassName
{
border-color: #C1A0AC;
}
</style>