Shades of Lilac #CBAACA
Tints of Lilac #CBAACA
RGB
CMYK
RGB Variations
Color information
#CBAACA (or 0xCBAACA) is known color: Lilac. HEX triplet: CB, AA and CA. RGB value is (203,170,202). Sum of RGB (Red+Green+Blue) = 203+170+202=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAACA is #345535. Grayscale: #B7B7B7. Windows color (decimal): -3429686 or 13281995. OLE color: 13281995.
HSL color Cylindrical-coordinate representation of color #CBAACA: hue angle of 301.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAACA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 202 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.20 |
| HSL | 301.82º | 0.24% | 0.73% | - |
| HSV(B) | 301.82º | 0.16% | 0.8% | - |
| XYZ | 49.66 | 45.71 | 62.08 | - |
| YUV | 183.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 202 | 0 | 0.16 | 0.00 | 0.20 | 301.82 | 0.24 | 0.73 |
| Hex | CB | AA | CA | 0 | 10 | 0 | 14 | 12E | 18 | 49 |
| Octal | 313 | 252 | 312 | 0 | 20 | 0 | 24 | 456 | 30 | 111 |
| Binary | 11001011 | 10101010 | 11001010 | 0 | 10000 | 0 | 10100 | 100101110 | 11000 | 1001001 |
Color Harmonies of #CBAACA
Complementary color
Monochromatic Colors of #CBAACA
Black with #CBAACA
Text Example
Text Example
White with #CBAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAACA; }
p { color: rgb(203,170,202); }
H1.HeaderClassName
{
color: #CBAACA;
}
.AnyTagClassName
{
color: #CBAACA;
}
</style>
background-color css
<style>
a { background-color: #CBAACA; }
a { background-color: rgb(203,170,202); }
div.DivClassName
{
background-color: #CBAACA;
}
.BgClassName
{
background-color: #CBAACA;
}
</style>
border-color css
<style>
span { border-color: #CBAACA; }
span { border-color: rgb(203,170,202); }
td.TdClassName
{
border-color: #CBAACA;
}
.TagClassName
{
border-color: #CBAACA;
}
</style>