COLOR #C47C74

HEX: #C47C74 RGB: (196,124,116)

Color info

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

RGB color model

#C47C74 color RGB value is (196,124,116).

RGB: (196,124,116) (77%, 49%, 45%)

RGB channels and saturation

R 196 of 255 = 77%
G 124 of 255 = 49%
B 116 of 255 = 45%

196
124
116

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

Portions of RGB colors in percentages

R + G + B = 196 + 124 + 116 = 436 (100%)
R 196 of 436 ~ 44.95%
G 124 of 436 ~ 28.44%
B 116 of 436 ~ 26.61'%

%44.95
%28.44
%26.61

CMYK color model

#C47C74 color CMYK value is (0,37,41,23).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK: (0,37,41,23) C0M37Y41K23 (0%,37%,41%,23%) (0.00/0.37/0.41/0.23) 

CMYK percentages

%0
%36.73
%40.82
%23.14

Codes

Color #C47C74 in popluar color models

C4 7C 74
RGB 196 124 116
HSL 40.40% 61.18%
HSB/HSV 40.82% 76.86%
CMYK 0.00% 36.73% 40.82%
23.14%

Color #C47C74 in popluar number systems.

HEX C4 7C 74
Decimal 196 124 116
Binary 11000100 1111100 1110100
Octal 304 174 164

Shades and tints

Shades of #C47C74

#C47C74
(196,124,116)
#B3716A
(179,113,106)
#A26660
(162,102,96)
#915B56
(145,91,86)
#80504C
(128,80,76)
#6F4542
(111,69,66)
#5E3A38
(94,58,56)
#4D2F2E
(77,47,46)
#3C2424
(60,36,36)
#2B191A
(43,25,26)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #C47C74

#C47C74
(196,124,116)
#C98780
(201,135,128)
#CE928C
(206,146,140)
#D39D98
(211,157,152)
#D8A8A4
(216,168,164)
#DDB3B0
(221,179,176)
#E2BEBC
(226,190,188)
#E7C9C8
(231,201,200)
#ECD4D4
(236,212,212)
#F1DFE0
(241,223,224)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47C74 color. Also use rgb(196,124,116) instead hex code.

Text Font Color

.myTextColor { color: #C47C74; }

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

This text font color is #C47C74.

Background Color

.myBgColor { background-color: #C47C74; }

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

This div background color is #C47C74.

Border color

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

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

This div border color is #C47C74.

Opacity

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

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

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

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

This text has shadow with #C47C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47C74.

Preview

Color preview on black background

This text has color #C47C74 on black background.


Color preview on white background

This text has color #C47C74 on white background.


Black color preview on #C47C74 background

This text has black color on #C47C74 background.


White color preview on #C47C74 background

This text has white color on #C47C74 background.


Related colors

Complementary color

Complementary color for #hex is #3B838B.


I love getcolorcode.com

Triadic colors

1 #74C47C and #7C74C4 with #C47C74 are triadic colors.

2 #747CC4 and #7CC474 with #C47C74 are triadic colors.