COLOR #CC7370

HEX: #CC7370
RGB: (204,115,112)

Color info

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

RGB color model

#CC7370 color RGB value is (204,115,112).

  • red value is 204;
  • green value is 115;
  • blue value is 112.
RGB:
(204,115,112)
(80%,45%,44%)

RGB channels and saturation

R 204 of 255 = 80%
G 115 of 255 = 45%
B 112 of 255 = 44%

204
115
112

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

Portions of RGB colors in percentages

R + G + B =
204 + 115 + 112 = 431 (100%)
R 204 of 431 ~ 47.33%
G 115 of 431 ~ 26.68%
B 112 of 431 ~ 25.99%

%47.33
%26.68
%25.99

CMYK color model

#CC7370 color CMYK value is (0,44,45,20).

  • cyan value is 0.00%
  • magenta value is 43.63%
  • yellow value is 45.10%
  • key color value is 20.00%
CMYK:
(0,44,45,20)
C0M44Y45K20 
(0%,44%,45%,20%)
(0.00/0.44/0.45/0.20)	

CMYK percentages

%0
%43.63
%45.1
%20

Codes

Color #CC7370 in popluar color models

CC7370
RGB204115112
HSL47.42%61.96%
HSB/HSV45.10%80.00%
CMYK0.00%43.63%45.10%
20.00%

Color #CC7370 in popluar number systems.

HEXCC7370
Decimal204115112
Binary1100110011100111110000
Octal314163160

Shades and tints

Shades of #CC7370

#CC7370
(204,115,112)
#BA6966
(186,105,102)
#A85F5C
(168,95,92)
#965552
(150,85,82)
#844B48
(132,75,72)
#72413E
(114,65,62)
#603734
(96,55,52)
#4E2D2A
(78,45,42)
#3C2320
(60,35,32)
#2A1916
(42,25,22)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #CC7370

#CC7370
(204,115,112)
#D07F7D
(208,127,125)
#D48B8A
(212,139,138)
#D89797
(216,151,151)
#DCA3A4
(220,163,164)
#E0AFB1
(224,175,177)
#E4BBBE
(228,187,190)
#E8C7CB
(232,199,203)
#ECD3D8
(236,211,216)
#F0DFE5
(240,223,229)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7370 color. Also use rgb(204,115,112) instead hex code.

Text Font Color

.myTextColor { color: #CC7370; }

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

This text font color is #CC7370.


Background Color

.myBgColor { background-color: #CC7370; }

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

This div background color is #CC7370.


Border color

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

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

This div border color is #CC7370.


Opacity

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

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

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

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

This text has shadow with #CC7370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7370 on black background.


Color preview on white background

This text has color #CC7370 on white background.



Black color preview on #CC7370 background

This text has black color on #CC7370 background.


White color preview on #CC7370 background

This text has white color on #CC7370 background.