Shades of Lilac #CAB3CA
Tints of Lilac #CAB3CA
RGB
CMYK
RGB Variations
Color information
#CAB3CA (or 0xCAB3CA) is known color: Lilac. HEX triplet: CA, B3 and CA. RGB value is (202,179,202). Sum of RGB (Red+Green+Blue) = 202+179+202=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3CA is #354C35. Grayscale: #BCBCBC. Windows color (decimal): -3492918 or 13284298. OLE color: 13284298.
HSL color Cylindrical-coordinate representation of color #CAB3CA: hue angle of 300º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB3CA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 179 | 202 | - |
CMYK | 0 | 0.11 | 0 | 0.21 |
HSL | 300º | 0.18% | 0.75% | - |
HSV(B) | 300º | 0.11% | 0.79% | - |
XYZ | 51.14 | 49.06 | 62.65 | - |
YUV | 188.5 | 135.62 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 179 | 202 | 0 | 0.11 | 0 | 0.21 | 300 | 0.18 | 0.75 |
Hex | CA | B3 | CA | 0 | B | 0 | 15 | 12C | 12 | 4B |
Octal | 312 | 263 | 312 | 0 | 13 | 0 | 25 | 454 | 22 | 113 |
Binary | 11001010 | 10110011 | 11001010 | 0 | 1011 | 0 | 10101 | 100101100 | 10010 | 1001011 |
Color Harmonies of #CAB3CA
Complementary color
Monochromatic Colors of #CAB3CA
Black with #CAB3CA
Text Example
Text Example
White with #CAB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3CA; }
p { color: rgb(202,179,202); }
H1.HeaderClassName
{
color: #CAB3CA;
}
.AnyTagClassName
{
color: #CAB3CA;
}
</style>
background-color css
<style>
a { background-color: #CAB3CA; }
a { background-color: rgb(202,179,202); }
div.DivClassName
{
background-color: #CAB3CA;
}
.BgClassName
{
background-color: #CAB3CA;
}
</style>
border-color css
<style>
span { border-color: #CAB3CA; }
span { border-color: rgb(202,179,202); }
td.TdClassName
{
border-color: #CAB3CA;
}
.TagClassName
{
border-color: #CAB3CA;
}
</style>