#CAA2C5

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

Shades of Lilac #CAA2C5

Tints of Lilac #CAA2C5

Color information

#CAA2C5 (or 0xCAA2C5) is unknown color: approx Lilac. HEX triplet: CA, A2 and C5. RGB value is (202,162,197). Sum of RGB (Red+Green+Blue) = 202+162+197=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2C5 is #355D3A. Grayscale: #B1B1B1. Windows color (decimal): -3497275 or 12952266. OLE color: 12952266.

HSL color Cylindrical-coordinate representation of color #CAA2C5: hue angle of 307.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 #CAA2C5 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202162197-
CMYK00.200.020.21
HSL307.5º27.4%71.37%-
HSV(B)307.5º19.8%79.22%-
XYZ47.3642.4358.52-
YUV177.95138.75145.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=36.01%
G=28.88%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216219700.200.020.21307.527.471.37
HexCAA2C50142151341b47
Octal31224230502422546433107
Binary1100101010100010110001010101001010101100110100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2C5; }

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

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

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

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

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

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

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

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