#C2ACC0

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

Shades of Lilac #C2ACC0

Tints of Lilac #C2ACC0

Color information

#C2ACC0 (or 0xC2ACC0) is unknown color: approx Lilac. HEX triplet: C2, AC and C0. RGB value is (194,172,192). Sum of RGB (Red+Green+Blue) = 194+172+192=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC0 is #3D533F. Grayscale: #B4B4B4. Windows color (decimal): -4019008 or 12627138. OLE color: 12627138.

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

Color convert

RGB194172192-
CMYK00.110.010.24
HSL305.45º15.28%71.76%-
HSV(B)305.45º11.34%76.08%-
XYZ46.5244.7856.06-
YUV180.86134.29137.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=34.77%
G=30.82%
B=34.41%

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
Decimal19417219200.110.010.24305.4515.2871.76
HexC2ACC00B118131f48
Octal30225430001313046117110
Binary1100001010101100110000000101111100010011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACC0; }

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

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

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

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

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

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

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

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