#CBAACA

Color #CBAACA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CBAACA

Tints of Lilac #CBAACA

Color information

#CBAACA (or 0xCBAACA) is unknown color: approx 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

RGB203170202-
CMYK00.160.000.20
HSL301.82º24.09%73.14%-
HSV(B)301.82º16.26%79.61%-
XYZ49.6645.7162.08-
YUV183.52138.43141.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=35.30%
G=29.57%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317020200.160.000.20301.8224.0973.14
HexCBAACA01001412e1849
Octal31325231202002445630111
Binary110010111010101011001010010000010100100101110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>