#C2ACC1

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

Shades of Lilac #C2ACC1

Tints of Lilac #C2ACC1

Color information

#C2ACC1 (or 0xC2ACC1) is unknown color: approx Lilac. HEX triplet: C2, AC and C1. RGB value is (194,172,193). Sum of RGB (Red+Green+Blue) = 194+172+193=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC1 is #3D533E. Grayscale: #B4B4B4. Windows color (decimal): -4019007 or 12692674. OLE color: 12692674.

HSL color Cylindrical-coordinate representation of color #C2ACC1: hue angle of 302.73º 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 #C2ACC1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194172193-
CMYK00.110.010.24
HSL302.73º15.28%71.76%-
HSV(B)302.73º11.34%76.08%-
XYZ46.6344.8256.65-
YUV180.97134.79137.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=34.70%
G=30.77%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417219300.110.010.24302.7315.2871.76
HexC2ACC10B11812ff48
Octal30225430101313045717110
Binary1100001010101100110000010101111100010010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACC1; }

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

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

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

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

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

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

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

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