COLOR #CC7D72

HEX: #CC7D72
RGB: (204,125,114)

Color info

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

RGB color model

#CC7D72 color RGB value is (204,125,114).

  • red value is 204;
  • green value is 125;
  • blue value is 114.
RGB:
(204,125,114)
(80%,49%,45%)

RGB channels and saturation

R 204 of 255 = 80%
G 125 of 255 = 49%
B 114 of 255 = 45%

204
125
114

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

Portions of RGB colors in percentages

R + G + B =
204 + 125 + 114 = 443 (100%)
R 204 of 443 ~ 46.05%
G 125 of 443 ~ 28.22%
B 114 of 443 ~ 25.73%

%46.05
%28.22
%25.73

CMYK color model

#CC7D72 color CMYK value is (0,39,44,20).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 44.12%
  • key color value is 20.00%
CMYK:
(0,39,44,20)
C0M39Y44K20 
(0%,39%,44%,20%)
(0.00/0.39/0.44/0.20)	

CMYK percentages

%0
%38.73
%44.12
%20

Codes

Color #CC7D72 in popluar color models

CC7D72
RGB204125114
HSL46.88%62.35%
HSB/HSV44.12%80.00%
CMYK0.00%38.73%44.12%
20.00%

Color #CC7D72 in popluar number systems.

HEXCC7D72
Decimal204125114
Binary1100110011111011110010
Octal314175162

Shades and tints

Shades of #CC7D72

#CC7D72
(204,125,114)
#BA7268
(186,114,104)
#A8675E
(168,103,94)
#965C54
(150,92,84)
#84514A
(132,81,74)
#724640
(114,70,64)
#603B36
(96,59,54)
#4E302C
(78,48,44)
#3C2522
(60,37,34)
#2A1A18
(42,26,24)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #CC7D72

#CC7D72
(204,125,114)
#D0887E
(208,136,126)
#D4938A
(212,147,138)
#D89E96
(216,158,150)
#DCA9A2
(220,169,162)
#E0B4AE
(224,180,174)
#E4BFBA
(228,191,186)
#E8CAC6
(232,202,198)
#ECD5D2
(236,213,210)
#F0E0DE
(240,224,222)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7D72 color. Also use rgb(204,125,114) instead hex code.

Text Font Color

.myTextColor { color: #CC7D72; }

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

This text font color is #CC7D72.


Background Color

.myBgColor { background-color: #CC7D72; }

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

This div background color is #CC7D72.


Border color

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

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

This div border color is #CC7D72.


Opacity

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

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

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

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

This text has shadow with #CC7D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7D72 on black background.


Color preview on white background

This text has color #CC7D72 on white background.



Black color preview on #CC7D72 background

This text has black color on #CC7D72 background.


White color preview on #CC7D72 background

This text has white color on #CC7D72 background.