Shades of Lilac #CBA6CA
Tints of Lilac #CBA6CA
RGB
CMYK
RGB Variations
Color information
#CBA6CA (or 0xCBA6CA) is known color: Lilac. HEX triplet: CB, A6 and CA. RGB value is (203,166,202). Sum of RGB (Red+Green+Blue) = 203+166+202=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CA is #345935. Grayscale: #B5B5B5. Windows color (decimal): -3430710 or 13280971. OLE color: 13280971.
HSL color Cylindrical-coordinate representation of color #CBA6CA: hue angle of 301.62º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6CA is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 202 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.20 |
| HSL | 301.62º | 0.26% | 0.72% | - |
| HSV(B) | 301.62º | 0.18% | 0.8% | - |
| XYZ | 48.93 | 44.23 | 61.84 | - |
| YUV | 181.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 202 | 0 | 0.18 | 0.00 | 0.20 | 301.62 | 0.26 | 0.72 |
| Hex | CB | A6 | CA | 0 | 12 | 0 | 14 | 12E | 1A | 48 |
| Octal | 313 | 246 | 312 | 0 | 22 | 0 | 24 | 456 | 32 | 110 |
| Binary | 11001011 | 10100110 | 11001010 | 0 | 10010 | 0 | 10100 | 100101110 | 11010 | 1001000 |
Color Harmonies of #CBA6CA
Complementary color
Monochromatic Colors of #CBA6CA
Black with #CBA6CA
Text Example
Text Example
White with #CBA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6CA; }
p { color: rgb(203,166,202); }
H1.HeaderClassName
{
color: #CBA6CA;
}
.AnyTagClassName
{
color: #CBA6CA;
}
</style>
background-color css
<style>
a { background-color: #CBA6CA; }
a { background-color: rgb(203,166,202); }
div.DivClassName
{
background-color: #CBA6CA;
}
.BgClassName
{
background-color: #CBA6CA;
}
</style>
border-color css
<style>
span { border-color: #CBA6CA; }
span { border-color: rgb(203,166,202); }
td.TdClassName
{
border-color: #CBA6CA;
}
.TagClassName
{
border-color: #CBA6CA;
}
</style>