Shades of Lilac #CBA2C3
Tints of Lilac #CBA2C3
RGB
CMYK
RGB Variations
Color information
#CBA2C3 (or 0xCBA2C3) is known color: Lilac. HEX triplet: CB, A2 and C3. RGB value is (203,162,195). Sum of RGB (Red+Green+Blue) = 203+162+195=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2C3 is #345D3C. Grayscale: #B1B1B1. Windows color (decimal): -3431741 or 12821195. OLE color: 12821195.
HSL color Cylindrical-coordinate representation of color #CBA2C3: hue angle of 311.71º 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 #CBA2C3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 195 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.20 |
| HSL | 311.71º | 0.28% | 0.72% | - |
| HSV(B) | 311.71º | 0.2% | 0.8% | - |
| XYZ | 47.4 | 42.48 | 57.33 | - |
| YUV | 178.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 195 | 0 | 0.20 | 0.04 | 0.20 | 311.71 | 0.28 | 0.72 |
| Hex | CB | A2 | C3 | 0 | 14 | 4 | 14 | 138 | 1C | 48 |
| Octal | 313 | 242 | 303 | 0 | 24 | 4 | 24 | 470 | 34 | 110 |
| Binary | 11001011 | 10100010 | 11000011 | 0 | 10100 | 100 | 10100 | 100111000 | 11100 | 1001000 |
Color Harmonies of #CBA2C3
Complementary color
Monochromatic Colors of #CBA2C3
Black with #CBA2C3
Text Example
Text Example
White with #CBA2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2C3; }
p { color: rgb(203,162,195); }
H1.HeaderClassName
{
color: #CBA2C3;
}
.AnyTagClassName
{
color: #CBA2C3;
}
</style>
background-color css
<style>
a { background-color: #CBA2C3; }
a { background-color: rgb(203,162,195); }
div.DivClassName
{
background-color: #CBA2C3;
}
.BgClassName
{
background-color: #CBA2C3;
}
</style>
border-color css
<style>
span { border-color: #CBA2C3; }
span { border-color: rgb(203,162,195); }
td.TdClassName
{
border-color: #CBA2C3;
}
.TagClassName
{
border-color: #CBA2C3;
}
</style>