COLOR #CD437D

HEX: #CD437D
RGB: (205,67,125)

Color info

#CD437D contains mainly red color. Web safe color of #CD437D is #CC3366 (or #C36).

RGB color model

#CD437D color RGB value is (205,67,125).

  • red value is 205;
  • green value is 67;
  • blue value is 125.
RGB:
(205,67,125)
(80%,26%,49%)

RGB channels and saturation

R 205 of 255 = 80%
G 67 of 255 = 26%
B 125 of 255 = 49%

205
67
125

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

Portions of RGB colors in percentages

R + G + B =
205 + 67 + 125 = 397 (100%)
R 205 of 397 ~ 51.64%
G 67 of 397 ~ 16.88%
B 125 of 397 ~ 31.49%

%51.64
%16.88
%31.49

CMYK color model

#CD437D color CMYK value is (0,67,39,20).

  • cyan value is 0.00%
  • magenta value is 67.32%
  • yellow value is 39.02%
  • key color value is 19.61%
CMYK:
(0,67,39,20)
C0M67Y39K20 
(0%,67%,39%,20%)
(0.00/0.67/0.39/0.20)	

CMYK percentages

%0
%67.32
%39.02
%19.61

Codes

Color #CD437D in popluar color models

CD437D
RGB20567125
HSL335°57.98%53.33%
HSB/HSV335°67.32%80.39%
CMYK0.00%67.32%39.02%
19.61%

Color #CD437D in popluar number systems.

HEXCD437D
Decimal20567125
Binary1100110110000111111101
Octal315103175

Shades and tints

Shades of #CD437D

#CD437D
(205,67,125)
#BB3D72
(187,61,114)
#A93767
(169,55,103)
#97315C
(151,49,92)
#852B51
(133,43,81)
#732546
(115,37,70)
#611F3B
(97,31,59)
#4F1930
(79,25,48)
#3D1325
(61,19,37)
#2B0D1A
(43,13,26)
#19070F
(25,7,15)
#000000
(0,0,0)

Tints of #CD437D

#CD437D
(205,67,125)
#D15488
(209,84,136)
#D56593
(213,101,147)
#D9769E
(217,118,158)
#DD87A9
(221,135,169)
#E198B4
(225,152,180)
#E5A9BF
(229,169,191)
#E9BACA
(233,186,202)
#EDCBD5
(237,203,213)
#F1DCE0
(241,220,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD437D color. Also use rgb(205,67,125) instead hex code.

Text Font Color

.myTextColor { color: #CD437D; }

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

This text font color is #CD437D.


Background Color

.myBgColor { background-color: #CD437D; }

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

This div background color is #CD437D.


Border color

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

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

This div border color is #CD437D.


Opacity

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

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

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

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

This text has shadow with #CD437D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD437D on black background.


Color preview on white background

This text has color #CD437D on white background.



Black color preview on #CD437D background

This text has black color on #CD437D background.


White color preview on #CD437D background

This text has white color on #CD437D background.