COLOR #CD5C73

HEX: #CD5C73
RGB: (205,92,115)

Color info

#CD5C73 contains mainly red color. Web safe color of #CD5C73 is #CC6666 (or #C66).

RGB color model

#CD5C73 color RGB value is (205,92,115).

  • red value is 205;
  • green value is 92;
  • blue value is 115.
RGB: (205,92,115) (80%,36%,45%)

RGB channels and saturation

R 205 of 255 = 80%
G 92 of 255 = 36%
B 115 of 255 = 45%

205
92
115

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

Portions of RGB colors in percentages

R + G + B =
205 + 92 + 115 = 412 (100%)
R 205 of 412 ~ 49.76%
G 92 of 412 ~ 22.33%
B 115 of 412 ~ 27.91%

%49.76
%22.33
%27.91

CMYK color model

#CD5C73 color CMYK value is (0,55,44,20).

  • cyan value is 0.00%
  • magenta value is 55.12%
  • yellow value is 43.90%
  • key color value is 19.61%
CMYK: (0,55,44,20) C0M55Y44K20 (0%,55%,44%,20%) (0.00/0.55/0.44/0.20)

CMYK percentages

%0
%55.12
%43.9
%19.61

Codes

Color #CD5C73 in popluar color models

CD5C73
RGB20592115
HSL348°53.05%58.24%
HSB/HSV348°55.12%80.39%
CMYK0.00%55.12%43.90%
19.61%

Color #CD5C73 in popluar number systems.

HEXCD5C73
Decimal20592115
Binary1100110110111001110011
Octal315134163

Shades and tints

Shades of #CD5C73

#CD5C73
(205,92,115)
#BB5469
(187,84,105)
#A94C5F
(169,76,95)
#974455
(151,68,85)
#853C4B
(133,60,75)
#733441
(115,52,65)
#612C37
(97,44,55)
#4F242D
(79,36,45)
#3D1C23
(61,28,35)
#2B1419
(43,20,25)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #CD5C73

#CD5C73
(205,92,115)
#D16A7F
(209,106,127)
#D5788B
(213,120,139)
#D98697
(217,134,151)
#DD94A3
(221,148,163)
#E1A2AF
(225,162,175)
#E5B0BB
(229,176,187)
#E9BEC7
(233,190,199)
#EDCCD3
(237,204,211)
#F1DADF
(241,218,223)
#F5E8EB
(245,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5C73 color. Also use rgb(205,92,115) instead hex code.

Text Font Color

.myTextColor { color: #CD5C73; }

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

This text font color is #CD5C73.


Background Color

.myBgColor { background-color: #CD5C73; }

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

This div background color is #CD5C73.


Border color

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

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

This div border color is #CD5C73.


Opacity

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

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

Text with #CD5C73 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 #CD5C73;}

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

This text has shadow with #CD5C73 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #CD5C73; -webkit-box-shadow:	1px 1px 3px 2px #CD5C73; box-shadow:	1px 1px 3px 2px #CD5C73; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CD5C73; -webkit-box-shadow: 1px 1px 3px 2px #CD5C73; box-shadow:1px 1px 3px 2px #CD5C73;">
Div content here</div>
This div box has shadow with color #CD5C73.

Preview

Color preview on black background

This text has color #CD5C73 on black background.


Color preview on white background

This text has color #CD5C73 on white background.



Black color preview on #CD5C73 background

This text has black color on #CD5C73 background.


White color preview on #CD5C73 background

This text has white color on #CD5C73 background.