crispedge.com

Color picker

Loading...

#c97c60 hex color - Orange - Warm color - Information

#c97c60 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #c97c60 Color code in RGB color code model is created after adding 78.82% red color, 48.63% green color and 37.65% blue color. Hex #c97c60 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 52% yellow and 21% black.

Hex #c97c60 color code is between #cc7766 web safe hex color code and #bb8855 web safe hex color code. #cc7766 is the nearest web safe color code. You can see here many more shades of #c97c60 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec97c60#c97c60
RGB Decimal201, 124, 96rgb(201, 124, 96)
RGB Percent79%, 49%, 38%rgb(79%, 49%, 38%)
CSS RGBa201, 124, 96,1rgba(201,124,96,1)
CMYK Modelcmyk(0%,38%,52%,21%)
HSL Color Space16,49% ,58%hsl(16,49% ,58%)
HSV Color Space16°, 52%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010111110001100000
Octal311174140
Decimal20112496
Hexc97c60

Different shades of #c97c60 color code.

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

Light Shade of #c97c60
#d69b86
Dark Shade of #c97c60
#b85f3e
Saturated Shade of #c97c60
#d47755
Desaturated Shade of #c97c60
#be816b
Grey scale Shade of #c97c60
#949494
Brighten Shade
#e29579
Most Readable Shade
#000000

Shades of #c97c60 color code

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

#c97c60
#b26e55
#9c604a
#865240
#6f4435
#59372a
#432920
#2c1b15
#160d0a
#000000

Similar Color like #c97c60 color

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

#ca7d61
#cb7e62
#cc7f63
#cd8064
#ce8165
#cf8266
#d08367
#d18468
#d28569
#d3866a
#d4876b
#d5886c
#d6896d
#d78a6e
#c87b5f
#c77a5e
#c6795d
#c5785c
#c4775b
#c3765a
#c27559
#c17458
#c07357
#bf7256
#be7155
#bd7054
#bc6f53
#bb6e52

Monochromatic Color with #c97c60

#c97c60
#f39674
#1f130f
#492d23
#744837
#9e624c

Tints of #c97c60 Color

#c97c60
#cf8a71
#d59983
#dba795
#e1b6a6
#e7c4b8
#edd3ca
#f3e1db
#f9f0ed
#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

#c97c60
#60adc9

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

Split Complementary

#c97c60
#60c9b1
#6078c9

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

Analogous Color

#c9606e
#c96760
#c97c60
#c99160
#c9a660

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

#c97c60
#60c97c
#7c60c9

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

#c97c60
#78c960
#60adc9
#b060c9

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

#c97c60
#60adc9
#6078c9
#c9b160

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

#c97c60 Color Code Preview on Black Background Color

This is how #c97c60 Color will look on black background color. Color contrast ratio is 6.54

#c97c60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c97c60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c97c60

#c97c60 color code is use for CSS Background Color

Background color for the above div is #c97c60

HTML with inline CSS

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

#c97c60 color code is use for CSS Border Color

CSS Border color for the above div is #c97c60

HTML with inline CSS

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

CSS Border Left color for the above div is #c97c60

HTML with inline CSS

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

CSS Border Right color for the above div is #c97c60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c97c60

HTML with inline CSS

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

CSS Border Top color for the above div is #c97c60

HTML with inline CSS

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

#c97c60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c97c60 Color code Preview on White Background

This is how #c97c60 Color code will look on white background color. Color contrast ratio is 3.21

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

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(201,124,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,173,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,124,96,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.