Shades of Lilac #C1A0BD
Tints of Lilac #C1A0BD
RGB
CMYK
RGB Variations
Color information
#C1A0BD (or 0xC1A0BD) is known color: Lilac. HEX triplet: C1, A0 and BD. RGB value is (193,160,189). Sum of RGB (Red+Green+Blue) = 193+160+189=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0BD is #3E5F42. Grayscale: #ADADAD. Windows color (decimal): -4087619 or 12427457. OLE color: 12427457.
HSL color Cylindrical-coordinate representation of color #C1A0BD: hue angle of 307.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 #C1A0BD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 189 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.24 |
| HSL | 307.27º | 0.21% | 0.69% | - |
| HSV(B) | 307.27º | 0.17% | 0.76% | - |
| XYZ | 43.75 | 40.15 | 53.59 | - |
| YUV | 173.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 189 | 0 | 0.17 | 0.02 | 0.24 | 307.27 | 0.21 | 0.69 |
| Hex | C1 | A0 | BD | 0 | 11 | 2 | 18 | 133 | 15 | 45 |
| Octal | 301 | 240 | 275 | 0 | 21 | 2 | 30 | 463 | 25 | 105 |
| Binary | 11000001 | 10100000 | 10111101 | 0 | 10001 | 10 | 11000 | 100110011 | 10101 | 1000101 |
Color Harmonies of #C1A0BD
Complementary color
Monochromatic Colors of #C1A0BD
Black with #C1A0BD
Text Example
Text Example
White with #C1A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0BD; }
p { color: rgb(193,160,189); }
H1.HeaderClassName
{
color: #C1A0BD;
}
.AnyTagClassName
{
color: #C1A0BD;
}
</style>
background-color css
<style>
a { background-color: #C1A0BD; }
a { background-color: rgb(193,160,189); }
div.DivClassName
{
background-color: #C1A0BD;
}
.BgClassName
{
background-color: #C1A0BD;
}
</style>
border-color css
<style>
span { border-color: #C1A0BD; }
span { border-color: rgb(193,160,189); }
td.TdClassName
{
border-color: #C1A0BD;
}
.TagClassName
{
border-color: #C1A0BD;
}
</style>