#C2AAC5

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

Shades of Lola #C2AAC5

Tints of Lola #C2AAC5

Color information

#C2AAC5 (or 0xC2AAC5) is unknown color: approx Lola. HEX triplet: C2, AA and C5. RGB value is (194,170,197). Sum of RGB (Red+Green+Blue) = 194+170+197=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC5 is #3D553A. Grayscale: #B4B4B4. Windows color (decimal): -4019515 or 12954306. OLE color: 12954306.

HSL color Cylindrical-coordinate representation of color #C2AAC5: hue angle of 293.33º 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 #C2AAC5 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194170197-
CMYK0.020.1400.23
HSL293.33º18.88%71.96%-
HSV(B)293.33º13.71%77.25%-
XYZ46.744.2558.9-
YUV180.25137.45137.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=34.58%
G=30.30%
B=35.12%

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
Decimal1941701970.020.1400.23293.3318.8871.96
HexC2AAC52E0171251348
Octal30225230521602744523110
Binary110000101010101011000101101110010111100100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAC5; }

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

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

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

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

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

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

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

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