#C1ABC2

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

Shades of Lola #C1ABC2

Tints of Lola #C1ABC2

Color information

#C1ABC2 (or 0xC1ABC2) is unknown color: approx Lola. HEX triplet: C1, AB and C2. RGB value is (193,171,194). Sum of RGB (Red+Green+Blue) = 193+171+194=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #C1ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC2 is #3E543D. Grayscale: #B4B4B4. Windows color (decimal): -4084798 or 12757953. OLE color: 12757953.

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

Color convert

RGB193171194-
CMYK0.010.1200.24
HSL297.39º15.86%71.57%-
HSV(B)297.39º11.86%76.08%-
XYZ46.2944.3657.16-
YUV180.2135.79137.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.59%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=34.59%
G=30.65%
B=34.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931711940.010.1200.24297.3915.8671.57
HexC1ABC21C0181291048
Octal30125330211403045120110
Binary11000001101010111100001011100011000100101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABC2; }

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

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

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

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

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

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

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

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