#C2ABC2

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

Shades of Lilac #C2ABC2

Tints of Lilac #C2ABC2

Color information

#C2ABC2 (or 0xC2ABC2) is unknown color: approx Lilac. HEX triplet: C2, AB and C2. RGB value is (194,171,194). Sum of RGB (Red+Green+Blue) = 194+171+194=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C2ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABC2 is #3D543D. Grayscale: #B4B4B4. Windows color (decimal): -4019262 or 12757954. OLE color: 12757954.

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

Color convert

RGB194171194-
CMYK00.1200.24
HSL300º15.86%71.57%-
HSV(B)300º11.86%76.08%-
XYZ46.5544.4957.17-
YUV180.5135.62137.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=34.70%
G=30.59%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417119400.1200.2430015.8671.57
HexC2ABC20C01812c1048
Octal30225330201403045420110
Binary11000010101010111100001001100011000100101100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABC2; }

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

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

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

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

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

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

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

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