COLOR #CD594B

HEX: #CD594B RGB: (205,89,75)

Color info

#CD594B contains mainly red color. Web safe color of #CD594B is #CC6633 (or #C63).

RGB color model

#CD594B color RGB value is (205,89,75).

RGB: (205,89,75) (80%, 35%, 29%)

RGB channels and saturation

R 205 of 255 = 80%
G 89 of 255 = 35%
B 75 of 255 = 29%

205
89
75

R + G + B ~ 48%. #CD594B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 205 + 89 + 75 = 369 (100%)
R 205 of 369 ~ 55.56%
G 89 of 369 ~ 24.12%
B 75 of 369 ~ 20.33'%

%55.56
%24.12
%20.33

CMYK color model

#CD594B color CMYK value is (0,57,63,20).

  • cyan value is 0.00%
  • magenta value is 56.59%
  • yellow value is 63.41%
  • key color value is 19.61%
CMYK: (0,57,63,20) C0M57Y63K20 (0%,57%,63%,20%) (0.00/0.57/0.63/0.20) 

CMYK percentages

%0
%56.59
%63.41
%19.61

Codes

Color #CD594B in popluar color models

CD 59 4B
RGB 205 89 75
HSL 56.52% 54.90%
HSB/HSV 63.41% 80.39%
CMYK 0.00% 56.59% 63.41%
19.61%

Color #CD594B in popluar number systems.

HEX CD 59 4B
Decimal 205 89 75
Binary 11001101 1011001 1001011
Octal 315 131 113

Shades and tints

Shades of #CD594B

#CD594B
(205,89,75)
#BB5145
(187,81,69)
#A9493F
(169,73,63)
#974139
(151,65,57)
#853933
(133,57,51)
#73312D
(115,49,45)
#612927
(97,41,39)
#4F2121
(79,33,33)
#3D191B
(61,25,27)
#2B1115
(43,17,21)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #CD594B

#CD594B
(205,89,75)
#D1685B
(209,104,91)
#D5776B
(213,119,107)
#D9867B
(217,134,123)
#DD958B
(221,149,139)
#E1A49B
(225,164,155)
#E5B3AB
(229,179,171)
#E9C2BB
(233,194,187)
#EDD1CB
(237,209,203)
#F1E0DB
(241,224,219)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD594B color. Also use rgb(205,89,75) instead hex code.

Text Font Color

.myTextColor { color: #CD594B; }

<p style="color:#CD594B">This sample text font color is #CD594B.</p>

This text font color is #CD594B.

Background Color

.myBgColor { background-color: #CD594B; }

<div style="background-color:#CD594B">Inner text</div>

This div background color is #CD594B.

Border color

.myBorderColor { border: 1px solid #CD594B; }

<div style="border:3px solid #CD594B">Div</div>

This div border color is #CD594B.

Opacity

.myOpacity80 { color: #CD594B; opacity: 0.8; }

<p style="color:#CD594B;opacity:0.8;">80%</p>

Text with #CD594B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CD594B;}

<p style="text-shadow: 3px 3px 1px #CD594B">Text here.</p>

This text has shadow with #CD594B color.


.textShadow {text-shadow: 3px 3px 1px #CD594B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CD594B, 5px 5px 20px red">Text here.</p>

This text has shadow with #CD594B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CD594B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CD594B, Direction=45, Strength=4)">Text</p>

This text has shadow with #CD594B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CD594B;
-webkit-box-shadow: 1px 1px 3px 2px #CD594B;
box-shadow: 1px 1px 3px 2px #CD594B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CD594B; -webkit-box-shadow: 1px 1px 3px 2px #CD594B; box-shadow:1px 1px 3px 2px #CD594B;">
Div content here
</div>

This div box has shadow with color #CD594B.

Preview

Color preview on black background

This text has color #CD594B on black background.


Color preview on white background

This text has color #CD594B on white background.


Black color preview on #CD594B background

This text has black color on #CD594B background.


White color preview on #CD594B background

This text has white color on #CD594B background.


Related colors

Complementary color

Complementary color for #hex is #32A6B4.


I love getcolorcode.com

Triadic colors

1 #4BCD59 and #594BCD with #CD594B are triadic colors.

2 #4B59CD and #59CD4B with #CD594B are triadic colors.