#C1A1BC

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

Shades of Lilac #C1A1BC

Tints of Lilac #C1A1BC

Color information

#C1A1BC (or 0xC1A1BC) is unknown color: approx Lilac. HEX triplet: C1, A1 and BC. RGB value is (193,161,188). Sum of RGB (Red+Green+Blue) = 193+161+188=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1BC is #3E5E43. Grayscale: #ADADAD. Windows color (decimal): -4087364 or 12362177. OLE color: 12362177.

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

Color convert

RGB193161188-
CMYK00.170.030.24
HSL309.38º20.51%69.41%-
HSV(B)309.38º16.58%75.69%-
XYZ43.8140.4653.08-
YUV173.65136.1141.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=35.61%
G=29.70%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316118800.170.030.24309.3820.5169.41
HexC1A1BC0113181351545
Octal30124127402133046525105
Binary1100000110100001101111000100011111000100110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1BC; }

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

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

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

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

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

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

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

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