Shades of Lilac #C99AC1
Tints of Lilac #C99AC1
RGB
CMYK
RGB Variations
Color information
#C99AC1 (or 0xC99AC1) is known color: Lilac. HEX triplet: C9, 9A and C1. RGB value is (201,154,193). Sum of RGB (Red+Green+Blue) = 201+154+193=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AC1 is #36653E. Grayscale: #ACACAC. Windows color (decimal): -3564863 or 12688073. OLE color: 12688073.
HSL color Cylindrical-coordinate representation of color #C99AC1: hue angle of 310.21º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AC1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 193 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.21 |
| HSL | 310.21º | 0.3% | 0.7% | - |
| HSV(B) | 310.21º | 0.23% | 0.79% | - |
| XYZ | 45.27 | 39.38 | 55.67 | - |
| YUV | 172.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 193 | 0 | 0.23 | 0.04 | 0.21 | 310.21 | 0.3 | 0.7 |
| Hex | C9 | 9A | C1 | 0 | 17 | 4 | 15 | 136 | 1E | 46 |
| Octal | 311 | 232 | 301 | 0 | 27 | 4 | 25 | 466 | 36 | 106 |
| Binary | 11001001 | 10011010 | 11000001 | 0 | 10111 | 100 | 10101 | 100110110 | 11110 | 1000110 |
Color Harmonies of #C99AC1
Complementary color
Monochromatic Colors of #C99AC1
Black with #C99AC1
Text Example
Text Example
White with #C99AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AC1; }
p { color: rgb(201,154,193); }
H1.HeaderClassName
{
color: #C99AC1;
}
.AnyTagClassName
{
color: #C99AC1;
}
</style>
background-color css
<style>
a { background-color: #C99AC1; }
a { background-color: rgb(201,154,193); }
div.DivClassName
{
background-color: #C99AC1;
}
.BgClassName
{
background-color: #C99AC1;
}
</style>
border-color css
<style>
span { border-color: #C99AC1; }
span { border-color: rgb(201,154,193); }
td.TdClassName
{
border-color: #C99AC1;
}
.TagClassName
{
border-color: #C99AC1;
}
</style>