COLOR #CD5E4E

HEX: #CD5E4E
RGB: (205,94,78)

Color info

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

RGB color model

#CD5E4E color RGB value is (205,94,78).

  • red value is 205;
  • green value is 94;
  • blue value is 78.
RGB:
(205,94,78)
(80%,37%,31%)

RGB channels and saturation

R 205 of 255 = 80%
G 94 of 255 = 37%
B 78 of 255 = 31%

205
94
78

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

Portions of RGB colors in percentages

R + G + B =
205 + 94 + 78 = 377 (100%)
R 205 of 377 ~ 54.38%
G 94 of 377 ~ 24.93%
B 78 of 377 ~ 20.69%

%54.38
%24.93
%20.69

CMYK color model

#CD5E4E color CMYK value is (0,54,62,20).

  • cyan value is 0.00%
  • magenta value is 54.15%
  • yellow value is 61.95%
  • key color value is 19.61%
CMYK:
(0,54,62,20)
C0M54Y62K20 
(0%,54%,62%,20%)
(0.00/0.54/0.62/0.20)	

CMYK percentages

%0
%54.15
%61.95
%19.61

Codes

Color #CD5E4E in popluar color models

CD5E4E
RGB2059478
HSL55.95%55.49%
HSB/HSV61.95%80.39%
CMYK0.00%54.15%61.95%
19.61%

Color #CD5E4E in popluar number systems.

HEXCD5E4E
Decimal2059478
Binary1100110110111101001110
Octal315136116

Shades and tints

Shades of #CD5E4E

#CD5E4E
(205,94,78)
#BB5647
(187,86,71)
#A94E40
(169,78,64)
#974639
(151,70,57)
#853E32
(133,62,50)
#73362B
(115,54,43)
#612E24
(97,46,36)
#4F261D
(79,38,29)
#3D1E16
(61,30,22)
#2B160F
(43,22,15)
#190E08
(25,14,8)
#000000
(0,0,0)

Tints of #CD5E4E

#CD5E4E
(205,94,78)
#D16C5E
(209,108,94)
#D57A6E
(213,122,110)
#D9887E
(217,136,126)
#DD968E
(221,150,142)
#E1A49E
(225,164,158)
#E5B2AE
(229,178,174)
#E9C0BE
(233,192,190)
#EDCECE
(237,206,206)
#F1DCDE
(241,220,222)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5E4E color. Also use rgb(205,94,78) instead hex code.

Text Font Color

.myTextColor { color: #CD5E4E; }

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

This text font color is #CD5E4E.


Background Color

.myBgColor { background-color: #CD5E4E; }

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

This div background color is #CD5E4E.


Border color

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

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

This div border color is #CD5E4E.


Opacity

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

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

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

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

This text has shadow with #CD5E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5E4E on black background.


Color preview on white background

This text has color #CD5E4E on white background.



Black color preview on #CD5E4E background

This text has black color on #CD5E4E background.


White color preview on #CD5E4E background

This text has white color on #CD5E4E background.