Shades of Lilac #CAB6CA
Tints of Lilac #CAB6CA
RGB
CMYK
RGB Variations
Color information
#CAB6CA (or 0xCAB6CA) is known color: Lilac. HEX triplet: CA, B6 and CA. RGB value is (202,182,202). Sum of RGB (Red+Green+Blue) = 202+182+202=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6CA is #354935. Grayscale: #BEBEBE. Windows color (decimal): -3492150 or 13285066. OLE color: 13285066.
HSL color Cylindrical-coordinate representation of color #CAB6CA: hue angle of 300º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6CA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 202 | - |
| CMYK | 0 | 0.10 | 0 | 0.21 |
| HSL | 300º | 0.16% | 0.75% | - |
| HSV(B) | 300º | 0.1% | 0.79% | - |
| XYZ | 51.75 | 50.28 | 62.85 | - |
| YUV | 190.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 202 | 0 | 0.10 | 0 | 0.21 | 300 | 0.16 | 0.75 |
| Hex | CA | B6 | CA | 0 | A | 0 | 15 | 12C | 10 | 4B |
| Octal | 312 | 266 | 312 | 0 | 12 | 0 | 25 | 454 | 20 | 113 |
| Binary | 11001010 | 10110110 | 11001010 | 0 | 1010 | 0 | 10101 | 100101100 | 10000 | 1001011 |
Color Harmonies of #CAB6CA
Complementary color
Monochromatic Colors of #CAB6CA
Black with #CAB6CA
Text Example
Text Example
White with #CAB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6CA; }
p { color: rgb(202,182,202); }
H1.HeaderClassName
{
color: #CAB6CA;
}
.AnyTagClassName
{
color: #CAB6CA;
}
</style>
background-color css
<style>
a { background-color: #CAB6CA; }
a { background-color: rgb(202,182,202); }
div.DivClassName
{
background-color: #CAB6CA;
}
.BgClassName
{
background-color: #CAB6CA;
}
</style>
border-color css
<style>
span { border-color: #CAB6CA; }
span { border-color: rgb(202,182,202); }
td.TdClassName
{
border-color: #CAB6CA;
}
.TagClassName
{
border-color: #CAB6CA;
}
</style>