Skip to main content Skip to docs navigation

#c26c5e hex color | Dark Red & Warm color | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 7607 C and its hex is #C26E60 Nearest Color Name

Color Hue/Base color: Red

Hex #c26c5e Color code in RGB color code model is created after adding 76.08% red color, 42.35% green color and 36.86% blue color. Hex #c26c5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 52% yellow and 23.92% black.

Hex #c26c5e color code is between #bb6666 web safe hex color code and #cc7755 web safe hex color code. #bb6666 is the nearest web safe color code. You can see here many more shades of #c26c5e color code.

RGB Chart

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

Color Table

Hex Color Code c26c5e #c26c5e
RGB Decimal 194, 108, 94 194, 108, 94
RGB Percent 76%, 42%, 37% rgb(76%, 42%, 37%)
CSS RGBa 194, 108, 94,1 rgba(194,108,94,1)
CMYK Model cmyk(0%,44%,52%,23.92%)
HSL Color Space 8,45% ,56% hsl(8,45% ,56%)
HSV Color Space 8°, 52%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000010 01101100 01011110
Octal 302 154 136
Decimal 194 108 94
Hex c2 6c 5e

Different shades of #c26c5e color code.

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

Darkest of #c26c5e
#622e25
Darker of #c26c5e
#873f33
Dark of #c26c5e
#ac5041
Base of #c26c5e
#c26c5e
Light of #c26c5e
#d08e83
Lighter
#deb0a8
Lightest
#ecd1cd

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

#c26c5e
#5eb4c2

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

Split Complementary

#c26c5e
#5ec29e
#5e82c2

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

Analogous Color

#c25e8a
#c25e7a
#c26c5e
#c28d5e
#c2b75e

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

#c26c5e
#6c5ec2
#5ec26c

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

#c26c5e
#5ec26c
#5eb4c2
#c25eb4

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c26c5e
#82c25e
#5eb4c2
#9e5ec2

Square 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).

Monochromatic Color with #c26c5e

#3d1c17
#622e25
#873f33
#ac5041
#c26c5e
#d08e83
#deb0a8
#ecd1cd
#faf3f2

Tints of #c26c5e Color

#c26c5e
#c87c6f
#cf8c81
#d69d93
#ddada5
#e3bdb7
#eacec9
#f1dedb
#f8eeed
#ffffff

Shades of #c26c5e color code

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

#c26c5e
#ac6053
#965449
#81483e
#6b3c34
#563029
#40241f
#2b1814
#150c0a
#000000

Tones

#c26c5e
#ac7c74
#968c8a
#909090
#909090

Tones

Similar Color like #c26c5e color

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

#c36d5f
#c46e60
#c56f61
#c67062
#c77163
#c87264
#c97365
#ca7466
#cb7567
#cc7668
#cd7769
#ce786a
#cf796b
#d07a6c
#c16b5d
#c06a5c
#bf695b
#be685a
#bd6759
#bc6658
#bb6557
#ba6456
#b96355
#b86254
#b76153
#b66052
#b55f51
#b45e50

Download this

Hex #c26c5e 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.

#c26c5e Color Code Preview on Black Background Color

This is how #c26c5e Color will look on black background color. Color contrast ratio is 5.60

#c26c5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c26c5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c26c5e

#c26c5e color code is use for CSS Background Color

Background color for the above div is #c26c5e

HTML with inline CSS

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

#c26c5e color code is use for CSS Border Color

CSS Border color for the above div is #c26c5e

HTML with inline CSS

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

CSS Border Left color for the above div is #c26c5e

HTML with inline CSS

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

CSS Border Right color for the above div is #c26c5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c26c5e

HTML with inline CSS

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

CSS Border Top color for the above div is #c26c5e

HTML with inline CSS

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

#c26c5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c26c5e Color code Preview on White Background

This is how #c26c5e Color code will look on white background color. Color contrast ratio is 3.75

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

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,108,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,180,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,108,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }