Shades of Lilac #C1ACC0
Tints of Lilac #C1ACC0
RGB
CMYK
RGB Variations
Color information
#C1ACC0 (or 0xC1ACC0) is known color: Lilac. HEX triplet: C1, AC and C0. RGB value is (193,172,192). Sum of RGB (Red+Green+Blue) = 193+172+192=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACC0 is #3E533F. Grayscale: #B4B4B4. Windows color (decimal): -4084544 or 12627137. OLE color: 12627137.
HSL color Cylindrical-coordinate representation of color #C1ACC0: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ACC0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 172 | 192 | - |
CMYK | 0 | 0.11 | 0.01 | 0.24 |
HSL | 302.86º | 0.14% | 0.72% | - |
HSV(B) | 302.86º | 0.11% | 0.76% | - |
XYZ | 46.26 | 44.65 | 56.05 | - |
YUV | 180.56 | 134.46 | 136.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 172 | 192 | 0 | 0.11 | 0.01 | 0.24 | 302.86 | 0.14 | 0.72 |
Hex | C1 | AC | C0 | 0 | B | 1 | 18 | 12F | E | 48 |
Octal | 301 | 254 | 300 | 0 | 13 | 1 | 30 | 457 | 16 | 110 |
Binary | 11000001 | 10101100 | 11000000 | 0 | 1011 | 1 | 11000 | 100101111 | 1110 | 1001000 |
Color Harmonies of #C1ACC0
Complementary color
Monochromatic Colors of #C1ACC0
Black with #C1ACC0
Text Example
Text Example
White with #C1ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACC0; }
p { color: rgb(193,172,192); }
H1.HeaderClassName
{
color: #C1ACC0;
}
.AnyTagClassName
{
color: #C1ACC0;
}
</style>
background-color css
<style>
a { background-color: #C1ACC0; }
a { background-color: rgb(193,172,192); }
div.DivClassName
{
background-color: #C1ACC0;
}
.BgClassName
{
background-color: #C1ACC0;
}
</style>
border-color css
<style>
span { border-color: #C1ACC0; }
span { border-color: rgb(193,172,192); }
td.TdClassName
{
border-color: #C1ACC0;
}
.TagClassName
{
border-color: #C1ACC0;
}
</style>