#C1A4BC

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

Shades of Lilac #C1A4BC

Tints of Lilac #C1A4BC

Color information

#C1A4BC (or 0xC1A4BC) is unknown color: approx Lilac. HEX triplet: C1, A4 and BC. RGB value is (193,164,188). Sum of RGB (Red+Green+Blue) = 193+164+188=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4BC is #3E5B43. Grayscale: #AFAFAF. Windows color (decimal): -4086596 or 12362945. OLE color: 12362945.

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

Color convert

RGB193164188-
CMYK00.150.030.24
HSL310.34º18.95%70%-
HSV(B)310.34º15.03%75.69%-
XYZ44.3441.5253.25-
YUV175.41135.11140.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=35.41%
G=30.09%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316418800.150.030.24310.3418.9570
HexC1A4BC0F3181361346
Octal30124427401733046623106
Binary110000011010010010111100011111111000100110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4BC; }

 p { color: rgb(193,164,188); }

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

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

 a { background-color: rgb(193,164,188); }

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

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

 span { border-color: rgb(193,164,188); }

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