#C2ACC2

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

Shades of Lilac #C2ACC2

Tints of Lilac #C2ACC2

Color information

#C2ACC2 (or 0xC2ACC2) is unknown color: approx Lilac. HEX triplet: C2, AC and C2. RGB value is (194,172,194). Sum of RGB (Red+Green+Blue) = 194+172+194=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C2ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC2 is #3D533D. Grayscale: #B5B5B5. Windows color (decimal): -4019006 or 12758210. OLE color: 12758210.

HSL color Cylindrical-coordinate representation of color #C2ACC2: hue angle of 300º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ACC2 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194172194-
CMYK00.1100.24
HSL300º15.28%71.76%-
HSV(B)300º11.34%76.08%-
XYZ46.7444.8757.24-
YUV181.09135.29137.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=34.64%
G=30.71%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417219400.1100.2430015.2871.76
HexC2ACC20B01812cf48
Octal30225430201303045417110
Binary1100001010101100110000100101101100010010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACC2; }

 p { color: rgb(194,172,194); }

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

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

 a { background-color: rgb(194,172,194); }

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

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

 span { border-color: rgb(194,172,194); }

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