@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c2986e hex color - Brown - Warm color - Information

#c2986e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c2986e Color code in RGB color code model is created after adding 76.08% red color, 59.61% green color and 43.14% blue color. Hex #c2986e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 43% yellow and 23.92% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code c2986e #c2986e
RGB Decimal 194, 152, 110 rgb(194, 152, 110)
RGB Percent 76%, 60%, 43% rgb(76%, 60%, 43%)
CSS RGBa 194, 152, 110,1 rgba(194,152,110,1)
CMYK Model cmyk(0%,22%,43%,23.92%)
HSL Color Space 30,41% ,60% hsl(30,41% ,60%)
HSV Color Space 30°, 43%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000010 10011000 01101110
Octal 302 230 156
Decimal 194 152 110
Hex c2 98 6e

Different shades of #c2986e color code.

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

Light Shade of #c2986e
#d1b192
Dark Shade of #c2986e
#b27e4b
Saturated Shade of #c2986e
#cc9864
Desaturated Shade of #c2986e
#b89878
Grey scale Shade of #c2986e
#989898
Brighten Shade
#dbb187
Most Readable Shade
#000000

Shades of #c2986e color code

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

#c2986e
#ac8761
#967655
#816549
#6b543d
#564330
#403224
#2b2118
#15100c
#000000

Similar Color like #c2986e color

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

#c3996f
#c49a70
#c59b71
#c69c72
#c79d73
#c89e74
#c99f75
#caa076
#cba177
#cca278
#cda379
#cea47a
#cfa57b
#d0a67c
#c1976d
#c0966c
#bf956b
#be946a
#bd9369
#bc9268
#bb9167
#ba9066
#b98f65
#b88e64
#b78d63
#b68c62
#b58b61
#b48a60

Monochromatic Color with #c2986e

#c2986e
#ecb986
#18130e
#423426
#6d553e
#977756

Tints of #c2986e Color

#c2986e
#c8a37e
#cfae8e
#d6ba9e
#ddc5ae
#e3d1be
#eadcce
#f1e8de
#f8f3ee
#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

#c2986e
#6e98c2

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

Split Complementary

#c2986e
#6ec2c2
#6e6ec2

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

Analogous Color

#c2766e
#c2876e
#c2986e
#c2a96e
#c2ba6e

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

#c2986e
#6ec298
#986ec2

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

#c2986e
#6ec26e
#6e98c2
#c26ec2

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

#c2986e
#6e98c2
#6e6ec2
#c2c26e

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

#c2986e Color Code Preview on Black Background Color

This is how #c2986e Color will look on black background color. Color contrast ratio is 8.01

#c2986e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2986e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2986e

#c2986e color code is use for CSS Background Color

Background color for the above div is #c2986e

HTML with inline CSS

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

#c2986e color code is use for CSS Border Color

CSS Border color for the above div is #c2986e

HTML with inline CSS

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

CSS Border Left color for the above div is #c2986e

HTML with inline CSS

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

CSS Border Right color for the above div is #c2986e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2986e

HTML with inline CSS

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

CSS Border Top color for the above div is #c2986e

HTML with inline CSS

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

#c2986e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2986e Color code Preview on White Background

This is how #c2986e Color code will look on white background color. Color contrast ratio is 2.62

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

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(194,152,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,152,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,152,110,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.