crispedge.com

Color picker

Loading...

#cc8a70 hex color - Red - Warm color - Information

#cc8a70 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #cc8a70 Color code in RGB color code model is created after adding 80% red color, 54.12% green color and 43.92% blue color. Hex #cc8a70 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 45% yellow and 20% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecc8a70#cc8a70
RGB Decimal204, 138, 112rgb(204, 138, 112)
RGB Percent80%, 54%, 44%rgb(80%, 54%, 44%)
CSS RGBa204, 138, 112,1rgba(204,138,112,1)
CMYK Modelcmyk(0%,32%,45%,20%)
HSL Color Space17,47% ,62%hsl(17,47% ,62%)
HSV Color Space17°, 45%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001000101001110000
Octal314212160
Decimal204138112
Hexcc8a70

Different shades of #cc8a70 color code.

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

Light Shade of #cc8a70
#d9a996
Dark Shade of #cc8a70
#bf6b4a
Saturated Shade of #cc8a70
#d68666
Desaturated Shade of #cc8a70
#c28e7a
Grey scale Shade of #cc8a70
#9e9e9e
Brighten Shade
#e5a389
Most Readable Shade
#000000

Shades of #cc8a70 color code

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

#cc8a70
#b57a63
#9e6b57
#885c4a
#714c3e
#5a3d31
#442e25
#2d1e18
#160f0c
#000000

Similar Color like #cc8a70 color

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

#cd8b71
#ce8c72
#cf8d73
#d08e74
#d18f75
#d29076
#d39177
#d49278
#d59379
#d6947a
#d7957b
#d8967c
#d9977d
#da987e
#cb896f
#ca886e
#c9876d
#c8866c
#c7856b
#c6846a
#c58369
#c48268
#c38167
#c28066
#c17f65
#c07e64
#bf7d63
#be7c62

Monochromatic Color with #cc8a70

#cc8a70
#f6a787
#221713
#4c342a
#775041
#a16d59

Tints of #cc8a70 Color

#cc8a70
#d1977f
#d7a48f
#ddb19f
#e2beaf
#e8cbbf
#eed8cf
#f3e5df
#f9f2ef
#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

#cc8a70
#70b2cc

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

Split Complementary

#cc8a70
#70ccb8
#7084cc

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

Analogous Color

#cc707b
#cc7870
#cc8a70
#cc9c70
#ccaf70

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

#cc8a70
#70cc8a
#8a70cc

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

#cc8a70
#84cc70
#70b2cc
#b870cc

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

#cc8a70
#70b2cc
#7084cc
#ccb870

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

#cc8a70 Color Code Preview on Black Background Color

This is how #cc8a70 Color will look on black background color. Color contrast ratio is 7.44

#cc8a70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8a70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8a70

#cc8a70 color code is use for CSS Background Color

Background color for the above div is #cc8a70

HTML with inline CSS

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

#cc8a70 color code is use for CSS Border Color

CSS Border color for the above div is #cc8a70

HTML with inline CSS

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

CSS Border Left color for the above div is #cc8a70

HTML with inline CSS

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

CSS Border Right color for the above div is #cc8a70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc8a70

HTML with inline CSS

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

CSS Border Top color for the above div is #cc8a70

HTML with inline CSS

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

#cc8a70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc8a70 Color code Preview on White Background

This is how #cc8a70 Color code will look on white background color. Color contrast ratio is 2.82

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

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(204,138,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,178,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,138,112,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.