#C1A2BC

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

Shades of Lilac #C1A2BC

Tints of Lilac #C1A2BC

Color information

#C1A2BC (or 0xC1A2BC) is unknown color: approx Lilac. HEX triplet: C1, A2 and BC. RGB value is (193,162,188). Sum of RGB (Red+Green+Blue) = 193+162+188=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2BC is #3E5D43. Grayscale: #AEAEAE. Windows color (decimal): -4087108 or 12362433. OLE color: 12362433.

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

Color convert

RGB193162188-
CMYK00.160.030.24
HSL309.68º20%69.61%-
HSV(B)309.68º16.06%75.69%-
XYZ43.9940.8153.14-
YUV174.23135.77141.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=35.54%
G=29.83%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316218800.160.030.24309.682069.61
HexC1A2BC0103181361446
Octal30124227402033046624106
Binary1100000110100010101111000100001111000100110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2BC; }

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

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

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

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

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

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

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

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