COLOR #CD7476

HEX: #CD7476
RGB: (205,116,118)

Color info

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

RGB color model

#CD7476 color RGB value is (205,116,118).

  • red value is 205;
  • green value is 116;
  • blue value is 118.
RGB:
(205,116,118)
(80%,45%,46%)

RGB channels and saturation

R 205 of 255 = 80%
G 116 of 255 = 45%
B 118 of 255 = 46%

205
116
118

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

Portions of RGB colors in percentages

R + G + B =
205 + 116 + 118 = 439 (100%)
R 205 of 439 ~ 46.7%
G 116 of 439 ~ 26.42%
B 118 of 439 ~ 26.88%

%46.7
%26.42
%26.88

CMYK color model

#CD7476 color CMYK value is (0,43,42,20).

  • cyan value is 0.00%
  • magenta value is 43.41%
  • yellow value is 42.44%
  • key color value is 19.61%
CMYK:
(0,43,42,20)
C0M43Y42K20 
(0%,43%,42%,20%)
(0.00/0.43/0.42/0.20)	

CMYK percentages

%0
%43.41
%42.44
%19.61

Codes

Color #CD7476 in popluar color models

CD7476
RGB205116118
HSL359°47.09%62.94%
HSB/HSV359°43.41%80.39%
CMYK0.00%43.41%42.44%
19.61%

Color #CD7476 in popluar number systems.

HEXCD7476
Decimal205116118
Binary1100110111101001110110
Octal315164166

Shades and tints

Shades of #CD7476

#CD7476
(205,116,118)
#BB6A6C
(187,106,108)
#A96062
(169,96,98)
#975658
(151,86,88)
#854C4E
(133,76,78)
#734244
(115,66,68)
#61383A
(97,56,58)
#4F2E30
(79,46,48)
#3D2426
(61,36,38)
#2B1A1C
(43,26,28)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #CD7476

#CD7476
(205,116,118)
#D18082
(209,128,130)
#D58C8E
(213,140,142)
#D9989A
(217,152,154)
#DDA4A6
(221,164,166)
#E1B0B2
(225,176,178)
#E5BCBE
(229,188,190)
#E9C8CA
(233,200,202)
#EDD4D6
(237,212,214)
#F1E0E2
(241,224,226)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7476 color. Also use rgb(205,116,118) instead hex code.

Text Font Color

.myTextColor { color: #CD7476; }

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

This text font color is #CD7476.


Background Color

.myBgColor { background-color: #CD7476; }

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

This div background color is #CD7476.


Border color

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

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

This div border color is #CD7476.


Opacity

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

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

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

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

This text has shadow with #CD7476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7476 on black background.


Color preview on white background

This text has color #CD7476 on white background.



Black color preview on #CD7476 background

This text has black color on #CD7476 background.


White color preview on #CD7476 background

This text has white color on #CD7476 background.