COLOR #C74F70

HEX: #C74F70
RGB: (199,79,112)

Color info

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

RGB color model

#C74F70 color RGB value is (199,79,112).

  • red value is 199;
  • green value is 79;
  • blue value is 112.
RGB:
(199,79,112)
(78%,31%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 79 of 255 = 31%
B 112 of 255 = 44%

199
79
112

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

Portions of RGB colors in percentages

R + G + B =
199 + 79 + 112 = 390 (100%)
R 199 of 390 ~ 51.03%
G 79 of 390 ~ 20.26%
B 112 of 390 ~ 28.72%

%51.03
%20.26
%28.72

CMYK color model

#C74F70 color CMYK value is (0,60,44,22).

  • cyan value is 0.00%
  • magenta value is 60.30%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(0,60,44,22)
C0M60Y44K22 
(0%,60%,44%,22%)
(0.00/0.60/0.44/0.22)	

CMYK percentages

%0
%60.3
%43.72
%21.96

Codes

Color #C74F70 in popluar color models

C74F70
RGB19979112
HSL344°51.72%54.51%
HSB/HSV344°60.30%78.04%
CMYK0.00%60.30%43.72%
21.96%

Color #C74F70 in popluar number systems.

HEXC74F70
Decimal19979112
Binary1100011110011111110000
Octal307117160

Shades and tints

Shades of #C74F70

#C74F70
(199,79,112)
#B54866
(181,72,102)
#A3415C
(163,65,92)
#913A52
(145,58,82)
#7F3348
(127,51,72)
#6D2C3E
(109,44,62)
#5B2534
(91,37,52)
#491E2A
(73,30,42)
#371720
(55,23,32)
#251016
(37,16,22)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #C74F70

#C74F70
(199,79,112)
#CC5F7D
(204,95,125)
#D16F8A
(209,111,138)
#D67F97
(214,127,151)
#DB8FA4
(219,143,164)
#E09FB1
(224,159,177)
#E5AFBE
(229,175,190)
#EABFCB
(234,191,203)
#EFCFD8
(239,207,216)
#F4DFE5
(244,223,229)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74F70 color. Also use rgb(199,79,112) instead hex code.

Text Font Color

.myTextColor { color: #C74F70; }

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

This text font color is #C74F70.


Background Color

.myBgColor { background-color: #C74F70; }

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

This div background color is #C74F70.


Border color

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

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

This div border color is #C74F70.


Opacity

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

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

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

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

This text has shadow with #C74F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74F70 on black background.


Color preview on white background

This text has color #C74F70 on white background.



Black color preview on #C74F70 background

This text has black color on #C74F70 background.


White color preview on #C74F70 background

This text has white color on #C74F70 background.