#c6a4a4 Color Hex Pale Mauve

Information about Pale Mauve Color | #0000FF

#c6a4a4 color RGB value is (198,164,164). #c6a4a4 color name is Pale Mauve color.

#c6a4a4 hex color red value is 198 , green value is 164 and the blue value of its RGB is 164 . Cylindrical-coordinate representations (also known as HSL) of color #c6a4a4 hue: 0 , saturation: 23 and the lightness value of #c6a4a4 is 71

The process color (four color CMYK) of #c6a4a4 color hex is 0 , 7 ,7, 9 .

#c6a4a4

~Pale Mauve

Color Converions

HEX
#c6a4a4
RGB
198,164,164
LAB
70,13,5
CMYK
0,17,17,22
LCH
70,14,21
XYZ
43,41,41
HSV
0,17,78
HSL
0,23,71

Base Numbers

Base Red Green Blue
Binary 11000110 10100100 10100100
Octal 306 244 244
Decimal 198 164 164
Hex c6 a4 a4

RGB Percentages of Color #c6a4a4

78%
64%
64%

CMYK Percentages of Color #c6a4a4

0%
7%
7%
9%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c6a4a4

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c6a4a4
20%
#b29494
30%
#9e8383
40%
#8b7373
50%
#776262
60%
#635252
70%
#4f4242
80%
#3b3131
90%
#282121
100%
#141010

Tints of #c6a4a4

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c6a4a4
20%
#ccadad
30%
#d1b6b6
40%
#d7bfbf
50%
#ddc8c8
60%
#e3d1d1
70%
#e8dbdb
80%
#eee4e4
90%
#f4eded
100%
#f9f6f6

Tones of #c6a4a4

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c6a4a4
20%
#bfa0a0
30%
#b89d9d
40%
#b19999
50%
#aa9595
60%
#a39292
70%
#9c8e8e
80%
#958a8a
90%
#8e8787
100%
#878383

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c6a4a4
#c6a4b2
#c6a4ab
#c6a4a4
#c6aba4
#c6b2a4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c6a4a4
#a4c6c6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6a4a4
#bfc6a4
#a4b2c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6a4a4
#a4c6a4
#a4a4c6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c6a4a4
#b5c6a4
#a4c6c6
#b5a4c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6a4a4
#f0c7c7
#1c1717
#463a3a
#715e5e
#9b8181

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c6a4a4

protanopia

#afaaa6

deuteranopia

#bfa5a2

tritanopia

#c6a1ad

achromatopsia

#ababab

protanomaly

#b7a8a5

deuteranomaly

#c2a4a3

achromatopsia

#ababab

tritanomaly

#c6a2aa

achromatomaly

#b5a9a9

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 9/21
Hello World !

#c6a4a4 Color CSS Codes

.bgcolor {background-color:#c6a4a4; } 
.forecolor {color:#c6a4a4; }
.bordercolor {border:3px solid #c6a4a4; }
            

#c6a4a4 Text Font Color

<div style="color:#c6a4a4">
Div content here</div>

This sample text font color is #c6a4a4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c6a4a4 Background Color

<div style="background-color:#c6a4a4">
Div content here</div>
Div content here

#c6a4a4 Border Color

<div style="border:3px solid #c6a4a4">
Div here</div>

This div border color is #c6a4a4

#c6a4a4 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c6a4a4; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6a4a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6a4a4;
  -webkit-box-shadow: 1px 1px 3px 2px #c6a4a4;
  box-shadow: 1px 1px 3px 2px #c6a4a4; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6a4a4">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6a4a4;
              -webkit-box-shadow: 1px 1px 3px 2px #c6a4a4;
              box-shadow:         1px 1px 3px 2px #c6a4a4#c6a4a4">
Div content here</div>

This div box has shadow with color #c6a4a4

More Colors

Dried Palm
#e1dbac
Evening Blush
#c49087
Pickled Bean
#6e4826
Light Imagine
#aed4d8
Abilene Lace
#eae3d2
Atlantic Tulip
#b598c3
Elemental Green
#969783
Ancient Bamboo
#da6304
Blush Sky
#dee1ed
Catfish
#657d82
Bruised Plum
#3b1921
Faint Fuchsia
#e6deea
Folk Tale
#b2e1bc
Myrtle Pepper
#b77961
Dentist Green
#99d590
Calming Retreat
#eee0d1
Conch
#a0b1ae
Bistre Brown
#967117
Glass Violet
#b7a2cc
All About Olive
#676c58
Fresh Green
#69d84f
Ginger Flower
#cf524e
Dark Side of the Moon
#070d0d
Polished
#ded8ce
Green Cast
#919365
Lion of Menecrates
#eeaa66
Dramatist
#4b4775
Aquamentus Green
#00a800
Fleeting Green
#d8e2d8
Burnt Sienna
#b75203
Careys Pink
#c99aa0
Carnival
#eb882c
Kansas Grain
#fee7cb
Frontier
#314a49
Klaxosaur Blue
#2987c7
Cloudy
#d8d7d3
Pink Peacock
#c62168
Caponata
#822a10
Abra Goldenrod
#eec400
Fantasia
#73788b
rating-img
Rate this tool
NaN/5   0 votes