#C1AAC5

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

Shades of Lola #C1AAC5

Tints of Lola #C1AAC5

Color information

#C1AAC5 (or 0xC1AAC5) is unknown color: approx Lola. HEX triplet: C1, AA and C5. RGB value is (193,170,197). Sum of RGB (Red+Green+Blue) = 193+170+197=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAC5 is #3E553A. Grayscale: #B3B3B3. Windows color (decimal): -4085051 or 12954305. OLE color: 12954305.

HSL color Cylindrical-coordinate representation of color #C1AAC5: hue angle of 291.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1AAC5 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB193170197-
CMYK0.020.1400.23
HSL291.11º18.88%71.96%-
HSV(B)291.11º13.71%77.25%-
XYZ46.4544.1258.89-
YUV179.96137.62137.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=34.46%
G=30.36%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931701970.020.1400.23291.1118.8871.96
HexC1AAC52E0171231348
Octal30125230521602744323110
Binary110000011010101011000101101110010111100100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAC5; }

 p { color: rgb(193,170,197); }

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

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

 a { background-color: rgb(193,170,197); }

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

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

 span { border-color: rgb(193,170,197); }

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