Shades of Lilac #CAB1CA
Tints of Lilac #CAB1CA
RGB
CMYK
RGB Variations
Color information
#CAB1CA (or 0xCAB1CA) is known color: Lilac. HEX triplet: CA, B1 and CA. RGB value is (202,177,202). Sum of RGB (Red+Green+Blue) = 202+177+202=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1CA is #354E35. Grayscale: #BBBBBB. Windows color (decimal): -3493430 or 13283786. OLE color: 13283786.
HSL color Cylindrical-coordinate representation of color #CAB1CA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1CA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 202 | - |
| CMYK | 0 | 0.12 | 0 | 0.21 |
| HSL | 300º | 0.19% | 0.74% | - |
| HSV(B) | 300º | 0.12% | 0.79% | - |
| XYZ | 50.74 | 48.27 | 62.52 | - |
| YUV | 187.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 202 | 0 | 0.12 | 0 | 0.21 | 300 | 0.19 | 0.74 |
| Hex | CA | B1 | CA | 0 | C | 0 | 15 | 12C | 13 | 4A |
| Octal | 312 | 261 | 312 | 0 | 14 | 0 | 25 | 454 | 23 | 112 |
| Binary | 11001010 | 10110001 | 11001010 | 0 | 1100 | 0 | 10101 | 100101100 | 10011 | 1001010 |
Color Harmonies of #CAB1CA
Complementary color
Monochromatic Colors of #CAB1CA
Black with #CAB1CA
Text Example
Text Example
White with #CAB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1CA; }
p { color: rgb(202,177,202); }
H1.HeaderClassName
{
color: #CAB1CA;
}
.AnyTagClassName
{
color: #CAB1CA;
}
</style>
background-color css
<style>
a { background-color: #CAB1CA; }
a { background-color: rgb(202,177,202); }
div.DivClassName
{
background-color: #CAB1CA;
}
.BgClassName
{
background-color: #CAB1CA;
}
</style>
border-color css
<style>
span { border-color: #CAB1CA; }
span { border-color: rgb(202,177,202); }
td.TdClassName
{
border-color: #CAB1CA;
}
.TagClassName
{
border-color: #CAB1CA;
}
</style>