COLOR #CD597B

HEX: #CD597B
RGB: (205,89,123)

Color info

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

RGB color model

#CD597B color RGB value is (205,89,123).

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

RGB channels and saturation

R 205 of 255 = 80%
G 89 of 255 = 35%
B 123 of 255 = 48%

205
89
123

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

Portions of RGB colors in percentages

R + G + B =
205 + 89 + 123 = 417 (100%)
R 205 of 417 ~ 49.16%
G 89 of 417 ~ 21.34%
B 123 of 417 ~ 29.5%

%49.16
%21.34
%29.5

CMYK color model

#CD597B color CMYK value is (0,57,40,20).

  • cyan value is 0.00%
  • magenta value is 56.59%
  • yellow value is 40.00%
  • key color value is 19.61%
CMYK:
(0,57,40,20)
C0M57Y40K20 
(0%,57%,40%,20%)
(0.00/0.57/0.40/0.20)	

CMYK percentages

%0
%56.59
%40
%19.61

Codes

Color #CD597B in popluar color models

CD597B
RGB20589123
HSL342°53.70%57.65%
HSB/HSV342°56.59%80.39%
CMYK0.00%56.59%40.00%
19.61%

Color #CD597B in popluar number systems.

HEXCD597B
Decimal20589123
Binary1100110110110011111011
Octal315131173

Shades and tints

Shades of #CD597B

#CD597B
(205,89,123)
#BB5170
(187,81,112)
#A94965
(169,73,101)
#97415A
(151,65,90)
#85394F
(133,57,79)
#733144
(115,49,68)
#612939
(97,41,57)
#4F212E
(79,33,46)
#3D1923
(61,25,35)
#2B1118
(43,17,24)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #CD597B

#CD597B
(205,89,123)
#D16887
(209,104,135)
#D57793
(213,119,147)
#D9869F
(217,134,159)
#DD95AB
(221,149,171)
#E1A4B7
(225,164,183)
#E5B3C3
(229,179,195)
#E9C2CF
(233,194,207)
#EDD1DB
(237,209,219)
#F1E0E7
(241,224,231)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD597B; }

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

This text font color is #CD597B.


Background Color

.myBgColor { background-color: #CD597B; }

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

This div background color is #CD597B.


Border color

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

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

This div border color is #CD597B.


Opacity

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

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

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

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

This text has shadow with #CD597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD597B on black background.


Color preview on white background

This text has color #CD597B on white background.



Black color preview on #CD597B background

This text has black color on #CD597B background.


White color preview on #CD597B background

This text has white color on #CD597B background.