Shades of Lilac #C8A9CB
Tints of Lilac #C8A9CB
RGB
CMYK
RGB Variations
Color information
#C8A9CB (or 0xC8A9CB) is known color: Lilac. HEX triplet: C8, A9 and CB. RGB value is (200,169,203). Sum of RGB (Red+Green+Blue) = 200+169+203=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9CB is #375634. Grayscale: #B6B6B6. Windows color (decimal): -3626549 or 13347272. OLE color: 13347272.
HSL color Cylindrical-coordinate representation of color #C8A9CB: hue angle of 294.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A9CB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 169 | 203 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.20 |
| HSL | 294.71º | 0.25% | 0.73% | - |
| HSV(B) | 294.71º | 0.17% | 0.8% | - |
| XYZ | 48.79 | 44.97 | 62.61 | - |
| YUV | 182.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 203 | 0.01 | 0.17 | 0 | 0.20 | 294.71 | 0.25 | 0.73 |
| Hex | C8 | A9 | CB | 1 | 11 | 0 | 14 | 127 | 19 | 49 |
| Octal | 310 | 251 | 313 | 1 | 21 | 0 | 24 | 447 | 31 | 111 |
| Binary | 11001000 | 10101001 | 11001011 | 1 | 10001 | 0 | 10100 | 100100111 | 11001 | 1001001 |
Color Harmonies of #C8A9CB
Complementary color
Monochromatic Colors of #C8A9CB
Black with #C8A9CB
Text Example
Text Example
White with #C8A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9CB; }
p { color: rgb(200,169,203); }
H1.HeaderClassName
{
color: #C8A9CB;
}
.AnyTagClassName
{
color: #C8A9CB;
}
</style>
background-color css
<style>
a { background-color: #C8A9CB; }
a { background-color: rgb(200,169,203); }
div.DivClassName
{
background-color: #C8A9CB;
}
.BgClassName
{
background-color: #C8A9CB;
}
</style>
border-color css
<style>
span { border-color: #C8A9CB; }
span { border-color: rgb(200,169,203); }
td.TdClassName
{
border-color: #C8A9CB;
}
.TagClassName
{
border-color: #C8A9CB;
}
</style>