#CAA6C6

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

Shades of Lilac #CAA6C6

Tints of Lilac #CAA6C6

Color information

#CAA6C6 (or 0xCAA6C6) is unknown color: approx Lilac. HEX triplet: CA, A6 and C6. RGB value is (202,166,198). Sum of RGB (Red+Green+Blue) = 202+166+198=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C6 is #355939. Grayscale: #B4B4B4. Windows color (decimal): -3496250 or 13018826. OLE color: 13018826.

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

Color convert

RGB202166198-
CMYK00.180.020.21
HSL306.67º25.35%72.16%-
HSV(B)306.67º17.82%79.22%-
XYZ48.1943.9159.36-
YUV180.41137.93143.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=35.69%
G=29.33%
B=34.98%

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
Decimal20216619800.180.020.21306.6725.3572.16
HexCAA6C60122151331948
Octal31224630602222546331110
Binary1100101010100110110001100100101010101100110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6C6; }

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

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

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

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

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

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

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

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