Shades of Lilac #C99AC5
Tints of Lilac #C99AC5
RGB
CMYK
RGB Variations
Color information
#C99AC5 (or 0xC99AC5) is known color: Lilac. HEX triplet: C9, 9A and C5. RGB value is (201,154,197). Sum of RGB (Red+Green+Blue) = 201+154+197=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AC5 is #36653A. Grayscale: #ACACAC. Windows color (decimal): -3564859 or 12950217. OLE color: 12950217.
HSL color Cylindrical-coordinate representation of color #C99AC5: hue angle of 305.11º 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 #C99AC5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 197 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.21 |
| HSL | 305.11º | 0.3% | 0.7% | - |
| HSV(B) | 305.11º | 0.23% | 0.79% | - |
| XYZ | 45.72 | 39.56 | 58.05 | - |
| YUV | 172.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 197 | 0 | 0.23 | 0.02 | 0.21 | 305.11 | 0.3 | 0.7 |
| Hex | C9 | 9A | C5 | 0 | 17 | 2 | 15 | 131 | 1E | 46 |
| Octal | 311 | 232 | 305 | 0 | 27 | 2 | 25 | 461 | 36 | 106 |
| Binary | 11001001 | 10011010 | 11000101 | 0 | 10111 | 10 | 10101 | 100110001 | 11110 | 1000110 |
Color Harmonies of #C99AC5
Complementary color
Monochromatic Colors of #C99AC5
Black with #C99AC5
Text Example
Text Example
White with #C99AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AC5; }
p { color: rgb(201,154,197); }
H1.HeaderClassName
{
color: #C99AC5;
}
.AnyTagClassName
{
color: #C99AC5;
}
</style>
background-color css
<style>
a { background-color: #C99AC5; }
a { background-color: rgb(201,154,197); }
div.DivClassName
{
background-color: #C99AC5;
}
.BgClassName
{
background-color: #C99AC5;
}
</style>
border-color css
<style>
span { border-color: #C99AC5; }
span { border-color: rgb(201,154,197); }
td.TdClassName
{
border-color: #C99AC5;
}
.TagClassName
{
border-color: #C99AC5;
}
</style>