#c0c7d0 Color Hex Cemetery Ash

Information about Cemetery Ash Color | #0000FF

#c0c7d0 color RGB value is (192,199,208). #c0c7d0 color name is Cemetery Ash color.

#c0c7d0 hex color red value is 192 , green value is 199 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #c0c7d0 hue: 214 , saturation: 15 and the lightness value of #c0c7d0 is 78

The process color (four color CMYK) of #c0c7d0 color hex is 3 , 2 ,0, 7 .

#c0c7d0

~Cemetery Ash

Color Converions

HEX
#c0c7d0
RGB
192,199,208
LAB
80,-1,-5
CMYK
8,4,0,18
LCH
80,6,-102
XYZ
54,57,68
HSV
214,8,82
HSL
214,15,78

Base Numbers

Base Red Green Blue
Binary 11000000 11000111 11010000
Octal 300 307 320
Decimal 192 199 208
Hex c0 c7 d0

RGB Percentages of Color #c0c7d0

75%
78%
82%

CMYK Percentages of Color #c0c7d0

3%
0%
2%
7%

Color Variations

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

Shades of #c0c7d0

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

10%
#c0c7d0
20%
#adb3bb
30%
#9a9fa6
40%
#868b92
50%
#73777d
60%
#606468
70%
#4d5053
80%
#3a3c3e
90%
#26282a
100%
#131415

Tints of #c0c7d0

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

10%
#c0c7d0
20%
#c6cdd5
30%
#cdd2d9
40%
#d3d8de
50%
#d9dde3
60%
#dfe3e8
70%
#e6e9ec
80%
#eceef1
90%
#f2f4f6
100%
#f9f9fa

Tones of #c0c7d0

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

10%
#c0c7d0
20%
#bac0c8
30%
#b3b9c0
40%
#adb2b8
50%
#a6aab0
60%
#a0a3a8
70%
#999ca0
80%
#939598
90%
#8c8e90
100%
#868788

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.
#c0c7d0
#c0cdd0
#c0cad0
#c0c7d0
#c0c4d0
#c0c1d0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0c7d0
#ccc0d0
#cdd0c0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0c7d0
#d0c0c7
#c7d0c0

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.
#c0c7d0
#d0c0cf
#d0c9c0
#c0d0c1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0c7d0
#e7f0fa
#232426
#4a4d50
#72767b
#999ea5

Blindness simulator

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

Normal

#c0c7d0

protanopia

#c6c4ce

deuteranopia

#d3bfd1

tritanopia

#c0c5d4

achromatopsia

#c6c6c6

protanomaly

#c4c5cf

deuteranomaly

#ccc2d1

achromatopsia

#c6c6c6

tritanomaly

#c0c6d3

achromatomaly

#c4c6ca

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 !

#c0c7d0 Color CSS Codes

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

#c0c7d0 Text Font Color

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

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

#c0c7d0 Background Color

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

#c0c7d0 Border Color

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

This div border color is #c0c7d0

#c0c7d0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c7d0

More Colors

Lake Stream
#3e6b83
Night in the Woods
#443300
Light Vision
#dcd9eb
Chicory Root
#5f423f
Flaming Flamingo
#dd55ff
Copper Rose
#996666
Cherry Brandy
#e26b81
Intense Teal
#00978c
Lilas
#b88995
Beluga
#eff2f1
Green Jewel
#95dabd
Diminished Orange
#fae9e1
New Harvest Moon
#eddfc7
Almond Oil
#f4efc1
Near Moon
#5ee7df
Equestrienne
#a07569
Boulder Brown
#655e4e
Midnight Magic
#46474a
Lemon Stick
#fbf7e0
Melon Sorbet
#f8b797
Mech Suit
#bbdddd
Indian Paintbrush
#fa9761
Italian Plum
#533146
Eucalipto
#4bc3a8
Lemon Soap
#fffcc4
Iced Avocado
#c8e4b9
Hey Blue!
#16f8ff
Fieldstone
#807e77
After Midnight
#38393f
Berry Rossi
#992244
Polka Dot Plum
#5a4458
Deep Rhubarb
#7f5153
Antique Rosewood
#72393f
Cold Blue
#88dddd
Ashton Blue
#4a79ba
Orb of Harmony
#eedd44
Dark Sea
#4c5560
Oyster Mushroom
#c3c6c8
Kantor Blue
#001146
High Grass
#bbdd00
rating-img
Rate this tool
NaN/5   0 votes