@
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.

#c4976f hex color - Brown - Warm color - Information

#c4976f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c4976f Color code in RGB color code model is created after adding 76.86% red color, 59.22% green color and 43.53% blue color. Hex #c4976f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 43% yellow and 23.14% black.

Hex #c4976f color code is between #cc9977 web safe hex color code and #bb8866 web safe hex color code. #cc9977 is the nearest web safe color code. You can see here many more shades of #c4976f color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code c4976f #c4976f
RGB Decimal 196, 151, 111 rgb(196, 151, 111)
RGB Percent 77%, 59%, 44% rgb(77%, 59%, 44%)
CSS RGBa 196, 151, 111,1 rgba(196,151,111,1)
CMYK Model cmyk(0%,23%,43%,23.14%)
HSL Color Space 28,42% ,60% hsl(28,42% ,60%)
HSV Color Space 28°, 43%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 10010111 01101111
Octal 304 227 157
Decimal 196 151 111
Hex c4 97 6f

Different shades of #c4976f color code.

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

Light Shade of #c4976f
#d3b193
Dark Shade of #c4976f
#b57d4b
Saturated Shade of #c4976f
#ce9665
Desaturated Shade of #c4976f
#ba9879
Grey scale Shade of #c4976f
#999999
Brighten Shade
#ddb088
Most Readable Shade
#000000

Shades of #c4976f color code

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

#c4976f
#ae8662
#987556
#82644a
#6c533d
#574331
#413225
#2b2118
#15100c
#000000

Similar Color like #c4976f color

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

#c59870
#c69971
#c79a72
#c89b73
#c99c74
#ca9d75
#cb9e76
#cc9f77
#cda078
#cea179
#cfa27a
#d0a37b
#d1a47c
#d2a57d
#c3966e
#c2956d
#c1946c
#c0936b
#bf926a
#be9169
#bd9068
#bc8f67
#bb8e66
#ba8d65
#b98c64
#b88b63
#b78a62
#b68961

Monochromatic Color with #c4976f

#c4976f
#eeb887
#1a140f
#443527
#6f563f
#997657

Tints of #c4976f Color

#c4976f
#caa27f
#d1ae8f
#d7b99f
#dec5af
#e4d0bf
#ebdccf
#f1e7df
#f8f3ef
#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

#c4976f
#6f9cc4

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

Split Complementary

#c4976f
#6fc4c2
#6f72c4

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

Analogous Color

#c4756f
#c4866f
#c4976f
#c4a86f
#c4b96f

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

#c4976f
#6fc497
#976fc4

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

#c4976f
#71c46f
#6f9cc4
#c16fc4

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

#c4976f
#6f9cc4
#6f72c4
#c4c26f

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

#c4976f Color Code Preview on Black Background Color

This is how #c4976f Color will look on black background color. Color contrast ratio is 8.00

#c4976f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4976f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4976f

#c4976f color code is use for CSS Background Color

Background color for the above div is #c4976f

HTML with inline CSS

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

#c4976f color code is use for CSS Border Color

CSS Border color for the above div is #c4976f

HTML with inline CSS

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

CSS Border Left color for the above div is #c4976f

HTML with inline CSS

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

CSS Border Right color for the above div is #c4976f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4976f

HTML with inline CSS

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

CSS Border Top color for the above div is #c4976f

HTML with inline CSS

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

#c4976f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4976f Color code Preview on White Background

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

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(196,151,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,156,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,151,111,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.