COLOR #CD594A

HEX: #CD594A
RGB: (205,89,74)

Color info

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

RGB color model

#CD594A color RGB value is (205,89,74).

  • red value is 205;
  • green value is 89;
  • blue value is 74.
RGB:
(205,89,74)
(80%,35%,29%)

RGB channels and saturation

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

205
89
74

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

Portions of RGB colors in percentages

R + G + B =
205 + 89 + 74 = 368 (100%)
R 205 of 368 ~ 55.71%
G 89 of 368 ~ 24.18%
B 74 of 368 ~ 20.11%

%55.71
%24.18
%20.11

CMYK color model

#CD594A color CMYK value is (0,57,64,20).

  • cyan value is 0.00%
  • magenta value is 56.59%
  • yellow value is 63.90%
  • key color value is 19.61%
CMYK:
(0,57,64,20)
C0M57Y64K20 
(0%,57%,64%,20%)
(0.00/0.57/0.64/0.20)	

CMYK percentages

%0
%56.59
%63.9
%19.61

Codes

Color #CD594A in popluar color models

CD594A
RGB2058974
HSL56.71%54.71%
HSB/HSV63.90%80.39%
CMYK0.00%56.59%63.90%
19.61%

Color #CD594A in popluar number systems.

HEXCD594A
Decimal2058974
Binary1100110110110011001010
Octal315131112

Shades and tints

Shades of #CD594A

#CD594A
(205,89,74)
#BB5144
(187,81,68)
#A9493E
(169,73,62)
#974138
(151,65,56)
#853932
(133,57,50)
#73312C
(115,49,44)
#612926
(97,41,38)
#4F2120
(79,33,32)
#3D191A
(61,25,26)
#2B1114
(43,17,20)
#19090E
(25,9,14)
#000000
(0,0,0)

Tints of #CD594A

#CD594A
(205,89,74)
#D1685A
(209,104,90)
#D5776A
(213,119,106)
#D9867A
(217,134,122)
#DD958A
(221,149,138)
#E1A49A
(225,164,154)
#E5B3AA
(229,179,170)
#E9C2BA
(233,194,186)
#EDD1CA
(237,209,202)
#F1E0DA
(241,224,218)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD594A; }

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

This text font color is #CD594A.


Background Color

.myBgColor { background-color: #CD594A; }

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

This div background color is #CD594A.


Border color

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

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

This div border color is #CD594A.


Opacity

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

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

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

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

This text has shadow with #CD594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD594A on black background.


Color preview on white background

This text has color #CD594A on white background.



Black color preview on #CD594A background

This text has black color on #CD594A background.


White color preview on #CD594A background

This text has white color on #CD594A background.