What is hex #CD5B45 color?

 
The hex code #CD5B45 is also know by an other name that is Dark Coral.
This color is composed of 205% red, 91% green and 69% blue. So we can say that the RGB value is (205,91,69)
You need to use it for a printer? The CMYK colors code equivalent of hex #CD5B45 is C:0 M:56 Y:66, K:20) .
In the HSV/HSB scale, #CD5B45 has a hue of 10°, 66% saturation and a brightness value of 80%.
If you want to know all about the hex #CD5B45, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #CD5B45 (complementary, analogous, triadic, tetradic...).

Hex #CD5B45 Color Codes & Equivalents

Color Name [Dark Coral]
RGB Values (205,91,69)
CMYK Values (0%, 56%, 66%, 20%)
HSV/HSB Values (10°, 66%, 80%)
Closest Web Safe
#CC6633
Inverse Color
#32a4ba
Closest Pantone®
7418 C
Closest RAL
RAL 2012 [Salmon orange]
Complementary Color
#45b7cd

#CD5B45 Converted to Grayscale Codes

Average
#7a7a7a
Lightness (Desaturation)
#898989
Weighted (BT601)
#7b7b7b
Luma (BT709)
#727272

Hex #CD5B45 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #CD5B45 is #45b7cd. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #CD5B45 you will find #45b7cd. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#CD5B45 #45b7cd

Analogous Palette

The analogous color scheme of #CD5B45 is composed with colors #CD4573 and #CD9F45. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #CD5B45 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#CD4573 #CD5B45 #CD9F45

Split-Complementary Palette

The split-complementary color scheme of #CD5B45 is composed with colors #4573CD and #45CD9F. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#CD5B45 #4573CD #45CD9F

Triadic Palette

The triadic color scheme of #CD5B45 is composed with colors #5B45CD and #45CD5B. They are located to the right and left of your main color #CD5B45 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#CD5B45 #5B45CD #45CD5B

Tetradic Palette

The tetradic color scheme of #CD5B45 is composed with colors #45CD5B, #45B7CD and #CD45B7 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#CD5B45 #45CD5B #45B7CD #CD45B7

Square Palette

The square color scheme of #CD5B45 is composed with colors #73CD45, #45B7CD and #9F45CD To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#CD5B45 #73CD45 #45B7CD #9F45CD

Tints, Tones & Shades of Hex #CD5B45

Tints

Tints are created by adding white, resulting in lighter shades of #CD5B45.

#CD5B45 #D16955 #D57765 #D98575 #DE9385 #E2A195 #E6B0A5 #EBBEB5

Tones

Tones are made by mixing with gray, softening the original color.

#CD5B45 #C16250 #B56A5C #AA7267 #9E7A73 #93827E #898989 #898989

Shades

Shades result from adding black, creating darker variations.

#CD5B45 #C74D35 #B74731 #A7402D #973A28 #873424 #772E20 #67281B

Hex #CD5B45 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #CD5B45
Java new Color(205,91,69);
Python Color(#CD5B45)
.NET Color.FromArgb(255, 205,91,69);
Swift / iOS UIColor(red: 0.8, green: 0.36, blue: 0.27, alpha: 1)
Kotlin / Android Color.rgb(205, 91, 69)