Shades of Lilac #C8A9C3
Tints of Lilac #C8A9C3
RGB
CMYK
RGB Variations
Color information
#C8A9C3 (or 0xC8A9C3) is known color: Lilac. HEX triplet: C8, A9 and C3. RGB value is (200,169,195). Sum of RGB (Red+Green+Blue) = 200+169+195=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9C3 is #37563C. Grayscale: #B5B5B5. Windows color (decimal): -3626557 or 12822984. OLE color: 12822984.
HSL color Cylindrical-coordinate representation of color #C8A9C3: hue angle of 309.68º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8A9C3 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 195 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.22 |
| HSL | 309.68º | 0.22% | 0.72% | - |
| HSV(B) | 309.68º | 0.16% | 0.78% | - |
| XYZ | 47.86 | 44.6 | 57.72 | - |
| YUV | 181.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 195 | 0 | 0.16 | 0.02 | 0.22 | 309.68 | 0.22 | 0.72 |
| Hex | C8 | A9 | C3 | 0 | 10 | 2 | 16 | 136 | 16 | 48 |
| Octal | 310 | 251 | 303 | 0 | 20 | 2 | 26 | 466 | 26 | 110 |
| Binary | 11001000 | 10101001 | 11000011 | 0 | 10000 | 10 | 10110 | 100110110 | 10110 | 1001000 |
Color Harmonies of #C8A9C3
Complementary color
Monochromatic Colors of #C8A9C3
Black with #C8A9C3
Text Example
Text Example
White with #C8A9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9C3; }
p { color: rgb(200,169,195); }
H1.HeaderClassName
{
color: #C8A9C3;
}
.AnyTagClassName
{
color: #C8A9C3;
}
</style>
background-color css
<style>
a { background-color: #C8A9C3; }
a { background-color: rgb(200,169,195); }
div.DivClassName
{
background-color: #C8A9C3;
}
.BgClassName
{
background-color: #C8A9C3;
}
</style>
border-color css
<style>
span { border-color: #C8A9C3; }
span { border-color: rgb(200,169,195); }
td.TdClassName
{
border-color: #C8A9C3;
}
.TagClassName
{
border-color: #C8A9C3;
}
</style>