#c5c0b0 Color Hex Fortress Stone

Information about Fortress Stone Color | #0000FF

#c5c0b0 color RGB value is (197,192,176). #c5c0b0 color name is Fortress Stone color.

#c5c0b0 hex color red value is 197 , green value is 192 and the blue value of its RGB is 176 . Cylindrical-coordinate representations (also known as HSL) of color #c5c0b0 hue: 46 , saturation: 15 and the lightness value of #c5c0b0 is 73

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

#c5c0b0

~Fortress Stone

Color Converions

HEX
#c5c0b0
RGB
197,192,176
LAB
78,0,9
CMYK
0,3,11,23
LCH
78,9,92
XYZ
50,53,49
HSV
46,11,77
HSL
46,15,73

Base Numbers

Base Red Green Blue
Binary 11000101 11000000 10110000
Octal 305 300 260
Decimal 197 192 176
Hex c5 c0 b0

RGB Percentages of Color #c5c0b0

77%
75%
69%

CMYK Percentages of Color #c5c0b0

0%
4%
1%
9%

Color Variations

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

Shades of #c5c0b0

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

10%
#c5c0b0
20%
#b1ad9e
30%
#9e9a8d
40%
#8a867b
50%
#76736a
60%
#626058
70%
#4f4d46
80%
#3b3a35
90%
#272623
100%
#141312

Tints of #c5c0b0

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

10%
#c5c0b0
20%
#cbc6b8
30%
#d1cdc0
40%
#d6d3c8
50%
#dcd9d0
60%
#e2dfd8
70%
#e8e6df
80%
#eeece7
90%
#f3f2ef
100%
#f9f9f7

Tones of #c5c0b0

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

10%
#c5c0b0
20%
#bebaab
30%
#b7b3a6
40%
#b0ada1
50%
#a9a69d
60%
#a2a098
70%
#9b9993
80%
#94938e
90%
#8d8c89
100%
#868684

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.
#c5c0b0
#c5b8b0
#c5bcb0
#c5c0b0
#c5c4b0
#c2c5b0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c5c0b0
#b1c5b0
#b8b0c5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c5c0b0
#b0c5c0
#c0b0c5

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.
#c5c0b0
#b0c5b5
#b0b5c5
#c5b0bf

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c5c0b0
#efe9d6
#1b1a18
#45443e
#706d64
#9a978a

Blindness simulator

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

Normal

#c5c0b0

protanopia

#c6beae

deuteranopia

#d7b8b1

tritanopia

#c8bbc9

achromatopsia

#c0c0c0

protanomaly

#c6bfaf

deuteranomaly

#d1bbb0

achromatopsia

#c0c0c0

tritanomaly

#c7bdc0

achromatomaly

#c2c0ba

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 !

#c5c0b0 Color CSS Codes

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

#c5c0b0 Text Font Color

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

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

#c5c0b0 Background Color

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

#c5c0b0 Border Color

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

This div border color is #c5c0b0

#c5c0b0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c0b0

More Colors

Moist Gold
#dbdb70
Giraffe
#fefe33
Milton
#b4b498
Lime Mist
#ddffaa
Celestial Indigo
#091f92
Freesia
#f3c12c
Champignon
#949089
Going Grey
#83807a
Fennel Fiesta
#00bb77
Light Sea-Foam
#a0febf
Jungle Expedition
#b49356
Marvellous
#6a7fb4
Blue Chaos
#5599ff
Light Dewpoint
#c4dadd
China Light Green
#bcc9c7
Honey Graham
#bc886a
Belyi White
#f0f1e1
Kiss and Tell
#d86773
Mauve Mist
#c49bd4
Dough Yellow
#f6d0b6
Plantain Green
#356554
CGA Pink
#fc0fc0
Delta Waters
#c4c2ab
Distant Wind Chime
#eaeff2
Ephemeral Mist
#c7cdd3
Permanent Geranium Lake
#e12c2c
Appalachian Forest
#848b80
Mayan Gold
#b68c37
Chromis Damsel Blue
#82cafc
Lucky Day
#929a7d
Dark Seashore Night
#113691
Coastal Trim
#bdffca
Chicago Blue
#b6dbe9
Granite Green
#8b8265
Donegal Green
#115500
Light Time Travel
#c5d2df
Liver
#534b4f
Katydid
#66bc91
Balthasar Gold
#a47552
Atlantic Breeze
#cbe1ee
rating-img
Rate this tool
NaN/5   0 votes