#CAA2C3

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

Shades of Lilac #CAA2C3

Tints of Lilac #CAA2C3

Color information

#CAA2C3 (or 0xCAA2C3) is unknown color: approx Lilac. HEX triplet: CA, A2 and C3. RGB value is (202,162,195). Sum of RGB (Red+Green+Blue) = 202+162+195=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2C3 is #355D3C. Grayscale: #B1B1B1. Windows color (decimal): -3497277 or 12821194. OLE color: 12821194.

HSL color Cylindrical-coordinate representation of color #CAA2C3: hue angle of 310.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA2C3 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202162195-
CMYK00.200.030.21
HSL310.5º27.4%71.37%-
HSV(B)310.5º19.8%79.22%-
XYZ47.1342.3457.32-
YUV177.72137.75145.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=36.14%
G=28.98%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216219500.200.030.21310.527.471.37
HexCAA2C30143151361b47
Octal31224230302432546633107
Binary1100101010100010110000110101001110101100110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2C3; }

 p { color: rgb(202,162,195); }

 H1.HeaderClassName
 {
   color: #CAA2C3;
 }
 .AnyTagClassName
 {
   color: #CAA2C3;
 }
</style>
background-color css

<style>
 a { background-color: #CAA2C3; }

 a { background-color: rgb(202,162,195); }

 div.DivClassName
 {
   background-color: #CAA2C3;
 }
 .BgClassName
 {
   background-color: #CAA2C3;
 }
</style>
border-color css

<style>
 span { border-color: #CAA2C3; }

 span { border-color: rgb(202,162,195); }

 td.TdClassName
 {
   border-color: #CAA2C3;
 }
 .TagClassName
 {
   border-color: #CAA2C3;
 }
</style>