#C2ACBF

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

Shades of Lilac #C2ACBF

Tints of Lilac #C2ACBF

Color information

#C2ACBF (or 0xC2ACBF) is unknown color: approx Lilac. HEX triplet: C2, AC and BF. RGB value is (194,172,191). Sum of RGB (Red+Green+Blue) = 194+172+191=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBF is #3D5340. Grayscale: #B4B4B4. Windows color (decimal): -4019009 or 12561602. OLE color: 12561602.

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

Color convert

RGB194172191-
CMYK00.110.020.24
HSL308.18º15.28%71.76%-
HSV(B)308.18º11.34%76.08%-
XYZ46.444.7455.48-
YUV180.74133.79137.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 191 (75% from 255) = 34.29%
R=34.83%
G=30.88%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417219100.110.020.24308.1815.2871.76
HexC2ACBF0B218134f48
Octal30225427701323046417110
Binary11000010101011001011111101011101100010011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACBF; }

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

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

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

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

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

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

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

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