Shades of Lilac #C3ABC0
Tints of Lilac #C3ABC0
RGB
CMYK
RGB Variations
Color information
#C3ABC0 (or 0xC3ABC0) is known color: Lilac. HEX triplet: C3, AB and C0. RGB value is (195,171,192). Sum of RGB (Red+Green+Blue) = 195+171+192=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABC0 is #3C543F. Grayscale: #B4B4B4. Windows color (decimal): -3953728 or 12626883. OLE color: 12626883.
HSL color Cylindrical-coordinate representation of color #C3ABC0: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ABC0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 192 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.24 |
| HSL | 307.5º | 0.17% | 0.72% | - |
| HSV(B) | 307.5º | 0.12% | 0.76% | - |
| XYZ | 46.58 | 44.53 | 56.01 | - |
| YUV | 180.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 192 | 0 | 0.12 | 0.02 | 0.24 | 307.5 | 0.17 | 0.72 |
| Hex | C3 | AB | C0 | 0 | C | 2 | 18 | 134 | 11 | 48 |
| Octal | 303 | 253 | 300 | 0 | 14 | 2 | 30 | 464 | 21 | 110 |
| Binary | 11000011 | 10101011 | 11000000 | 0 | 1100 | 10 | 11000 | 100110100 | 10001 | 1001000 |
Color Harmonies of #C3ABC0
Complementary color
Monochromatic Colors of #C3ABC0
Black with #C3ABC0
Text Example
Text Example
White with #C3ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABC0; }
p { color: rgb(195,171,192); }
H1.HeaderClassName
{
color: #C3ABC0;
}
.AnyTagClassName
{
color: #C3ABC0;
}
</style>
background-color css
<style>
a { background-color: #C3ABC0; }
a { background-color: rgb(195,171,192); }
div.DivClassName
{
background-color: #C3ABC0;
}
.BgClassName
{
background-color: #C3ABC0;
}
</style>
border-color css
<style>
span { border-color: #C3ABC0; }
span { border-color: rgb(195,171,192); }
td.TdClassName
{
border-color: #C3ABC0;
}
.TagClassName
{
border-color: #C3ABC0;
}
</style>