Shades of Lilac #CBA2C9
Tints of Lilac #CBA2C9
RGB
CMYK
RGB Variations
Color information
#CBA2C9 (or 0xCBA2C9) is known color: Lilac. HEX triplet: CB, A2 and C9. RGB value is (203,162,201). Sum of RGB (Red+Green+Blue) = 203+162+201=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2C9 is #345D36. Grayscale: #B2B2B2. Windows color (decimal): -3431735 or 13214411. OLE color: 13214411.
HSL color Cylindrical-coordinate representation of color #CBA2C9: hue angle of 302.93º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2C9 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 201 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.20 |
| HSL | 302.93º | 0.28% | 0.72% | - |
| HSV(B) | 302.93º | 0.2% | 0.8% | - |
| XYZ | 48.09 | 42.75 | 60.98 | - |
| YUV | 178.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 201 | 0 | 0.20 | 0.01 | 0.20 | 302.93 | 0.28 | 0.72 |
| Hex | CB | A2 | C9 | 0 | 14 | 1 | 14 | 12F | 1C | 48 |
| Octal | 313 | 242 | 311 | 0 | 24 | 1 | 24 | 457 | 34 | 110 |
| Binary | 11001011 | 10100010 | 11001001 | 0 | 10100 | 1 | 10100 | 100101111 | 11100 | 1001000 |
Color Harmonies of #CBA2C9
Complementary color
Monochromatic Colors of #CBA2C9
Black with #CBA2C9
Text Example
Text Example
White with #CBA2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2C9; }
p { color: rgb(203,162,201); }
H1.HeaderClassName
{
color: #CBA2C9;
}
.AnyTagClassName
{
color: #CBA2C9;
}
</style>
background-color css
<style>
a { background-color: #CBA2C9; }
a { background-color: rgb(203,162,201); }
div.DivClassName
{
background-color: #CBA2C9;
}
.BgClassName
{
background-color: #CBA2C9;
}
</style>
border-color css
<style>
span { border-color: #CBA2C9; }
span { border-color: rgb(203,162,201); }
td.TdClassName
{
border-color: #CBA2C9;
}
.TagClassName
{
border-color: #CBA2C9;
}
</style>