Shades of Lilac #C0A9BE
Tints of Lilac #C0A9BE
RGB
CMYK
RGB Variations
Color information
#C0A9BE (or 0xC0A9BE) is known color: Lilac. HEX triplet: C0, A9 and BE. RGB value is (192,169,190). Sum of RGB (Red+Green+Blue) = 192+169+190=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9BE is #3F5641. Grayscale: #B2B2B2. Windows color (decimal): -4150850 or 12495296. OLE color: 12495296.
HSL color Cylindrical-coordinate representation of color #C0A9BE: hue angle of 305.22º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9BE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 190 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.25 |
| HSL | 305.22º | 0.15% | 0.71% | - |
| HSV(B) | 305.22º | 0.12% | 0.75% | - |
| XYZ | 45.22 | 43.3 | 54.69 | - |
| YUV | 178.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 190 | 0 | 0.12 | 0.01 | 0.25 | 305.22 | 0.15 | 0.71 |
| Hex | C0 | A9 | BE | 0 | C | 1 | 19 | 131 | F | 47 |
| Octal | 300 | 251 | 276 | 0 | 14 | 1 | 31 | 461 | 17 | 107 |
| Binary | 11000000 | 10101001 | 10111110 | 0 | 1100 | 1 | 11001 | 100110001 | 1111 | 1000111 |
Color Harmonies of #C0A9BE
Complementary color
Monochromatic Colors of #C0A9BE
Black with #C0A9BE
Text Example
Text Example
White with #C0A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9BE; }
p { color: rgb(192,169,190); }
H1.HeaderClassName
{
color: #C0A9BE;
}
.AnyTagClassName
{
color: #C0A9BE;
}
</style>
background-color css
<style>
a { background-color: #C0A9BE; }
a { background-color: rgb(192,169,190); }
div.DivClassName
{
background-color: #C0A9BE;
}
.BgClassName
{
background-color: #C0A9BE;
}
</style>
border-color css
<style>
span { border-color: #C0A9BE; }
span { border-color: rgb(192,169,190); }
td.TdClassName
{
border-color: #C0A9BE;
}
.TagClassName
{
border-color: #C0A9BE;
}
</style>