crispedge.com

Color picker

Loading...

#c7b286 hex color - Yellow - Warm color - Information

#c7b286 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #c7b286 Color code in RGB color code model is created after adding 78.04% red color, 69.8% green color and 52.55% blue color. Hex #c7b286 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 33% yellow and 22% black.

Hex #c7b286 color code is between #ccaa88 web safe hex color code and #bbbb77 web safe hex color code. #ccaa88 is the nearest web safe color code. You can see here many more shades of #c7b286 color code.

0 Likes 0 Comments | 16 Views

RGB Chart

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

Color Table

Hex Color Codec7b286#c7b286
RGB Decimal199, 178, 134rgb(199, 178, 134)
RGB Percent78%, 70%, 53%rgb(78%, 70%, 53%)
CSS RGBa199, 178, 134,1rgba(199,178,134,1)
CMYK Modelcmyk(0%,11%,33%,22%)
HSL Color Space41,37% ,65%hsl(41,37% ,65%)
HSV Color Space41°, 33%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001111011001010000110
Octal307262206
Decimal199178134
Hexc7b286

Different shades of #c7b286 color code.

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

Light Shade of #c7b286
#d7c8a9
Dark Shade of #c7b286
#b79c63
Saturated Shade of #c7b286
#d0b57d
Desaturated Shade of #c7b286
#beaf8f
Grey scale Shade of #c7b286
#a6a6a6
Brighten Shade
#e0cb9f
Most Readable Shade
#000000

Shades of #c7b286 color code

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

#c7b286
#b09e77
#9a8a68
#847659
#6e624a
#584f3b
#423b2c
#2c271d
#16130e
#000000

Similar Color like #c7b286 color

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

#c8b387
#c9b488
#cab589
#cbb68a
#ccb78b
#cdb88c
#ceb98d
#cfba8e
#d0bb8f
#d1bc90
#d2bd91
#d3be92
#d4bf93
#d5c094
#c6b185
#c5b084
#c4af83
#c3ae82
#c2ad81
#c1ac80
#c0ab7f
#bfaa7e
#bea97d
#bda87c
#bca77b
#bba67a
#baa579
#b9a478

Monochromatic Color with #c7b286

#c7b286
#f1d8a3
#1d1a14
#474030
#72664d
#9c8c69

Tints of #c7b286 Color

#c7b286
#cdba93
#d3c3a0
#d9cbae
#dfd4bb
#e6dcc9
#ece5d6
#f2ede4
#f8f6f1
#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

#c7b286
#869bc7

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

Split Complementary

#c7b286
#86bcc7
#9186c7

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

Analogous Color

#c79886
#c7a586
#c7b286
#c7bf86
#c2c786

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

#c7b286
#86c7b2
#b286c7

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

#c7b286
#86c791
#869bc7
#c786bb

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

#c7b286
#869bc7
#9186c7
#bcc786

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

#c7b286 Color Code Preview on Black Background Color

This is how #c7b286 Color will look on black background color. Color contrast ratio is 10.14

#c7b286 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7b286

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7b286

#c7b286 color code is use for CSS Background Color

Background color for the above div is #c7b286

HTML with inline CSS

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

#c7b286 color code is use for CSS Border Color

CSS Border color for the above div is #c7b286

HTML with inline CSS

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

CSS Border Left color for the above div is #c7b286

HTML with inline CSS

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

CSS Border Right color for the above div is #c7b286

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c7b286

HTML with inline CSS

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

CSS Border Top color for the above div is #c7b286

HTML with inline CSS

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

#c7b286 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c7b286 Color code Preview on White Background

This is how #c7b286 Color code will look on white background color. Color contrast ratio is 2.07

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

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

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.