Shades of Lily #C1A1B4
Tints of Lily #C1A1B4
RGB
CMYK
RGB Variations
Color information
#C1A1B4 (or 0xC1A1B4) is known color: Lily. HEX triplet: C1, A1 and B4. RGB value is (193,161,180). Sum of RGB (Red+Green+Blue) = 193+161+180=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1B4 is #3E5E4B. Grayscale: #ACACAC. Windows color (decimal): -4087372 or 11837889. OLE color: 11837889.
HSL color Cylindrical-coordinate representation of color #C1A1B4: hue angle of 324.38º 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 #C1A1B4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 180 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.24 |
| HSL | 324.38º | 0.21% | 0.69% | - |
| HSV(B) | 324.38º | 0.17% | 0.76% | - |
| XYZ | 42.98 | 40.12 | 48.66 | - |
| YUV | 172.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 180 | 0 | 0.17 | 0.07 | 0.24 | 324.38 | 0.21 | 0.69 |
| Hex | C1 | A1 | B4 | 0 | 11 | 7 | 18 | 144 | 15 | 45 |
| Octal | 301 | 241 | 264 | 0 | 21 | 7 | 30 | 504 | 25 | 105 |
| Binary | 11000001 | 10100001 | 10110100 | 0 | 10001 | 111 | 11000 | 101000100 | 10101 | 1000101 |
Color Harmonies of #C1A1B4
Complementary color
Monochromatic Colors of #C1A1B4
Black with #C1A1B4
Text Example
Text Example
White with #C1A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1B4; }
p { color: rgb(193,161,180); }
H1.HeaderClassName
{
color: #C1A1B4;
}
.AnyTagClassName
{
color: #C1A1B4;
}
</style>
background-color css
<style>
a { background-color: #C1A1B4; }
a { background-color: rgb(193,161,180); }
div.DivClassName
{
background-color: #C1A1B4;
}
.BgClassName
{
background-color: #C1A1B4;
}
</style>
border-color css
<style>
span { border-color: #C1A1B4; }
span { border-color: rgb(193,161,180); }
td.TdClassName
{
border-color: #C1A1B4;
}
.TagClassName
{
border-color: #C1A1B4;
}
</style>