#CAA6C4

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

Shades of Lilac #CAA6C4

Tints of Lilac #CAA6C4

Color information

#CAA6C4 (or 0xCAA6C4) is unknown color: approx Lilac. HEX triplet: CA, A6 and C4. RGB value is (202,166,196). Sum of RGB (Red+Green+Blue) = 202+166+196=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C4 is #35593B. Grayscale: #B4B4B4. Windows color (decimal): -3496252 or 12887754. OLE color: 12887754.

HSL color Cylindrical-coordinate representation of color #CAA6C4: hue angle of 310º degrees, saturation: 0.25, 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 #CAA6C4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202166196-
CMYK00.180.030.21
HSL310º25.35%72.16%-
HSV(B)310º17.82%79.22%-
XYZ47.9643.8158.15-
YUV180.18136.93143.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=35.82%
G=29.43%
B=34.75%

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
Decimal20216619600.180.030.2131025.3572.16
HexCAA6C40123151361948
Octal31224630402232546631110
Binary1100101010100110110001000100101110101100110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6C4; }

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

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

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

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

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

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

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

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