Skip to main content Skip to docs navigation

#cb856a hex color | Download Dark Red BG image | 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 Subdued Sienna and its hex is #CC896C Nearest Color Name

Color Hue/Base color: Red

Hex #cb856a Color code in RGB color code model is created after adding 79.61% red color, 52.16% green color and 41.57% blue color. Hex #cb856a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 48% yellow and 20.39% black.

Hex #cb856a color code is between #cc8866 web safe hex color code and #bb7777 web safe hex color code. #cc8866 is the nearest web safe color code. You can see here many more shades of #cb856a color code.

RGB Chart

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

Color Table

Hex Color Code cb856a #cb856a
RGB Decimal 203, 133, 106 203, 133, 106
RGB Percent 80%, 52%, 42% rgb(80%, 52%, 42%)
CSS RGBa 203, 133, 106,1 rgba(203,133,106,1)
CMYK Model cmyk(0%,34%,48%,20.39%)
HSL Color Space 17,48% ,61% hsl(17,48% ,61%)
HSV Color Space 17°, 48%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 10000101 01101010
Octal 313 205 152
Decimal 203 133 106
Hex cb 85 6a

Different shades of #cb856a color code.

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

Darkest of #cb856a
#743d28
Darker of #cb856a
#995136
Dark of #cb856a
#be6644
Base of #cb856a
#cb856a
Light of #cb856a
#d8a490
Lighter
#e5c3b6
Lightest
#f3e2db

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

#cb856a
#6ab0cb

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

Split Complementary

#cb856a
#6acbb6
#6a80cb

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

Analogous Color

#cb6a88
#cb6a77
#cb856a
#cba56a
#c8cb6a

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

#cb856a
#856acb
#6acb85

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

#cb856a
#6acb85
#6ab0cb
#cb6ab0

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

#cb856a
#80cb6a
#6ab0cb
#b66acb

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 #cb856a

#4e291b
#743d28
#995136
#be6644
#cb856a
#d8a490
#e5c3b6
#f3e2db
#ffffff

Tints of #cb856a Color

#cb856a
#d0927a
#d6a08b
#dcad9b
#e2bbac
#e7c8bc
#edd6cd
#f3e3dd
#f9f1ee
#ffffff

Shades of #cb856a color code

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

#cb856a
#b4765e
#9d6752
#875846
#70493a
#5a3b2f
#432c23
#2d1d17
#160e0b
#000000

Tones

#cb856a
#b78e7e
#a39792
#9b9b9b
#9b9b9b

Tones

Similar Color like #cb856a color

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

#cc866b
#cd876c
#ce886d
#cf896e
#d08a6f
#d18b70
#d28c71
#d38d72
#d48e73
#d58f74
#d69075
#d79176
#d89277
#d99378
#ca8469
#c98368
#c88267
#c78166
#c68065
#c57f64
#c47e63
#c37d62
#c27c61
#c17b60
#c07a5f
#bf795e
#be785d
#bd775c

Download this Dark Red

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

#cb856a Color Code Preview on Black Background Color

This is how #cb856a Color will look on black background color. Color contrast ratio is 7.10

#cb856a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb856a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb856a

#cb856a color code is use for CSS Background Color

Background color for the above div is #cb856a

HTML with inline CSS

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

#cb856a color code is use for CSS Border Color

CSS Border color for the above div is #cb856a

HTML with inline CSS

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

CSS Border Left color for the above div is #cb856a

HTML with inline CSS

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

CSS Border Right color for the above div is #cb856a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb856a

HTML with inline CSS

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

CSS Border Top color for the above div is #cb856a

HTML with inline CSS

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

#cb856a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb856a Color code Preview on White Background

This is how #cb856a Color code will look on white background color. Color contrast ratio is 2.96

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(203,133,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,176,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,133,106,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }