#CAA8C4

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

Shades of Lilac #CAA8C4

Tints of Lilac #CAA8C4

Color information

#CAA8C4 (or 0xCAA8C4) is unknown color: approx Lilac. HEX triplet: CA, A8 and C4. RGB value is (202,168,196). Sum of RGB (Red+Green+Blue) = 202+168+196=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C4 is #35573B. Grayscale: #B5B5B5. Windows color (decimal): -3495740 or 12888266. OLE color: 12888266.

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

Color convert

RGB202168196-
CMYK00.170.030.21
HSL310.59º24.29%72.55%-
HSV(B)310.59º16.83%79.22%-
XYZ48.3244.5558.28-
YUV181.36136.26142.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 196 (76.95% from 255) = 34.63%
R=35.69%
G=29.68%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216819600.170.030.21310.5924.2972.55
HexCAA8C40113151371849
Octal31225030402132546730111
Binary1100101010101000110001000100011110101100110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8C4; }

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

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

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

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

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

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

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

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