crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c97a58 hex color - Orange - Warm color - Information

#c97a58 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

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

Hex #c97a58 color code is between #cc7755 web safe hex color code and #bb8866 web safe hex color code. #cc7755 is the nearest web safe color code. You can see here many more shades of #c97a58 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec97a58#c97a58
RGB Decimal201, 122, 88rgb(201, 122, 88)
RGB Percent79%, 48%, 35%rgb(79%, 48%, 35%)
CSS RGBa201, 122, 88,1rgba(201,122,88,1)
CMYK Modelcmyk(0%,39%,56%,21%)
HSL Color Space18,51% ,57%hsl(18,51% ,57%)
HSV Color Space18°, 56%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010111101001011000
Octal311172130
Decimal20112288
Hexc97a58

Different shades of #c97a58 color code.

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

Light Shade of #c97a58
#d5997f
Dark Shade of #c97a58
#b45f3a
Saturated Shade of #c97a58
#d4764d
Desaturated Shade of #c97a58
#be7e63
Grey scale Shade of #c97a58
#909090
Brighten Shade
#e29371
Most Readable Shade
#000000

Shades of #c97a58 color code

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

#c97a58
#b26c4e
#9c5e44
#86513a
#6f4330
#593627
#43281d
#2c1b13
#160d09
#000000

Similar Color like #c97a58 color

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

#ca7b59
#cb7c5a
#cc7d5b
#cd7e5c
#ce7f5d
#cf805e
#d0815f
#d18260
#d28361
#d38462
#d48563
#d58664
#d68765
#d78866
#c87957
#c77856
#c67755
#c57654
#c47553
#c37452
#c27351
#c17250
#c0714f
#bf704e
#be6f4d
#bd6e4c
#bc6d4b
#bb6c4a

Monochromatic Color with #c97a58

#c97a58
#f3946b
#1f130e
#492d20
#744633
#9e6045

Tints of #c97a58 Color

#c97a58
#cf886a
#d5977d
#dba68f
#e1b5a2
#e7c3b4
#edd2c7
#f3e1d9
#f9f0ec
#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

#c97a58
#58a7c9

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

Split Complementary

#c97a58
#58c9b3
#586ec9

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

Analogous Color

#c95863
#c96358
#c97a58
#c99158
#c9a758

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

#c97a58
#58c97a
#7a58c9

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

#c97a58
#6ec958
#58a7c9
#b258c9

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

#c97a58
#58a7c9
#586ec9
#c9b358

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

#c97a58 Color Code Preview on Black Background Color

This is how #c97a58 Color will look on black background color. Color contrast ratio is 6.41

#c97a58 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c97a58

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c97a58

#c97a58 color code is use for CSS Background Color

Background color for the above div is #c97a58

HTML with inline CSS

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

#c97a58 color code is use for CSS Border Color

CSS Border color for the above div is #c97a58

HTML with inline CSS

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

CSS Border Left color for the above div is #c97a58

HTML with inline CSS

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

CSS Border Right color for the above div is #c97a58

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c97a58

HTML with inline CSS

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

CSS Border Top color for the above div is #c97a58

HTML with inline CSS

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

#c97a58 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c97a58 Color code Preview on White Background

This is how #c97a58 Color code will look on white background color. Color contrast ratio is 3.28

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.