#C2A1BF

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

Shades of Lilac #C2A1BF

Tints of Lilac #C2A1BF

Color information

#C2A1BF (or 0xC2A1BF) is unknown color: approx Lilac. HEX triplet: C2, A1 and BF. RGB value is (194,161,191). Sum of RGB (Red+Green+Blue) = 194+161+191=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1BF is #3D5E40. Grayscale: #AEAEAE. Windows color (decimal): -4021825 or 12558786. OLE color: 12558786.

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

Color convert

RGB194161191-
CMYK00.170.020.24
HSL305.45º21.29%69.61%-
HSV(B)305.45º17.01%76.08%-
XYZ44.440.7254.81-
YUV174.29137.43142.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 191 (75% from 255) = 34.98%
R=35.53%
G=29.49%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416119100.170.020.24305.4521.2969.61
HexC2A1BF0112181311546
Octal30224127702123046125106
Binary1100001010100001101111110100011011000100110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1BF; }

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

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

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

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

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

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

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

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