#C2AABF

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

Shades of Lilac #C2AABF

Tints of Lilac #C2AABF

Color information

#C2AABF (or 0xC2AABF) is unknown color: approx Lilac. HEX triplet: C2, AA and BF. RGB value is (194,170,191). Sum of RGB (Red+Green+Blue) = 194+170+191=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AABF is #3D5540. Grayscale: #B3B3B3. Windows color (decimal): -4019521 or 12561090. OLE color: 12561090.

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

Color convert

RGB194170191-
CMYK00.120.020.24
HSL307.5º16.44%71.37%-
HSV(B)307.5º12.37%76.08%-
XYZ46.0343.9855.35-
YUV179.57134.45138.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 191 (75% from 255) = 34.41%
R=34.95%
G=30.63%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417019100.120.020.24307.516.4471.37
HexC2AABF0C2181341047
Octal30225227701423046420107
Binary110000101010101010111111011001011000100110100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AABF; }

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

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

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

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

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

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

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

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