crispedge.com

Color picker

Loading...

#c7bd91 hex color - Brown - Warm color - Information

#c7bd91 hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #c7bd91 Color code in RGB color code model is created after adding 78.04% red color, 74.12% green color and 56.86% blue color. Hex #c7bd91 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 27% yellow and 22% black.

Hex #c7bd91 color code is between #ccbb99 web safe hex color code and #bbcc88 web safe hex color code. #ccbb99 is the nearest web safe color code. You can see here many more shades of #c7bd91 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec7bd91#c7bd91
RGB Decimal199, 189, 145rgb(199, 189, 145)
RGB Percent78%, 74%, 57%rgb(78%, 74%, 57%)
CSS RGBa199, 189, 145,1rgba(199,189,145,1)
CMYK Modelcmyk(0%,5%,27%,22%)
HSL Color Space49,33% ,67%hsl(49,33% ,67%)
HSV Color Space49°, 27%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001111011110110010001
Octal307275221
Decimal199189145
Hexc7bd91

Different shades of #c7bd91 color code.

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

Light Shade of #c7bd91
#d8d1b3
Dark Shade of #c7bd91
#b6a96f
Saturated Shade of #c7bd91
#cfc289
Desaturated Shade of #c7bd91
#bfb899
Grey scale Shade of #c7bd91
#acacac
Brighten Shade
#e0d6aa
Most Readable Shade
#000000

Shades of #c7bd91 color code

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

#c7bd91
#b0a880
#9a9370
#847e60
#6e6950
#585440
#423f30
#2c2a20
#161510
#000000

Similar Color like #c7bd91 color

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

#c8be92
#c9bf93
#cac094
#cbc195
#ccc296
#cdc397
#cec498
#cfc599
#d0c69a
#d1c79b
#d2c89c
#d3c99d
#d4ca9e
#d5cb9f
#c6bc90
#c5bb8f
#c4ba8e
#c3b98d
#c2b88c
#c1b78b
#c0b68a
#bfb589
#beb488
#bdb387
#bcb286
#bbb185
#bab084
#b9af83

Monochromatic Color with #c7bd91

#c7bd91
#f1e5b0
#1d1c15
#474434
#726c53
#9c9572

Tints of #c7bd91 Color

#c7bd91
#cdc49d
#d3cba9
#d9d3b5
#dfdac1
#e6e1ce
#ece9da
#f2f0e6
#f8f7f2
#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

#c7bd91
#919bc7

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

Split Complementary

#c7bd91
#91b6c7
#a291c7

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

Analogous Color

#c7a791
#c7b291
#c7bd91
#c6c791
#bbc791

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

#c7bd91
#91c7bd
#bd91c7

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

#c7bd91
#91c7a2
#919bc7
#c791b6

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

#c7bd91
#919bc7
#a291c7
#b6c791

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

#c7bd91 Color Code Preview on Black Background Color

This is how #c7bd91 Color will look on black background color. Color contrast ratio is 11.12

#c7bd91 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7bd91

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7bd91

#c7bd91 color code is use for CSS Background Color

Background color for the above div is #c7bd91

HTML with inline CSS

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

#c7bd91 color code is use for CSS Border Color

CSS Border color for the above div is #c7bd91

HTML with inline CSS

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

CSS Border Left color for the above div is #c7bd91

HTML with inline CSS

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

CSS Border Right color for the above div is #c7bd91

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c7bd91

HTML with inline CSS

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

CSS Border Top color for the above div is #c7bd91

HTML with inline CSS

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

#c7bd91 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c7bd91 Color code Preview on White Background

This is how #c7bd91 Color code will look on white background color. Color contrast ratio is 1.89

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

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(199,189,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,155,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,189,145,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.