#c6c0a6 Color Hex Mandu Dumpling

Information about Mandu Dumpling Color | #0000FF

#c6c0a6 color RGB value is (198,192,166). #c6c0a6 color name is Mandu Dumpling color.

#c6c0a6 hex color red value is 198 , green value is 192 and the blue value of its RGB is 166 . Cylindrical-coordinate representations (also known as HSL) of color #c6c0a6 hue: 49 , saturation: 22 and the lightness value of #c6c0a6 is 71

The process color (four color CMYK) of #c6c0a6 color hex is 0 , 1 ,6, 9 .

#c6c0a6

~Mandu Dumpling

Color Converions

HEX
#c6c0a6
RGB
198,192,166
LAB
78,-1,14
CMYK
0,3,16,22
LCH
78,14,94
XYZ
49,52,44
HSV
49,16,78
HSL
49,22,71

Base Numbers

Base Red Green Blue
Binary 11000110 11000000 10100110
Octal 306 300 246
Decimal 198 192 166
Hex c6 c0 a6

RGB Percentages of Color #c6c0a6

78%
75%
65%

CMYK Percentages of Color #c6c0a6

0%
6%
1%
9%

Color Variations

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

Shades of #c6c0a6

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

10%
#c6c0a6
20%
#b2ad95
30%
#9e9a85
40%
#8b8674
50%
#777364
60%
#636053
70%
#4f4d42
80%
#3b3a32
90%
#282621
100%
#141311

Tints of #c6c0a6

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

10%
#c6c0a6
20%
#ccc6af
30%
#d1cdb8
40%
#d7d3c1
50%
#ddd9ca
60%
#e3dfd3
70%
#e8e6db
80%
#eeece4
90%
#f4f2ed
100%
#f9f9f6

Tones of #c6c0a6

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

10%
#c6c0a6
20%
#bfbaa2
30%
#b8b39e
40%
#b1ad9a
50%
#aaa697
60%
#a3a093
70%
#9c998f
80%
#95938b
90%
#8e8c87
100%
#878683

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.
#c6c0a6
#c6b3a6
#c6baa6
#c6c0a6
#c6c6a6
#bfc6a6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6c0a6
#a6c6a6
#b3a6c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6c0a6
#a6c6c0
#c0a6c6

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.
#c6c0a6
#a6c6b0
#a6acc6
#c6a6bc

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6c0a6
#f0e9ca
#1c1b17
#46443b
#716e5f
#9b9782

Blindness simulator

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

Normal

#c6c0a6

protanopia

#c8bea4

deuteranopia

#dab7a7

tritanopia

#cab9c8

achromatopsia

#bfbfbf

protanomaly

#c7bea5

deuteranomaly

#d3baa7

achromatopsia

#bfbfbf

tritanomaly

#c9bcbc

achromatomaly

#c2c0b6

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 11/21
Hello World !

#c6c0a6 Color CSS Codes

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

#c6c0a6 Text Font Color

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

This sample text font color is #c6c0a6
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.

#c6c0a6 Background Color

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

#c6c0a6 Border Color

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

This div border color is #c6c0a6

#c6c0a6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c0a6

More Colors

Getaway
#ac9b7b
Elite Blue
#1b3053
Harvest Haze
#de6931
Lisbon Lemon
#fffb00
Artful Pink
#cc6c82
Galactica
#c4dde2
B'dazzled Blue
#2e5894
Flirtatious Indigo Tea
#473f2d
Hawaiian Passion
#ffa03e
Aqua Dream
#b7c9b5
Celestial Green
#2ddfc1
Cafe Creme
#c79685
Cobblestone Street
#cfc7b9
Girly Nursery
#f6e6e5
Aluminum
#9f9586
Ashen Wind
#94a9b7
Hellebore
#646944
Limelight
#f0e87d
Light Shōjin Blue
#1155ff
King Kong
#161410
Palomino Tan
#c2aa8d
Biloxi
#f4e4cd
Husky
#e0ebfa
Fairfax Grey
#c9d3d7
Aquarelle Blue
#bfe0e4
Bleu Nattier
#9cc2bf
Picture Book Green
#00804c
Amazonian Orchid
#a7819d
Aubergine Mauve
#3b2741
Monkey Madness
#63584c
Minified Yellow
#f4ebd4
Chinois Green
#7c8c87
Bali Hai
#849ca9
Bedbox
#968775
Cloisonne
#0075af
Ocean Trapeze
#2e526a
Lady's Slipper
#e3e3ea
rating-img
Rate this tool
NaN/5   0 votes