@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c0594e hex color - Orange - Warm color - Information

#c0594e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #c0594e Color code in RGB color code model is created after adding 75.29% red color, 34.9% green color and 30.59% blue color. Hex #c0594e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 59% yellow and 24.71% black.

Hex #c0594e color code is between #bb5555 web safe hex color code and #cc6644 web safe hex color code. #bb5555 is the nearest web safe color code. You can see here many more shades of #c0594e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec0594e#c0594e
RGB Decimal192, 89, 78rgb(192, 89, 78)
RGB Percent75%, 35%, 31%rgb(75%, 35%, 31%)
CSS RGBa192, 89, 78,1rgba(192,89,78,1)
CMYK Modelcmyk(0%,54%,59%,24.71%)
HSL Color Space6,48% ,53%hsl(6,48% ,53%)
HSV Color Space6°, 59%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000101100101001110
Octal300131116
Decimal1928978
Hexc0594e

Different shades of #c0594e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c0594e
#cd7c74
Dark Shade of #c0594e
#a24439
Saturated Shade of #c0594e
#cc4f42
Desaturated Shade of #c0594e
#b4635a
Grey scale Shade of #c0594e
#878787
Brighten Shade
#d97267
Most Readable Shade
#FFFFFF

Shades of #c0594e color code

Generate more color scales with scales (color stack) generator.

#c0594e
#aa4f45
#95453c
#803b34
#6a312b
#552722
#401d1a
#2a1311
#150908
#000000

Similar Color like #c0594e color

Find visually similar hex color codes nearing to #c0594e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c15a4f
#c25b50
#c35c51
#c45d52
#c55e53
#c65f54
#c76055
#c86156
#c96257
#ca6358
#cb6459
#cc655a
#cd665b
#ce675c
#bf584d
#be574c
#bd564b
#bc554a
#bb5449
#ba5348
#b95247
#b85146
#b75045
#b64f44
#b54e43
#b44d42
#b34c41
#b24b40

Monochromatic Color with #c0594e

#c0594e
#ea6d5f
#160a09
#401e1a
#6b322b
#95453d

Tints of #c0594e Color

#c0594e
#c76b61
#ce7d75
#d59089
#dca29c
#e3b5b0
#eac7c4
#f1dad7
#f8eceb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c0594e
#4eb5c0

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c0594e
#4ec092
#4e7cc0

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c04e71
#c04e5a
#c0594e
#c0704e
#c0874e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c0594e
#4ec059
#594ec0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c0594e
#7cc04e
#4eb5c0
#924ec0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c0594e
#4eb5c0
#4e7cc0
#c0924e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c0594e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c0594e Color Code Preview on Black Background Color

This is how #c0594e Color will look on black background color. Color contrast ratio is 4.78

#c0594e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c0594e">Your Example Paragraph content text in with font color #c0594e </p>

Your Example Paragraph content text in with font color #c0594e

HTML with inline CSS

<div style="color:#c0594e">Your Paragraph text in with font color #c0594e </div>

Your Example Paragraph content text in with font color #c0594e

#c0594e color code is use for CSS Background Color

Background color for the above div is #c0594e

HTML with inline CSS

<div style="background-color:#c0594e;"></div>

#c0594e color code is use for CSS Border Color

CSS Border color for the above div is #c0594e

HTML with inline CSS

<div style="border:5px solid #c0594e;"></div>

CSS Border Left color for the above div is #c0594e

HTML with inline CSS

<div style="border-left:5px solid #c0594e;"></div>

CSS Border Right color for the above div is #c0594e

HTML with inline CSS

<div style="border-right:5px solid #c0594e;"></div>

CSS Border Bottom color for the above div is #c0594e

HTML with inline CSS

<div style="border-bottom:5px solid #c0594e;"></div>

CSS Border Top color for the above div is #c0594e

HTML with inline CSS

<div style="border-top:5px solid #c0594e;"></div>

#c0594e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c0594e; } .examplecolorclass {color:#c0594e; } .examplebordercolor {border:3px solid #c0594e; }

#c0594e Color code Preview on White Background

This is how #c0594e Color code will look on white background color. Color contrast ratio is 4.39

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c0594e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c0594e; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(192,89,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(78,181,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,89,78,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.