crispedge.com

Color picker

Loading...

#cc8e74 hex color - Red - Warm color - Information

#cc8e74 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #cc8e74 Color code in RGB color code model is created after adding 80% red color, 55.69% green color and 45.49% blue color. Hex #cc8e74 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 43% yellow and 20% black.

Hex #cc8e74 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 #cc8e74 color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codecc8e74#cc8e74
RGB Decimal204, 142, 116rgb(204, 142, 116)
RGB Percent80%, 56%, 45%rgb(80%, 56%, 45%)
CSS RGBa204, 142, 116,1rgba(204,142,116,1)
CMYK Modelcmyk(0%,30%,43%,20%)
HSL Color Space18,46% ,63%hsl(18,46% ,63%)
HSV Color Space18°, 43%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001000111001110100
Octal314216164
Decimal204142116
Hexcc8e74

Different shades of #cc8e74 color code.

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

Light Shade of #cc8e74
#daac99
Dark Shade of #cc8e74
#be704f
Saturated Shade of #cc8e74
#d58a6a
Desaturated Shade of #cc8e74
#c2927d
Grey scale Shade of #cc8e74
#a0a0a0
Brighten Shade
#e5a78d
Most Readable Shade
#000000

Shades of #cc8e74 color code

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

#cc8e74
#b57e67
#9e6e5a
#885e4d
#714e40
#5a3f33
#442f26
#2d1f19
#160f0c
#000000

Similar Color like #cc8e74 color

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

#cd8f75
#ce9076
#cf9177
#d09278
#d19379
#d2947a
#d3957b
#d4967c
#d5977d
#d6987e
#d7997f
#d89a80
#d99b81
#da9c82
#cb8d73
#ca8c72
#c98b71
#c88a70
#c7896f
#c6886e
#c5876d
#c4866c
#c3856b
#c2846a
#c18369
#c08268
#bf8167
#be8066

Monochromatic Color with #cc8e74

#cc8e74
#f6ac8c
#221813
#4c352b
#775344
#a1705c

Tints of #cc8e74 Color

#cc8e74
#d19a83
#d7a792
#ddb3a2
#e2c0b1
#e8ccc1
#eed9d0
#f3e5e0
#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

#cc8e74
#74b2cc

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

Split Complementary

#cc8e74
#74ccba
#7486cc

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

Analogous Color

#cc747d
#cc7c74
#cc8e74
#cca074
#ccb174

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

#cc8e74
#74cc8e
#8e74cc

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

#cc8e74
#86cc74
#74b2cc
#ba74cc

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

#cc8e74
#74b2cc
#7486cc
#ccba74

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

#cc8e74 Color Code Preview on Black Background Color

This is how #cc8e74 Color will look on black background color. Color contrast ratio is 7.69

#cc8e74 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8e74

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8e74

#cc8e74 color code is use for CSS Background Color

Background color for the above div is #cc8e74

HTML with inline CSS

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

#cc8e74 color code is use for CSS Border Color

CSS Border color for the above div is #cc8e74

HTML with inline CSS

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

CSS Border Left color for the above div is #cc8e74

HTML with inline CSS

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

CSS Border Right color for the above div is #cc8e74

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc8e74

HTML with inline CSS

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

CSS Border Top color for the above div is #cc8e74

HTML with inline CSS

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

#cc8e74 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc8e74 Color code Preview on White Background

This is how #cc8e74 Color code will look on white background color. Color contrast ratio is 2.73

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

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,142,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,178,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,142,116,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.