#CAA5C4

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

Shades of Lilac #CAA5C4

Tints of Lilac #CAA5C4

Color information

#CAA5C4 (or 0xCAA5C4) is unknown color: approx Lilac. HEX triplet: CA, A5 and C4. RGB value is (202,165,196). Sum of RGB (Red+Green+Blue) = 202+165+196=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5C4 is #355A3B. Grayscale: #B3B3B3. Windows color (decimal): -3496508 or 12887498. OLE color: 12887498.

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

Color convert

RGB202165196-
CMYK00.180.030.21
HSL309.73º25.87%71.96%-
HSV(B)309.73º18.32%79.22%-
XYZ47.7843.4558.09-
YUV179.6137.26143.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=35.88%
G=29.31%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216519600.180.030.21309.7325.8771.96
HexCAA5C40123151361a48
Octal31224530402232546632110
Binary1100101010100101110001000100101110101100110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5C4; }

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

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

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

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

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

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

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

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