Shades of Lilac #C99AC3
Tints of Lilac #C99AC3
RGB
CMYK
RGB Variations
Color information
#C99AC3 (or 0xC99AC3) is known color: Lilac. HEX triplet: C9, 9A and C3. RGB value is (201,154,195). Sum of RGB (Red+Green+Blue) = 201+154+195=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AC3 is #36653C. Grayscale: #ACACAC. Windows color (decimal): -3564861 or 12819145. OLE color: 12819145.
HSL color Cylindrical-coordinate representation of color #C99AC3: hue angle of 307.66º 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 #C99AC3 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 195 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.21 |
| HSL | 307.66º | 0.3% | 0.7% | - |
| HSV(B) | 307.66º | 0.23% | 0.79% | - |
| XYZ | 45.49 | 39.47 | 56.85 | - |
| YUV | 172.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 195 | 0 | 0.23 | 0.03 | 0.21 | 307.66 | 0.3 | 0.7 |
| Hex | C9 | 9A | C3 | 0 | 17 | 3 | 15 | 134 | 1E | 46 |
| Octal | 311 | 232 | 303 | 0 | 27 | 3 | 25 | 464 | 36 | 106 |
| Binary | 11001001 | 10011010 | 11000011 | 0 | 10111 | 11 | 10101 | 100110100 | 11110 | 1000110 |
Color Harmonies of #C99AC3
Complementary color
Monochromatic Colors of #C99AC3
Black with #C99AC3
Text Example
Text Example
White with #C99AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AC3; }
p { color: rgb(201,154,195); }
H1.HeaderClassName
{
color: #C99AC3;
}
.AnyTagClassName
{
color: #C99AC3;
}
</style>
background-color css
<style>
a { background-color: #C99AC3; }
a { background-color: rgb(201,154,195); }
div.DivClassName
{
background-color: #C99AC3;
}
.BgClassName
{
background-color: #C99AC3;
}
</style>
border-color css
<style>
span { border-color: #C99AC3; }
span { border-color: rgb(201,154,195); }
td.TdClassName
{
border-color: #C99AC3;
}
.TagClassName
{
border-color: #C99AC3;
}
</style>