#c6c0b6 Color Hex Colonnade Stone

Information about Colonnade Stone Color | #0000FF

#c6c0b6 color RGB value is (198,192,182). #c6c0b6 color name is Colonnade Stone color.

#c6c0b6 hex color red value is 198 , green value is 192 and the blue value of its RGB is 182 . Cylindrical-coordinate representations (also known as HSL) of color #c6c0b6 hue: 38 , saturation: 12 and the lightness value of #c6c0b6 is 75

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

#c6c0b6

~Colonnade Stone

Color Converions

HEX
#c6c0b6
RGB
198,192,182
LAB
78,1,6
CMYK
0,3,8,22
LCH
78,6,81
XYZ
51,53,52
HSV
38,8,78
HSL
38,12,75

Base Numbers

Base Red Green Blue
Binary 11000110 11000000 10110110
Octal 306 300 266
Decimal 198 192 182
Hex c6 c0 b6

RGB Percentages of Color #c6c0b6

78%
75%
71%

CMYK Percentages of Color #c6c0b6

0%
3%
1%
9%

Color Variations

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

Shades of #c6c0b6

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

10%
#c6c0b6
20%
#b2ada4
30%
#9e9a92
40%
#8b867f
50%
#77736d
60%
#63605b
70%
#4f4d49
80%
#3b3a37
90%
#282624
100%
#141312

Tints of #c6c0b6

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

10%
#c6c0b6
20%
#ccc6bd
30%
#d1cdc5
40%
#d7d3cc
50%
#ddd9d3
60%
#e3dfda
70%
#e8e6e2
80%
#eeece9
90%
#f4f2f0
100%
#f9f9f8

Tones of #c6c0b6

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

10%
#c6c0b6
20%
#bfbab1
30%
#b8b3ab
40%
#b1ada6
50%
#aaa6a0
60%
#a3a09b
70%
#9c9995
80%
#959390
90%
#8e8c8a
100%
#878685

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.
#c6c0b6
#c6bab6
#c6bdb6
#c6c0b6
#c6c3b6
#c6c6b6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6c0b6
#b9c6b6
#bab6c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6c0b6
#b6c6c0
#c0b6c6

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.
#c6c0b6
#b6c6b8
#b6bcc6
#c6b6c4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6c0b6
#f0e9dd
#1c1b1a
#464441
#716e68
#9b978f

Blindness simulator

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

Normal

#c6c0b6

protanopia

#c5beb4

deuteranopia

#d6b9b6

tritanopia

#c8bbca

achromatopsia

#c1c1c1

protanomaly

#c6bfb5

deuteranomaly

#d0bbb6

achromatopsia

#c1c1c1

tritanomaly

#c7bdc3

achromatomaly

#c3c0bd

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

#c6c0b6 Color CSS Codes

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

#c6c0b6 Text Font Color

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

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

#c6c0b6 Background Color

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

#c6c0b6 Border Color

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

This div border color is #c6c0b6

#c6c0b6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c0b6

More Colors

Calcite Blue
#94b2b2
Pogo Sands
#ece4d2
Aloe Vera Green
#7e9b39
Ashen
#c9bfb2
French Winery
#991133
Chilled Wine
#6d4052
Ginger
#b06500
Ochre Pigment
#c77135
Himalayan Balsam
#ff99cc
Moonlight Yellow
#e1c38b
Floating Feather
#e9d8c2
Blue Magenta
#5f34e7
First Lilac
#e7d6ed
Persian Blue
#1c39bb
Blaze
#fa8c4f
Black Ice
#4d5051
Cedarville
#dda896
Misty Lilac
#bcb4c4
Montage
#8190a4
Copenhagen Blue
#21638b
Deep Sea Shadow
#4f5a4c
Earthly Pleasures
#9f8863
Gull Feather
#c2c2bc
Margarine
#f2d930
Mother of Pearl Pink
#d1c4c6
Moon Landing
#a7a7a7
Playing Hooky
#8b8c6b
Heather Grey
#9c9da4
Marmot
#928475
Golden Hind
#a37111
Plum Haze
#8b7574
Peabody
#3f7074
Irresistible Beige
#e6ddc6
Lemon
#fff700
Lasting Lime
#88ff00
Opal Fire
#e49c86
Palmetto
#6d9a9b
Grandiflora Rose
#e0ebaf
Martinique
#3c3748
Crete Shore
#96908b
rating-img
Rate this tool
NaN/5   0 votes