#c0c4c6 Color Hex Galactic Tint

Information about Galactic Tint Color | #0000FF

#c0c4c6 color RGB value is (192,196,198). #c0c4c6 color name is Galactic Tint color.

#c0c4c6 hex color red value is 192 , green value is 196 and the blue value of its RGB is 198 . Cylindrical-coordinate representations (also known as HSL) of color #c0c4c6 hue: 200 , saturation: 5 and the lightness value of #c0c4c6 is 76

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

#c0c4c6

~Galactic Tint

Color Converions

HEX
#c0c4c6
RGB
192,196,198
LAB
79,-1,-2
CMYK
3,1,0,22
LCH
79,2,-127
XYZ
52,55,61
HSV
200,3,78
HSL
200,5,76

Base Numbers

Base Red Green Blue
Binary 11000000 11000100 11000110
Octal 300 304 306
Decimal 192 196 198
Hex c0 c4 c6

RGB Percentages of Color #c0c4c6

75%
77%
78%

CMYK Percentages of Color #c0c4c6

1%
0%
0%
9%

Color Variations

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

Shades of #c0c4c6

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

10%
#c0c4c6
20%
#adb0b2
30%
#9a9d9e
40%
#86898b
50%
#737677
60%
#606263
70%
#4d4e4f
80%
#3a3b3b
90%
#262728
100%
#131414

Tints of #c0c4c6

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

10%
#c0c4c6
20%
#c6cacc
30%
#cdd0d1
40%
#d3d6d7
50%
#d9dcdd
60%
#dfe2e3
70%
#e6e7e8
80%
#ecedee
90%
#f2f3f4
100%
#f9f9f9

Tones of #c0c4c6

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

10%
#c0c4c6
20%
#babdbf
30%
#b3b6b8
40%
#adafb1
50%
#a6a9aa
60%
#a0a2a3
70%
#999b9c
80%
#939495
90%
#8c8d8e
100%
#868687

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.
#c0c4c6
#c0c6c6
#c0c5c6
#c0c4c6
#c0c3c6
#c0c2c6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0c4c6
#c3c0c6
#c6c6c0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0c4c6
#c6c0c4
#c4c6c0

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.
#c0c4c6
#c5c0c6
#c6c2c0
#c1c6c0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0c4c6
#e9eef0
#1b1c1c
#444646
#6e7071
#979a9b

Blindness simulator

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

Normal

#c0c4c6

protanopia

#c5c1c4

deuteranopia

#d3bcc7

tritanopia

#c1c1d0

achromatopsia

#c3c3c3

protanomaly

#c3c2c5

deuteranomaly

#ccbfc7

achromatopsia

#c3c3c3

tritanomaly

#c0c2cc

achromatomaly

#c2c4c4

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 !

#c0c4c6 Color CSS Codes

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

#c0c4c6 Text Font Color

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

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

#c0c4c6 Background Color

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

#c0c4c6 Border Color

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

This div border color is #c0c4c6

#c0c4c6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c4c6

More Colors

Destroying Angels
#e9e9e1
Hot Bolognese
#cc5511
Pheromone Purple
#8822bb
Flatty Yellow
#fce300
Ashen
#c9bfb2
Colonial Aqua
#a1bdbf
Honesty
#dfebe9
Le Luxe
#5e6869
Cider Yellow
#e7d6af
Beechwood
#6e5955
Blithe Blue
#90bdbd
Daisy Bush
#5b3e90
Chelsea Grey
#b6b7b0
Pink Pearl
#e7accf
Heirloom Tomato
#833633
Pleasant Dream
#a379aa
Deep Shadow
#514a3d
Icy Wind
#d3f1ee
Mangala Pink
#e781a6
Albescent White
#e1dacb
Natural Instinct Green
#017374
Fresh Cinnamon
#995511
Maple Leaf
#d17b41
Golden Leaf
#c48b42
Brownie
#964b00
Day Lily
#fff9ec
Dolomite Crystal
#fee8f5
Midnight Blue
#020035
Light Bobby Blue
#add2e3
Mizuasagi Green
#749f8d
Blue Moon
#3686a0
Mulberry Wine
#997c85
Mango Green
#96ff00
Gossamer Wings
#e8eee9
Cinnamon Milk
#ebdab5
Moire
#beadb0
Almost Aloe
#bfe5b1
Cuba Brown
#623d3d
Cape Cod Bay
#557080
Chinese Tzu
#8fbfbd
rating-img
Rate this tool
NaN/5   0 votes