COLOR #CD7E79

HEX: #CD7E79
RGB: (205,126,121)

Color info

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

RGB color model

#CD7E79 color RGB value is (205,126,121).

  • red value is 205;
  • green value is 126;
  • blue value is 121.
RGB:
(205,126,121)
(80%,49%,47%)

RGB channels and saturation

R 205 of 255 = 80%
G 126 of 255 = 49%
B 121 of 255 = 47%

205
126
121

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

Portions of RGB colors in percentages

R + G + B =
205 + 126 + 121 = 452 (100%)
R 205 of 452 ~ 45.35%
G 126 of 452 ~ 27.88%
B 121 of 452 ~ 26.77%

%45.35
%27.88
%26.77

CMYK color model

#CD7E79 color CMYK value is (0,39,41,20).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 40.98%
  • key color value is 19.61%
CMYK:
(0,39,41,20)
C0M39Y41K20 
(0%,39%,41%,20%)
(0.00/0.39/0.41/0.20)	

CMYK percentages

%0
%38.54
%40.98
%19.61

Codes

Color #CD7E79 in popluar color models

CD7E79
RGB205126121
HSL45.65%63.92%
HSB/HSV40.98%80.39%
CMYK0.00%38.54%40.98%
19.61%

Color #CD7E79 in popluar number systems.

HEXCD7E79
Decimal205126121
Binary1100110111111101111001
Octal315176171

Shades and tints

Shades of #CD7E79

#CD7E79
(205,126,121)
#BB736E
(187,115,110)
#A96863
(169,104,99)
#975D58
(151,93,88)
#85524D
(133,82,77)
#734742
(115,71,66)
#613C37
(97,60,55)
#4F312C
(79,49,44)
#3D2621
(61,38,33)
#2B1B16
(43,27,22)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #CD7E79

#CD7E79
(205,126,121)
#D18985
(209,137,133)
#D59491
(213,148,145)
#D99F9D
(217,159,157)
#DDAAA9
(221,170,169)
#E1B5B5
(225,181,181)
#E5C0C1
(229,192,193)
#E9CBCD
(233,203,205)
#EDD6D9
(237,214,217)
#F1E1E5
(241,225,229)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7E79 color. Also use rgb(205,126,121) instead hex code.

Text Font Color

.myTextColor { color: #CD7E79; }

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

This text font color is #CD7E79.


Background Color

.myBgColor { background-color: #CD7E79; }

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

This div background color is #CD7E79.


Border color

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

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

This div border color is #CD7E79.


Opacity

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

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

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

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

This text has shadow with #CD7E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7E79 on black background.


Color preview on white background

This text has color #CD7E79 on white background.



Black color preview on #CD7E79 background

This text has black color on #CD7E79 background.


White color preview on #CD7E79 background

This text has white color on #CD7E79 background.