crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c76a5b hex color - Red - Warm color - Information

#c76a5b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c76a5b Color code in RGB color code model is created after adding 78.04% red color, 41.57% green color and 35.69% blue color. Hex #c76a5b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 54% yellow and 22% black.

Hex #c76a5b color code is between #cc6655 web safe hex color code and #bb7766 web safe hex color code. #cc6655 is the nearest web safe color code. You can see here many more shades of #c76a5b color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec76a5b#c76a5b
RGB Decimal199, 106, 91rgb(199, 106, 91)
RGB Percent78%, 42%, 36%rgb(78%, 42%, 36%)
CSS RGBa199, 106, 91,1rgba(199,106,91,1)
CMYK Modelcmyk(0%,47%,54%,22%)
HSL Color Space8,49% ,57%hsl(8,49% ,57%)
HSV Color Space8°, 54%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110110101001011011
Octal307152133
Decimal19910691
Hexc76a5b

Different shades of #c76a5b color code.

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

Light Shade of #c76a5b
#d48d81
Dark Shade of #c76a5b
#b24d3d
Saturated Shade of #c76a5b
#d26250
Desaturated Shade of #c76a5b
#bc7266
Grey scale Shade of #c76a5b
#919191
Brighten Shade
#e08374
Most Readable Shade
#FFFFFF

Shades of #c76a5b color code

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

#c76a5b
#b05e50
#9a5246
#84463c
#6e3a32
#582f28
#42231e
#2c1714
#160b0a
#000000

Similar Color like #c76a5b color

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

#c86b5c
#c96c5d
#ca6d5e
#cb6e5f
#cc6f60
#cd7061
#ce7162
#cf7263
#d07364
#d17465
#d27566
#d37667
#d47768
#d57869
#c6695a
#c56859
#c46758
#c36657
#c26556
#c16455
#c06354
#bf6253
#be6152
#bd6051
#bc5f50
#bb5e4f
#ba5d4e
#b95c4d

Monochromatic Color with #c76a5b

#c76a5b
#f1816e
#1d0f0d
#472621
#723d34
#9c5348

Tints of #c76a5b Color

#c76a5b
#cd7a6d
#d38b7f
#d99b91
#dfaca3
#e6bcb6
#eccdc8
#f2ddda
#f8eeec
#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

#c76a5b
#5bb8c7

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

Split Complementary

#c76a5b
#5bc7a0
#5b82c7

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

Analogous Color

#c75b77
#c75b62
#c76a5b
#c7805b
#c7955b

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

#c76a5b
#5bc76a
#6a5bc7

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

#c76a5b
#82c75b
#5bb8c7
#a05bc7

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

#c76a5b
#5bb8c7
#5b82c7
#c7a05b

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

#c76a5b Color Code Preview on Black Background Color

This is how #c76a5b Color will look on black background color. Color contrast ratio is 5.64

#c76a5b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c76a5b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c76a5b

#c76a5b color code is use for CSS Background Color

Background color for the above div is #c76a5b

HTML with inline CSS

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

#c76a5b color code is use for CSS Border Color

CSS Border color for the above div is #c76a5b

HTML with inline CSS

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

CSS Border Left color for the above div is #c76a5b

HTML with inline CSS

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

CSS Border Right color for the above div is #c76a5b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c76a5b

HTML with inline CSS

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

CSS Border Top color for the above div is #c76a5b

HTML with inline CSS

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

#c76a5b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c76a5b Color code Preview on White Background

This is how #c76a5b Color code will look on white background color. Color contrast ratio is 3.72

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.