#CAA4C4

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

Shades of Lilac #CAA4C4

Tints of Lilac #CAA4C4

Color information

#CAA4C4 (or 0xCAA4C4) is unknown color: approx Lilac. HEX triplet: CA, A4 and C4. RGB value is (202,164,196). Sum of RGB (Red+Green+Blue) = 202+164+196=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4C4 is #355B3B. Grayscale: #B2B2B2. Windows color (decimal): -3496764 or 12887242. OLE color: 12887242.

HSL color Cylindrical-coordinate representation of color #CAA4C4: hue angle of 309.47º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA4C4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202164196-
CMYK00.190.030.21
HSL309.47º26.39%71.76%-
HSV(B)309.47º18.81%79.22%-
XYZ47.643.0958.03-
YUV179.01137.59144.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=35.94%
G=29.18%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216419600.190.030.21309.4726.3971.76
HexCAA4C40133151351a48
Octal31224430402332546532110
Binary1100101010100100110001000100111110101100110101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4C4; }

 p { color: rgb(202,164,196); }

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

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

 a { background-color: rgb(202,164,196); }

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

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

 span { border-color: rgb(202,164,196); }

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