Shades of Lilac #C09ABB
Tints of Lilac #C09ABB
RGB
CMYK
RGB Variations
Color information
#C09ABB (or 0xC09ABB) is known color: Lilac. HEX triplet: C0, 9A and BB. RGB value is (192,154,187). Sum of RGB (Red+Green+Blue) = 192+154+187=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C09ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ABB is #3F6544. Grayscale: #A9A9A9. Windows color (decimal): -4154693 or 12294848. OLE color: 12294848.
HSL color Cylindrical-coordinate representation of color #C09ABB: hue angle of 307.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09ABB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 187 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.25 |
| HSL | 307.89º | 0.23% | 0.68% | - |
| HSV(B) | 307.89º | 0.2% | 0.75% | - |
| XYZ | 42.26 | 37.91 | 52.1 | - |
| YUV | 169.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 187 | 0 | 0.20 | 0.03 | 0.25 | 307.89 | 0.23 | 0.68 |
| Hex | C0 | 9A | BB | 0 | 14 | 3 | 19 | 134 | 17 | 44 |
| Octal | 300 | 232 | 273 | 0 | 24 | 3 | 31 | 464 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10111011 | 0 | 10100 | 11 | 11001 | 100110100 | 10111 | 1000100 |
Color Harmonies of #C09ABB
Complementary color
Monochromatic Colors of #C09ABB
Black with #C09ABB
Text Example
Text Example
White with #C09ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ABB; }
p { color: rgb(192,154,187); }
H1.HeaderClassName
{
color: #C09ABB;
}
.AnyTagClassName
{
color: #C09ABB;
}
</style>
background-color css
<style>
a { background-color: #C09ABB; }
a { background-color: rgb(192,154,187); }
div.DivClassName
{
background-color: #C09ABB;
}
.BgClassName
{
background-color: #C09ABB;
}
</style>
border-color css
<style>
span { border-color: #C09ABB; }
span { border-color: rgb(192,154,187); }
td.TdClassName
{
border-color: #C09ABB;
}
.TagClassName
{
border-color: #C09ABB;
}
</style>