COLOR #CD5A5E

HEX: #CD5A5E
RGB: (205,90,94)

Color info

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

RGB color model

#CD5A5E color RGB value is (205,90,94).

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

RGB channels and saturation

R 205 of 255 = 80%
G 90 of 255 = 35%
B 94 of 255 = 37%

205
90
94

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

Portions of RGB colors in percentages

R + G + B =
205 + 90 + 94 = 389 (100%)
R 205 of 389 ~ 52.7%
G 90 of 389 ~ 23.14%
B 94 of 389 ~ 24.16%

%52.7
%23.14
%24.16

CMYK color model

#CD5A5E color CMYK value is (0,56,54,20).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 54.15%
  • key color value is 19.61%
CMYK:
(0,56,54,20)
C0M56Y54K20 
(0%,56%,54%,20%)
(0.00/0.56/0.54/0.20)	

CMYK percentages

%0
%56.1
%54.15
%19.61

Codes

Color #CD5A5E in popluar color models

CD5A5E
RGB2059094
HSL358°53.49%57.84%
HSB/HSV358°56.10%80.39%
CMYK0.00%56.10%54.15%
19.61%

Color #CD5A5E in popluar number systems.

HEXCD5A5E
Decimal2059094
Binary1100110110110101011110
Octal315132136

Shades and tints

Shades of #CD5A5E

#CD5A5E
(205,90,94)
#BB5256
(187,82,86)
#A94A4E
(169,74,78)
#974246
(151,66,70)
#853A3E
(133,58,62)
#733236
(115,50,54)
#612A2E
(97,42,46)
#4F2226
(79,34,38)
#3D1A1E
(61,26,30)
#2B1216
(43,18,22)
#190A0E
(25,10,14)
#000000
(0,0,0)

Tints of #CD5A5E

#CD5A5E
(205,90,94)
#D1696C
(209,105,108)
#D5787A
(213,120,122)
#D98788
(217,135,136)
#DD9696
(221,150,150)
#E1A5A4
(225,165,164)
#E5B4B2
(229,180,178)
#E9C3C0
(233,195,192)
#EDD2CE
(237,210,206)
#F1E1DC
(241,225,220)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD5A5E; }

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

This text font color is #CD5A5E.


Background Color

.myBgColor { background-color: #CD5A5E; }

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

This div background color is #CD5A5E.


Border color

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

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

This div border color is #CD5A5E.


Opacity

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

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

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

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

This text has shadow with #CD5A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5A5E on black background.


Color preview on white background

This text has color #CD5A5E on white background.



Black color preview on #CD5A5E background

This text has black color on #CD5A5E background.


White color preview on #CD5A5E background

This text has white color on #CD5A5E background.