COLOR #CD6472

HEX: #CD6472
RGB: (205,100,114)

Color info

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

RGB color model

#CD6472 color RGB value is (205,100,114).

  • red value is 205;
  • green value is 100;
  • blue value is 114.
RGB:
(205,100,114)
(80%,39%,45%)

RGB channels and saturation

R 205 of 255 = 80%
G 100 of 255 = 39%
B 114 of 255 = 45%

205
100
114

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

Portions of RGB colors in percentages

R + G + B =
205 + 100 + 114 = 419 (100%)
R 205 of 419 ~ 48.93%
G 100 of 419 ~ 23.87%
B 114 of 419 ~ 27.21%

%48.93
%23.87
%27.21

CMYK color model

#CD6472 color CMYK value is (0,51,44,20).

  • cyan value is 0.00%
  • magenta value is 51.22%
  • yellow value is 44.39%
  • key color value is 19.61%
CMYK:
(0,51,44,20)
C0M51Y44K20 
(0%,51%,44%,20%)
(0.00/0.51/0.44/0.20)	

CMYK percentages

%0
%51.22
%44.39
%19.61

Codes

Color #CD6472 in popluar color models

CD6472
RGB205100114
HSL352°51.22%59.80%
HSB/HSV352°51.22%80.39%
CMYK0.00%51.22%44.39%
19.61%

Color #CD6472 in popluar number systems.

HEXCD6472
Decimal205100114
Binary1100110111001001110010
Octal315144162

Shades and tints

Shades of #CD6472

#CD6472
(205,100,114)
#BB5B68
(187,91,104)
#A9525E
(169,82,94)
#974954
(151,73,84)
#85404A
(133,64,74)
#733740
(115,55,64)
#612E36
(97,46,54)
#4F252C
(79,37,44)
#3D1C22
(61,28,34)
#2B1318
(43,19,24)
#190A0E
(25,10,14)
#000000
(0,0,0)

Tints of #CD6472

#CD6472
(205,100,114)
#D1727E
(209,114,126)
#D5808A
(213,128,138)
#D98E96
(217,142,150)
#DD9CA2
(221,156,162)
#E1AAAE
(225,170,174)
#E5B8BA
(229,184,186)
#E9C6C6
(233,198,198)
#EDD4D2
(237,212,210)
#F1E2DE
(241,226,222)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD6472 color. Also use rgb(205,100,114) instead hex code.

Text Font Color

.myTextColor { color: #CD6472; }

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

This text font color is #CD6472.


Background Color

.myBgColor { background-color: #CD6472; }

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

This div background color is #CD6472.


Border color

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

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

This div border color is #CD6472.


Opacity

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

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

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

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

This text has shadow with #CD6472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD6472 on black background.


Color preview on white background

This text has color #CD6472 on white background.



Black color preview on #CD6472 background

This text has black color on #CD6472 background.


White color preview on #CD6472 background

This text has white color on #CD6472 background.