@
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.

#c59385 hex color - Red - Warm color - Information

#c59385 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #c59385 Color code in RGB color code model is created after adding 77.25% red color, 57.65% green color and 52.16% blue color. Hex #c59385 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 32% yellow and 22.75% black.

Hex #c59385 color code is between #cc9988 web safe hex color code and #bb8877 web safe hex color code. #cc9988 is the nearest web safe color code. You can see here many more shades of #c59385 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c59385 #c59385
RGB Decimal 197, 147, 133 rgb(197, 147, 133)
RGB Percent 77%, 58%, 52% rgb(77%, 58%, 52%)
CSS RGBa 197, 147, 133,1 rgba(197,147,133,1)
CMYK Model cmyk(0%,25%,32%,22.75%)
HSL Color Space 13,36% ,65% hsl(13,36% ,65%)
HSV Color Space 13°, 32%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 10010011 10000101
Octal 305 223 205
Decimal 197 147 133
Hex c5 93 85

Different shades of #c59385 color code.

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

Light Shade of #c59385
#d5b2a8
Dark Shade of #c59385
#b57462
Saturated Shade of #c59385
#ce8e7c
Desaturated Shade of #c59385
#bc988e
Grey scale Shade of #c59385
#a5a5a5
Brighten Shade
#deac9e
Most Readable Shade
#000000

Shades of #c59385 color code

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

#c59385
#af8276
#997267
#836258
#6d5149
#57413b
#41312c
#2b201d
#15100e
#000000

Similar Color like #c59385 color

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

#c69486
#c79587
#c89688
#c99789
#ca988a
#cb998b
#cc9a8c
#cd9b8d
#ce9c8e
#cf9d8f
#d09e90
#d19f91
#d2a092
#d3a193
#c49284
#c39183
#c29082
#c18f81
#c08e80
#bf8d7f
#be8c7e
#bd8b7d
#bc8a7c
#bb897b
#ba887a
#b98779
#b88678
#b78577

Monochromatic Color with #c59385

#c59385
#efb3a2
#1b1412
#45342f
#70544c
#9a7368

Tints of #c59385 Color

#c59385
#cb9f92
#d1aba0
#d8b7ad
#dec3bb
#e5cfc8
#ebdbd6
#f2e7e3
#f8f3f1
#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

#c59385
#85b7c5

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

Split Complementary

#c59385
#85c5b3
#8597c5

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

Analogous Color

#c58591
#c58685
#c59385
#c5a085
#c5ad85

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

#c59385
#85c593
#9385c5

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

#c59385
#97c585
#85b7c5
#b385c5

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

#c59385
#85b7c5
#8597c5
#c5b385

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 #c59385 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.

#c59385 Color Code Preview on Black Background Color

This is how #c59385 Color will look on black background color. Color contrast ratio is 7.89

#c59385 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c59385

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c59385

#c59385 color code is use for CSS Background Color

Background color for the above div is #c59385

HTML with inline CSS

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

#c59385 color code is use for CSS Border Color

CSS Border color for the above div is #c59385

HTML with inline CSS

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

CSS Border Left color for the above div is #c59385

HTML with inline CSS

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

CSS Border Right color for the above div is #c59385

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c59385

HTML with inline CSS

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

CSS Border Top color for the above div is #c59385

HTML with inline CSS

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

#c59385 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c59385 Color code Preview on White Background

This is how #c59385 Color code will look on white background color. Color contrast ratio is 2.66

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 #c59385; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c59385; }

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(197,147,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,183,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,147,133,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.