Shades of Lilac #C8A9C9
Tints of Lilac #C8A9C9
RGB
CMYK
RGB Variations
Color information
#C8A9C9 (or 0xC8A9C9) is known color: Lilac. HEX triplet: C8, A9 and C9. RGB value is (200,169,201). Sum of RGB (Red+Green+Blue) = 200+169+201=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C8A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9C9 is #375636. Grayscale: #B5B5B5. Windows color (decimal): -3626551 or 13216200. OLE color: 13216200.
HSL color Cylindrical-coordinate representation of color #C8A9C9: hue angle of 298.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A9C9 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 169 | 201 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.21 |
| HSL | 298.13º | 0.23% | 0.73% | - |
| HSV(B) | 298.13º | 0.16% | 0.79% | - |
| XYZ | 48.55 | 44.87 | 61.36 | - |
| YUV | 181.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 201 | 0.00 | 0.16 | 0 | 0.21 | 298.13 | 0.23 | 0.73 |
| Hex | C8 | A9 | C9 | 0 | 10 | 0 | 15 | 12A | 17 | 49 |
| Octal | 310 | 251 | 311 | 0 | 20 | 0 | 25 | 452 | 27 | 111 |
| Binary | 11001000 | 10101001 | 11001001 | 0 | 10000 | 0 | 10101 | 100101010 | 10111 | 1001001 |
Color Harmonies of #C8A9C9
Complementary color
Monochromatic Colors of #C8A9C9
Black with #C8A9C9
Text Example
Text Example
White with #C8A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9C9; }
p { color: rgb(200,169,201); }
H1.HeaderClassName
{
color: #C8A9C9;
}
.AnyTagClassName
{
color: #C8A9C9;
}
</style>
background-color css
<style>
a { background-color: #C8A9C9; }
a { background-color: rgb(200,169,201); }
div.DivClassName
{
background-color: #C8A9C9;
}
.BgClassName
{
background-color: #C8A9C9;
}
</style>
border-color css
<style>
span { border-color: #C8A9C9; }
span { border-color: rgb(200,169,201); }
td.TdClassName
{
border-color: #C8A9C9;
}
.TagClassName
{
border-color: #C8A9C9;
}
</style>