Skip to main content Skip to docs navigation

#cd485f 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 Paper Hearts and its hex is #CC4466 Nearest Color Name

Color Hue/Base color: Red

Hex #cd485f Color code in RGB color code model is created after adding 80.39% red color, 28.24% green color and 37.25% blue color. Hex #cd485f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 54% yellow and 19.61% black.

Hex #cd485f color code is between #cc4466 web safe hex color code and #dd5555 web safe hex color code. #cc4466 is the nearest web safe color code. You can see here many more shades of #cd485f color code.

RGB Chart

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

Color Table

Hex Color Code cd485f #cd485f
RGB Decimal 205, 72, 95 205, 72, 95
RGB Percent 80%, 28%, 37% rgb(80%, 28%, 37%)
CSS RGBa 205, 72, 95,1 rgba(205,72,95,1)
CMYK Model cmyk(0%,65%,54%,19.61%)
HSL Color Space 350,57% ,54% hsl(350,57% ,54%)
HSV Color Space 350°, 65%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01001000 01011111
Octal 315 110 137
Decimal 205 72 95
Hex cd 48 5f

Different shades of #cd485f color code.

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

Darkest of #cd485f
#611b27
Darker of #cd485f
#892637
Dark of #cd485f
#b13047
Base of #cd485f
#cd485f
Light of #cd485f
#d87082
Lighter
#e398a5
Lightest
#eec0c8

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

#cd485f
#48cdb6

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

Split Complementary

#cd485f
#48cd73
#48a2cd

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

Analogous Color

#cd48ad
#cd4896
#cd485f
#cd5d48
#cd9548

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

#cd485f
#485fcd
#5fcd48

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

#cd485f
#5fcd48
#48cdb6
#b648cd

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

#cd485f
#a2cd48
#48cdb6
#7348cd

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

#391017
#611b27
#892637
#b13047
#cd485f
#d87082
#e398a5
#eec0c8
#f9e8eb

Tints of #cd485f Color

#cd485f
#d25c70
#d87082
#dd8594
#e399a6
#e8adb7
#eec2c9
#f3d6db
#f9eaed
#ffffff

Shades of #cd485f color code

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

#cd485f
#b64054
#9f3849
#88303f
#712834
#5b202a
#44181f
#2d1015
#16080a
#000000

Tones

#cd485f
#b65f6e
#9e777d
#8a8a8a
#8a8a8a

Tones

Similar Color like #cd485f color

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

#ce4960
#cf4a61
#d04b62
#d14c63
#d24d64
#d34e65
#d44f66
#d55067
#d65168
#d75269
#d8536a
#d9546b
#da556c
#db566d
#cc475e
#cb465d
#ca455c
#c9445b
#c8435a
#c74259
#c64158
#c54057
#c43f56
#c33e55
#c23d54
#c13c53
#c03b52
#bf3a51

Download this Dark Red

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

#cd485f Color Code Preview on Black Background Color

This is how #cd485f Color will look on black background color. Color contrast ratio is 4.69

#cd485f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd485f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd485f

#cd485f color code is use for CSS Background Color

Background color for the above div is #cd485f

HTML with inline CSS

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

#cd485f color code is use for CSS Border Color

CSS Border color for the above div is #cd485f

HTML with inline CSS

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

CSS Border Left color for the above div is #cd485f

HTML with inline CSS

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

CSS Border Right color for the above div is #cd485f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd485f

HTML with inline CSS

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

CSS Border Top color for the above div is #cd485f

HTML with inline CSS

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

#cd485f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd485f Color code Preview on White Background

This is how #cd485f Color code will look on white background color. Color contrast ratio is 4.48

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

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