#C2A8BF

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

Shades of Lilac #C2A8BF

Tints of Lilac #C2A8BF

Color information

#C2A8BF (or 0xC2A8BF) is unknown color: approx Lilac. HEX triplet: C2, A8 and BF. RGB value is (194,168,191). Sum of RGB (Red+Green+Blue) = 194+168+191=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8BF is #3D5740. Grayscale: #B2B2B2. Windows color (decimal): -4020033 or 12560578. OLE color: 12560578.

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

Color convert

RGB194168191-
CMYK00.130.020.24
HSL306.92º17.57%70.98%-
HSV(B)306.92º13.4%76.08%-
XYZ45.6543.2455.23-
YUV178.4135.11139.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 191 (75% from 255) = 34.54%
R=35.08%
G=30.38%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416819100.130.020.24306.9217.5770.98
HexC2A8BF0D2181331247
Octal30225027701523046322107
Binary110000101010100010111111011011011000100110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A8BF; }

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

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

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

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

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

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

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

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