crispedge.com

Color picker

Loading...

#c97a80 hex color - Red - Warm color - Information

#c97a80 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c97a80 Color code in RGB color code model is created after adding 78.82% red color, 47.84% green color and 50.2% blue color. Hex #c97a80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 36% yellow and 21% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec97a80#c97a80
RGB Decimal201, 122, 128rgb(201, 122, 128)
RGB Percent79%, 48%, 50%rgb(79%, 48%, 50%)
CSS RGBa201, 122, 128,1rgba(201,122,128,1)
CMYK Modelcmyk(0%,39%,36%,21%)
HSL Color Space355,42% ,63%hsl(355,42% ,63%)
HSV Color Space355°, 39%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010111101010000000
Octal311172200
Decimal201122128
Hexc97a80

Different shades of #c97a80 color code.

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

Light Shade of #c97a80
#d89ea3
Dark Shade of #c97a80
#ba565d
Saturated Shade of #c97a80
#d27178
Desaturated Shade of #c97a80
#c08388
Grey scale Shade of #c97a80
#a1a1a1
Brighten Shade
#e29399
Most Readable Shade
#000000

Shades of #c97a80 color code

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

#c97a80
#b26c71
#9c5e63
#865155
#6f4347
#593638
#43282a
#2c1b1c
#160d0e
#000000

Similar Color like #c97a80 color

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

#ca7b81
#cb7c82
#cc7d83
#cd7e84
#ce7f85
#cf8086
#d08187
#d18288
#d28389
#d3848a
#d4858b
#d5868c
#d6878d
#d7888e
#c8797f
#c7787e
#c6777d
#c5767c
#c4757b
#c3747a
#c27379
#c17278
#c07177
#bf7076
#be6f75
#bd6e74
#bc6d73
#bb6c72

Monochromatic Color with #c97a80

#c97a80
#f3949b
#1f1314
#492d2f
#74464a
#9e6065

Tints of #c97a80 Color

#c97a80
#cf888e
#d5979c
#dba6aa
#e1b5b8
#e7c3c6
#edd2d4
#f3e1e2
#f9f0f0
#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

#c97a80
#7ac9c3

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

Split Complementary

#c97a80
#7ac99c
#7aa8c9

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

Analogous Color

#c97aa0
#c97a90
#c97a80
#c9847a
#c9947a

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

#c97a80
#80c97a
#7a80c9

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

#c97a80
#a7c97a
#7ac9c3
#9b7ac9

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

#c97a80
#7ac9c3
#7aa8c9
#c99c7a

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

#c97a80 Color Code Preview on Black Background Color

This is how #c97a80 Color will look on black background color. Color contrast ratio is 6.58

#c97a80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c97a80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c97a80

#c97a80 color code is use for CSS Background Color

Background color for the above div is #c97a80

HTML with inline CSS

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

#c97a80 color code is use for CSS Border Color

CSS Border color for the above div is #c97a80

HTML with inline CSS

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

CSS Border Left color for the above div is #c97a80

HTML with inline CSS

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

CSS Border Right color for the above div is #c97a80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c97a80

HTML with inline CSS

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

CSS Border Top color for the above div is #c97a80

HTML with inline CSS

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

#c97a80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c97a80 Color code Preview on White Background

This is how #c97a80 Color code will look on white background color. Color contrast ratio is 3.19

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

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,122,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,201,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,122,128,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.