Shades of Lilac #C0AABE
Tints of Lilac #C0AABE
RGB
CMYK
RGB Variations
Color information
#C0AABE (or 0xC0AABE) is known color: Lilac. HEX triplet: C0, AA and BE. RGB value is (192,170,190). Sum of RGB (Red+Green+Blue) = 192+170+190=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AABE is #3F5541. Grayscale: #B2B2B2. Windows color (decimal): -4150594 or 12495552. OLE color: 12495552.
HSL color Cylindrical-coordinate representation of color #C0AABE: hue angle of 305.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AABE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 190 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.25 |
| HSL | 305.45º | 0.15% | 0.71% | - |
| HSV(B) | 305.45º | 0.11% | 0.75% | - |
| XYZ | 45.41 | 43.67 | 54.75 | - |
| YUV | 178.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 190 | 0 | 0.11 | 0.01 | 0.25 | 305.45 | 0.15 | 0.71 |
| Hex | C0 | AA | BE | 0 | B | 1 | 19 | 131 | F | 47 |
| Octal | 300 | 252 | 276 | 0 | 13 | 1 | 31 | 461 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10111110 | 0 | 1011 | 1 | 11001 | 100110001 | 1111 | 1000111 |
Color Harmonies of #C0AABE
Complementary color
Monochromatic Colors of #C0AABE
Black with #C0AABE
Text Example
Text Example
White with #C0AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AABE; }
p { color: rgb(192,170,190); }
H1.HeaderClassName
{
color: #C0AABE;
}
.AnyTagClassName
{
color: #C0AABE;
}
</style>
background-color css
<style>
a { background-color: #C0AABE; }
a { background-color: rgb(192,170,190); }
div.DivClassName
{
background-color: #C0AABE;
}
.BgClassName
{
background-color: #C0AABE;
}
</style>
border-color css
<style>
span { border-color: #C0AABE; }
span { border-color: rgb(192,170,190); }
td.TdClassName
{
border-color: #C0AABE;
}
.TagClassName
{
border-color: #C0AABE;
}
</style>