#CAA5C5

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

Shades of Lilac #CAA5C5

Tints of Lilac #CAA5C5

Color information

#CAA5C5 (or 0xCAA5C5) is unknown color: approx Lilac. HEX triplet: CA, A5 and C5. RGB value is (202,165,197). Sum of RGB (Red+Green+Blue) = 202+165+197=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5C5 is #355A3A. Grayscale: #B3B3B3. Windows color (decimal): -3496507 or 12953034. OLE color: 12953034.

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

Color convert

RGB202165197-
CMYK00.180.020.21
HSL308.11º25.87%71.96%-
HSV(B)308.11º18.32%79.22%-
XYZ47.8943.558.7-
YUV179.71137.76143.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 165 (64.84% from 255) = 29.26%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=35.82%
G=29.26%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216519700.180.020.21308.1125.8771.96
HexCAA5C50122151341a48
Octal31224530502222546432110
Binary1100101010100101110001010100101010101100110100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5C5; }

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

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

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

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

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

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

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

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