crispedge.com

Color picker

Loading...

#c8a878 hex color - Brown - Warm color - Information

#c8a878 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codec8a878#c8a878
RGB Decimal200, 168, 120rgb(200, 168, 120)
RGB Percent78%, 66%, 47%rgb(78%, 66%, 47%)
CSS RGBa200, 168, 120,1rgba(200,168,120,1)
CMYK Modelcmyk(0%,16%,40%,22%)
HSL Color Space36,42% ,63%hsl(36,42% ,63%)
HSV Color Space36°, 40%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001010100001111000
Octal310250170
Decimal200168120
Hexc8a878

Different shades of #c8a878 color code.

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

Light Shade of #c8a878
#d7bf9c
Dark Shade of #c8a878
#b99154
Saturated Shade of #c8a878
#d1aa6e
Desaturated Shade of #c8a878
#bea681
Grey scale Shade of #c8a878
#a0a0a0
Brighten Shade
#e1c191
Most Readable Shade
#000000

Shades of #c8a878 color code

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

#c8a878
#b1956a
#9b825d
#857050
#6f5d42
#584a35
#423828
#2c251a
#16120d
#000000

Similar Color like #c8a878 color

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

#c9a979
#caaa7a
#cbab7b
#ccac7c
#cdad7d
#ceae7e
#cfaf7f
#d0b080
#d1b181
#d2b282
#d3b383
#d4b484
#d5b585
#d6b686
#c7a777
#c6a676
#c5a575
#c4a474
#c3a373
#c2a272
#c1a171
#c0a070
#bf9f6f
#be9e6e
#bd9d6d
#bc9c6c
#bb9b6b
#ba9a6a

Monochromatic Color with #c8a878

#c8a878
#f2cc91
#1e1912
#483d2b
#736145
#9d845e

Tints of #c8a878 Color

#c8a878
#ceb187
#d4bb96
#dac5a5
#e0ceb4
#e6d8c3
#ece2d2
#f2ebe1
#f8f5f0
#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

#c8a878
#7898c8

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

Split Complementary

#c8a878
#78c0c8
#8078c8

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

Analogous Color

#c88878
#c89878
#c8a878
#c8b878
#c8c878

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

#c8a878
#78c8a8
#a878c8

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

#c8a878
#78c880
#7898c8
#c878c0

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

#c8a878
#7898c8
#8078c8
#c0c878

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

#c8a878 Color Code Preview on Black Background Color

This is how #c8a878 Color will look on black background color. Color contrast ratio is 9.33

#c8a878 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8a878

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8a878

#c8a878 color code is use for CSS Background Color

Background color for the above div is #c8a878

HTML with inline CSS

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

#c8a878 color code is use for CSS Border Color

CSS Border color for the above div is #c8a878

HTML with inline CSS

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

CSS Border Left color for the above div is #c8a878

HTML with inline CSS

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

CSS Border Right color for the above div is #c8a878

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8a878

HTML with inline CSS

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

CSS Border Top color for the above div is #c8a878

HTML with inline CSS

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

#c8a878 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8a878 Color code Preview on White Background

This is how #c8a878 Color code will look on white background color. Color contrast ratio is 2.25

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

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,168,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,152,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,168,120,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.