#C2ACC4

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

Shades of Lola #C2ACC4

Tints of Lola #C2ACC4

Color information

#C2ACC4 (or 0xC2ACC4) is unknown color: approx Lola. HEX triplet: C2, AC and C4. RGB value is (194,172,196). Sum of RGB (Red+Green+Blue) = 194+172+196=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC4 is #3D533B. Grayscale: #B5B5B5. Windows color (decimal): -4019004 or 12889282. OLE color: 12889282.

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

Color convert

RGB194172196-
CMYK0.010.1200.23
HSL295º16.9%72.16%-
HSV(B)295º12.24%76.86%-
XYZ46.9644.9658.43-
YUV181.31136.29137.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=34.52%
G=30.60%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941721960.010.1200.2329516.972.16
HexC2ACC41C0171271148
Octal30225430411402744721110
Binary11000010101011001100010011100010111100100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACC4; }

 p { color: rgb(194,172,196); }

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

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

 a { background-color: rgb(194,172,196); }

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

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

 span { border-color: rgb(194,172,196); }

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