#C1ABC0

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

Shades of Lilac #C1ABC0

Tints of Lilac #C1ABC0

Color information

#C1ABC0 (or 0xC1ABC0) is unknown color: approx Lilac. HEX triplet: C1, AB and C0. RGB value is (193,171,192). Sum of RGB (Red+Green+Blue) = 193+171+192=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC0 is #3E543F. Grayscale: #B3B3B3. Windows color (decimal): -4084800 or 12626881. OLE color: 12626881.

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

Color convert

RGB193171192-
CMYK00.110.010.24
HSL302.73º15.07%71.37%-
HSV(B)302.73º11.4%75.69%-
XYZ46.0744.2755.99-
YUV179.97134.79137.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=34.71%
G=30.76%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317119200.110.010.24302.7315.0771.37
HexC1ABC00B11812ff47
Octal30125330001313045717107
Binary1100000110101011110000000101111100010010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABC0; }

 p { color: rgb(193,171,192); }

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

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

 a { background-color: rgb(193,171,192); }

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

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

 span { border-color: rgb(193,171,192); }

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