Shades of Lily #C1A0B2
Tints of Lily #C1A0B2
RGB
CMYK
RGB Variations
Color information
#C1A0B2 (or 0xC1A0B2) is known color: Lily. HEX triplet: C1, A0 and B2. RGB value is (193,160,178). Sum of RGB (Red+Green+Blue) = 193+160+178=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0B2 is #3E5F4D. Grayscale: #ABABAB. Windows color (decimal): -4087630 or 11706561. OLE color: 11706561.
HSL color Cylindrical-coordinate representation of color #C1A0B2: hue angle of 327.27º 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 #C1A0B2 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 178 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.24 |
| HSL | 327.27º | 0.21% | 0.69% | - |
| HSV(B) | 327.27º | 0.17% | 0.76% | - |
| XYZ | 42.6 | 39.69 | 47.54 | - |
| YUV | 171.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 178 | 0 | 0.17 | 0.08 | 0.24 | 327.27 | 0.21 | 0.69 |
| Hex | C1 | A0 | B2 | 0 | 11 | 8 | 18 | 147 | 15 | 45 |
| Octal | 301 | 240 | 262 | 0 | 21 | 10 | 30 | 507 | 25 | 105 |
| Binary | 11000001 | 10100000 | 10110010 | 0 | 10001 | 1000 | 11000 | 101000111 | 10101 | 1000101 |
Color Harmonies of #C1A0B2
Complementary color
Monochromatic Colors of #C1A0B2
Black with #C1A0B2
Text Example
Text Example
White with #C1A0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0B2; }
p { color: rgb(193,160,178); }
H1.HeaderClassName
{
color: #C1A0B2;
}
.AnyTagClassName
{
color: #C1A0B2;
}
</style>
background-color css
<style>
a { background-color: #C1A0B2; }
a { background-color: rgb(193,160,178); }
div.DivClassName
{
background-color: #C1A0B2;
}
.BgClassName
{
background-color: #C1A0B2;
}
</style>
border-color css
<style>
span { border-color: #C1A0B2; }
span { border-color: rgb(193,160,178); }
td.TdClassName
{
border-color: #C1A0B2;
}
.TagClassName
{
border-color: #C1A0B2;
}
</style>