#C2ACC6

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

Shades of Lola #C2ACC6

Tints of Lola #C2ACC6

Color information

#C2ACC6 (or 0xC2ACC6) is unknown color: approx Lola. HEX triplet: C2, AC and C6. RGB value is (194,172,198). Sum of RGB (Red+Green+Blue) = 194+172+198=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC6 is #3D5339. Grayscale: #B5B5B5. Windows color (decimal): -4019002 or 13020354. OLE color: 13020354.

HSL color Cylindrical-coordinate representation of color #C2ACC6: hue angle of 290.77º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2ACC6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194172198-
CMYK0.020.1300.22
HSL290.77º18.57%72.55%-
HSV(B)290.77º13.13%77.65%-
XYZ47.1945.0559.63-
YUV181.54137.29136.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=34.40%
G=30.50%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941721980.020.1300.22290.7718.5772.55
HexC2ACC62D0161231349
Octal30225430621502644323111
Binary110000101010110011000110101101010110100100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACC6; }

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

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

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

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

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

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

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

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