COLOR #CD7589

HEX: #CD7589
RGB: (205,117,137)

Color info

#CD7589 contains mainly red color. Web safe color of #CD7589 is #CC6699 (or #C69).

RGB color model

#CD7589 color RGB value is (205,117,137).

  • red value is 205;
  • green value is 117;
  • blue value is 137.
RGB:
(205,117,137)
(80%,46%,54%)

RGB channels and saturation

R 205 of 255 = 80%
G 117 of 255 = 46%
B 137 of 255 = 54%

205
117
137

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

Portions of RGB colors in percentages

R + G + B =
205 + 117 + 137 = 459 (100%)
R 205 of 459 ~ 44.66%
G 117 of 459 ~ 25.49%
B 137 of 459 ~ 29.85%

%44.66
%25.49
%29.85

CMYK color model

#CD7589 color CMYK value is (0,43,33,20).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 33.17%
  • key color value is 19.61%
CMYK:
(0,43,33,20)
C0M43Y33K20 
(0%,43%,33%,20%)
(0.00/0.43/0.33/0.20)	

CMYK percentages

%0
%42.93
%33.17
%19.61

Codes

Color #CD7589 in popluar color models

CD7589
RGB205117137
HSL346°46.81%63.14%
HSB/HSV346°42.93%80.39%
CMYK0.00%42.93%33.17%
19.61%

Color #CD7589 in popluar number systems.

HEXCD7589
Decimal205117137
Binary11001101111010110001001
Octal315165211

Shades and tints

Shades of #CD7589

#CD7589
(205,117,137)
#BB6B7D
(187,107,125)
#A96171
(169,97,113)
#975765
(151,87,101)
#854D59
(133,77,89)
#73434D
(115,67,77)
#613941
(97,57,65)
#4F2F35
(79,47,53)
#3D2529
(61,37,41)
#2B1B1D
(43,27,29)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #CD7589

#CD7589
(205,117,137)
#D18193
(209,129,147)
#D58D9D
(213,141,157)
#D999A7
(217,153,167)
#DDA5B1
(221,165,177)
#E1B1BB
(225,177,187)
#E5BDC5
(229,189,197)
#E9C9CF
(233,201,207)
#EDD5D9
(237,213,217)
#F1E1E3
(241,225,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7589 color. Also use rgb(205,117,137) instead hex code.

Text Font Color

.myTextColor { color: #CD7589; }

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

This text font color is #CD7589.


Background Color

.myBgColor { background-color: #CD7589; }

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

This div background color is #CD7589.


Border color

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

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

This div border color is #CD7589.


Opacity

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

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

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

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

This text has shadow with #CD7589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7589 on black background.


Color preview on white background

This text has color #CD7589 on white background.



Black color preview on #CD7589 background

This text has black color on #CD7589 background.


White color preview on #CD7589 background

This text has white color on #CD7589 background.