Skip to main content Skip to docs navigation

#cd849e 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 Pantone 4071 C and its hex is #CF879D Nearest Color Name

Color Hue/Base color: Red

Hex #cd849e Color code in RGB color code model is created after adding 80.39% red color, 51.76% green color and 61.96% blue color. Hex #cd849e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 23% yellow and 19.61% black.

Hex #cd849e color code is between #cc8899 web safe hex color code and #dd77aa web safe hex color code. #cc8899 is the nearest web safe color code. You can see here many more shades of #cd849e color code.

RGB Chart

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

Color Table

Hex Color Code cd849e #cd849e
RGB Decimal 205, 132, 158 205, 132, 158
RGB Percent 80%, 52%, 62% rgb(80%, 52%, 62%)
CSS RGBa 205, 132, 158,1 rgba(205,132,158,1)
CMYK Model cmyk(0%,36%,23%,19.61%)
HSL Color Space 339,42% ,66% hsl(339,42% ,66%)
HSV Color Space 339°, 36%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 10000100 10011110
Octal 315 204 236
Decimal 205 132 158
Hex cd 84 9e

Different shades of #cd849e color code.

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

Darkest of #cd849e
#833551
Darker of #cd849e
#a74467
Dark of #cd849e
#be6081
Base of #cd849e
#cd849e
Light of #cd849e
#dca8bb
Lighter
#eacdd7
Lightest
#f9f1f4

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

#cd849e
#84cdb3

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

Split Complementary

#cd849e
#84cd8f
#84c3cd

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

Analogous Color

#cd84c9
#cd84bc
#cd849e
#cd8486
#cda184

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

#cd849e
#849ecd
#9ecd84

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

#cd849e
#9ecd84
#84cdb3
#b384cd

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

#cd849e
#c3cd84
#84cdb3
#8f84cd

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

#5f263a
#833551
#a74467
#be6081
#cd849e
#dca8bb
#eacdd7
#f9f1f4
#ffffff

Tints of #cd849e Color

#cd849e
#d291a8
#d89fb3
#ddadbe
#e3bac9
#e8c8d3
#eed6de
#f3e3e9
#f9f1f4
#ffffff

Shades of #cd849e color code

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

#cd849e
#b6758c
#9f667a
#885869
#714957
#5b3a46
#442c34
#2d1d23
#160e11
#000000

Tones

#cd849e
#bc95a3
#aaa7a8
#a9a9a9
#a9a9a9

Tones

Similar Color like #cd849e color

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

#ce859f
#cf86a0
#d087a1
#d188a2
#d289a3
#d38aa4
#d48ba5
#d58ca6
#d68da7
#d78ea8
#d88fa9
#d990aa
#da91ab
#db92ac
#cc839d
#cb829c
#ca819b
#c9809a
#c87f99
#c77e98
#c67d97
#c57c96
#c47b95
#c37a94
#c27993
#c17892
#c07791
#bf7690

Download this Dark Red

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

#cd849e Color Code Preview on Black Background Color

This is how #cd849e Color will look on black background color. Color contrast ratio is 7.39

#cd849e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd849e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd849e

#cd849e color code is use for CSS Background Color

Background color for the above div is #cd849e

HTML with inline CSS

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

#cd849e color code is use for CSS Border Color

CSS Border color for the above div is #cd849e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd849e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd849e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd849e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd849e

HTML with inline CSS

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

#cd849e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd849e Color code Preview on White Background

This is how #cd849e Color code will look on white background color. Color contrast ratio is 2.84

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

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(205,132,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,205,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,132,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }