#CAA2C8

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

Shades of Lilac #CAA2C8

Tints of Lilac #CAA2C8

Color information

#CAA2C8 (or 0xCAA2C8) is unknown color: approx Lilac. HEX triplet: CA, A2 and C8. RGB value is (202,162,200). Sum of RGB (Red+Green+Blue) = 202+162+200=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2C8 is #355D37. Grayscale: #B2B2B2. Windows color (decimal): -3497272 or 13148874. OLE color: 13148874.

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

Color convert

RGB202162200-
CMYK00.200.010.21
HSL303º27.4%71.37%-
HSV(B)303º19.8%79.22%-
XYZ47.742.5760.35-
YUV178.29140.25144.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=35.82%
G=28.72%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216220000.200.010.2130327.471.37
HexCAA2C801411512f1b47
Octal31224231002412545733107
Binary110010101010001011001000010100110101100101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2C8; }

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

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

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

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

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

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

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

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