COLOR #CD6393

HEX: #CD6393
RGB: (205,99,147)

Color info

#CD6393 contains mainly red and blue colors. Web safe color of #CD6393 is #CC6699 (or #C69).

RGB color model

#CD6393 color RGB value is (205,99,147).

  • red value is 205;
  • green value is 99;
  • blue value is 147.
RGB:
(205,99,147)
(80%,39%,58%)

RGB channels and saturation

R 205 of 255 = 80%
G 99 of 255 = 39%
B 147 of 255 = 58%

205
99
147

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

Portions of RGB colors in percentages

R + G + B =
205 + 99 + 147 = 451 (100%)
R 205 of 451 ~ 45.45%
G 99 of 451 ~ 21.95%
B 147 of 451 ~ 32.59%

%45.45
%21.95
%32.59

CMYK color model

#CD6393 color CMYK value is (0,52,28,20).

  • cyan value is 0.00%
  • magenta value is 51.71%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(0,52,28,20)
C0M52Y28K20 
(0%,52%,28%,20%)
(0.00/0.52/0.28/0.20)	

CMYK percentages

%0
%51.71
%28.29
%19.61

Codes

Color #CD6393 in popluar color models

CD6393
RGB20599147
HSL333°51.46%59.61%
HSB/HSV333°51.71%80.39%
CMYK0.00%51.71%28.29%
19.61%

Color #CD6393 in popluar number systems.

HEXCD6393
Decimal20599147
Binary11001101110001110010011
Octal315143223

Shades and tints

Shades of #CD6393

#CD6393
(205,99,147)
#BB5A86
(187,90,134)
#A95179
(169,81,121)
#97486C
(151,72,108)
#853F5F
(133,63,95)
#733652
(115,54,82)
#612D45
(97,45,69)
#4F2438
(79,36,56)
#3D1B2B
(61,27,43)
#2B121E
(43,18,30)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #CD6393

#CD6393
(205,99,147)
#D1719C
(209,113,156)
#D57FA5
(213,127,165)
#D98DAE
(217,141,174)
#DD9BB7
(221,155,183)
#E1A9C0
(225,169,192)
#E5B7C9
(229,183,201)
#E9C5D2
(233,197,210)
#EDD3DB
(237,211,219)
#F1E1E4
(241,225,228)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD6393 color. Also use rgb(205,99,147) instead hex code.

Text Font Color

.myTextColor { color: #CD6393; }

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

This text font color is #CD6393.


Background Color

.myBgColor { background-color: #CD6393; }

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

This div background color is #CD6393.


Border color

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

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

This div border color is #CD6393.


Opacity

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

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

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

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

This text has shadow with #CD6393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD6393 on black background.


Color preview on white background

This text has color #CD6393 on white background.



Black color preview on #CD6393 background

This text has black color on #CD6393 background.


White color preview on #CD6393 background

This text has white color on #CD6393 background.