Shades of Lilac #CBA2CA
Tints of Lilac #CBA2CA
RGB
CMYK
RGB Variations
Color information
#CBA2CA (or 0xCBA2CA) is known color: Lilac. HEX triplet: CB, A2 and CA. RGB value is (203,162,202). Sum of RGB (Red+Green+Blue) = 203+162+202=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2CA is #345D35. Grayscale: #B2B2B2. Windows color (decimal): -3431734 or 13279947. OLE color: 13279947.
HSL color Cylindrical-coordinate representation of color #CBA2CA: hue angle of 301.46º 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 #CBA2CA is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 202 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.20 |
| HSL | 301.46º | 0.28% | 0.72% | - |
| HSV(B) | 301.46º | 0.2% | 0.8% | - |
| XYZ | 48.21 | 42.8 | 61.6 | - |
| YUV | 178.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 202 | 0 | 0.20 | 0.00 | 0.20 | 301.46 | 0.28 | 0.72 |
| Hex | CB | A2 | CA | 0 | 14 | 0 | 14 | 12D | 1C | 48 |
| Octal | 313 | 242 | 312 | 0 | 24 | 0 | 24 | 455 | 34 | 110 |
| Binary | 11001011 | 10100010 | 11001010 | 0 | 10100 | 0 | 10100 | 100101101 | 11100 | 1001000 |
Color Harmonies of #CBA2CA
Complementary color
Monochromatic Colors of #CBA2CA
Black with #CBA2CA
Text Example
Text Example
White with #CBA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2CA; }
p { color: rgb(203,162,202); }
H1.HeaderClassName
{
color: #CBA2CA;
}
.AnyTagClassName
{
color: #CBA2CA;
}
</style>
background-color css
<style>
a { background-color: #CBA2CA; }
a { background-color: rgb(203,162,202); }
div.DivClassName
{
background-color: #CBA2CA;
}
.BgClassName
{
background-color: #CBA2CA;
}
</style>
border-color css
<style>
span { border-color: #CBA2CA; }
span { border-color: rgb(203,162,202); }
td.TdClassName
{
border-color: #CBA2CA;
}
.TagClassName
{
border-color: #CBA2CA;
}
</style>