#C2A1BE

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

Shades of Lilac #C2A1BE

Tints of Lilac #C2A1BE

Color information

#C2A1BE (or 0xC2A1BE) is unknown color: approx Lilac. HEX triplet: C2, A1 and BE. RGB value is (194,161,190). Sum of RGB (Red+Green+Blue) = 194+161+190=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1BE is #3D5E41. Grayscale: #AEAEAE. Windows color (decimal): -4021826 or 12493250. OLE color: 12493250.

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

Color convert

RGB194161190-
CMYK00.170.020.24
HSL307.27º21.29%69.61%-
HSV(B)307.27º17.01%76.08%-
XYZ44.2940.6854.23-
YUV174.17136.93142.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=35.60%
G=29.54%
B=34.86%

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
Decimal19416119000.170.020.24307.2721.2969.61
HexC2A1BE0112181331546
Octal30224127602123046325106
Binary1100001010100001101111100100011011000100110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1BE; }

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

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

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

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

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

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

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

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