crispedge.com

Color picker

Loading...

#c88a78 hex color - Red - Warm color - Information

#c88a78 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #c88a78 Color code in RGB color code model is created after adding 78.43% red color, 54.12% green color and 47.06% blue color. Hex #c88a78 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 40% yellow and 22% black.

Hex #c88a78 color code is between #cc8877 web safe hex color code and #bb9988 web safe hex color code. #cc8877 is the nearest web safe color code. You can see here many more shades of #c88a78 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec88a78#c88a78
RGB Decimal200, 138, 120rgb(200, 138, 120)
RGB Percent78%, 54%, 47%rgb(78%, 54%, 47%)
CSS RGBa200, 138, 120,1rgba(200,138,120,1)
CMYK Modelcmyk(0%,31%,40%,22%)
HSL Color Space14,42% ,63%hsl(14,42% ,63%)
HSV Color Space14°, 40%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001000101001111000
Octal310212170
Decimal200138120
Hexc88a78

Different shades of #c88a78 color code.

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

Light Shade of #c88a78
#d7a99c
Dark Shade of #c88a78
#b96b54
Saturated Shade of #c88a78
#d1856e
Desaturated Shade of #c88a78
#be8f81
Grey scale Shade of #c88a78
#a0a0a0
Brighten Shade
#e1a391
Most Readable Shade
#000000

Shades of #c88a78 color code

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

#c88a78
#b17a6a
#9b6b5d
#855c50
#6f4c42
#583d35
#422e28
#2c1e1a
#160f0d
#000000

Similar Color like #c88a78 color

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

#c98b79
#ca8c7a
#cb8d7b
#cc8e7c
#cd8f7d
#ce907e
#cf917f
#d09280
#d19381
#d29482
#d39583
#d49684
#d59785
#d69886
#c78977
#c68876
#c58775
#c48674
#c38573
#c28472
#c18371
#c08270
#bf816f
#be806e
#bd7f6d
#bc7e6c
#bb7d6b
#ba7c6a

Monochromatic Color with #c88a78

#c88a78
#f2a791
#1e1512
#48322b
#734f45
#9d6d5e

Tints of #c88a78 Color

#c88a78
#ce9787
#d4a496
#dab1a5
#e0beb4
#e6cbc3
#ecd8d2
#f2e5e1
#f8f2f0
#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

#c88a78
#78b6c8

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

Split Complementary

#c88a78
#78c8b2
#788ec8

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

Analogous Color

#c87886
#c87a78
#c88a78
#c89a78
#c8aa78

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

#c88a78
#78c88a
#8a78c8

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

#c88a78
#8ec878
#78b6c8
#b278c8

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

#c88a78
#78b6c8
#788ec8
#c8b278

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

#c88a78 Color Code Preview on Black Background Color

This is how #c88a78 Color will look on black background color. Color contrast ratio is 7.36

#c88a78 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88a78

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88a78

#c88a78 color code is use for CSS Background Color

Background color for the above div is #c88a78

HTML with inline CSS

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

#c88a78 color code is use for CSS Border Color

CSS Border color for the above div is #c88a78

HTML with inline CSS

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

CSS Border Left color for the above div is #c88a78

HTML with inline CSS

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

CSS Border Right color for the above div is #c88a78

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c88a78

HTML with inline CSS

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

CSS Border Top color for the above div is #c88a78

HTML with inline CSS

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

#c88a78 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c88a78 Color code Preview on White Background

This is how #c88a78 Color code will look on white background color. Color contrast ratio is 2.85

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

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(200,138,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,182,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,138,120,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.