COLOR #C47D7D

HEX: #C47D7D RGB: (196,125,125)

Color info

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

RGB color model

#C47D7D color RGB value is (196,125,125).

RGB: (196,125,125) (77%, 49%, 49%)

RGB channels and saturation

R 196 of 255 = 77%
G 125 of 255 = 49%
B 125 of 255 = 49%

196
125
125

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

Portions of RGB colors in percentages

R + G + B = 196 + 125 + 125 = 446 (100%)
R 196 of 446 ~ 43.95%
G 125 of 446 ~ 28.03%
B 125 of 446 ~ 28.03'%

%43.95
%28.03
%28.03

CMYK color model

#C47D7D color CMYK value is (0,36,36,23).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 36.22%
  • key color value is 23.14%
CMYK: (0,36,36,23) C0M36Y36K23 (0%,36%,36%,23%) (0.00/0.36/0.36/0.23) 

CMYK percentages

%0
%36.22
%36.22
%23.14

Codes

Color #C47D7D in popluar color models

C4 7D 7D
RGB 196 125 125
HSL 37.57% 62.94%
HSB/HSV 36.22% 76.86%
CMYK 0.00% 36.22% 36.22%
23.14%

Color #C47D7D in popluar number systems.

HEX C4 7D 7D
Decimal 196 125 125
Binary 11000100 1111101 1111101
Octal 304 175 175

Shades and tints

Shades of #C47D7D

#C47D7D
(196,125,125)
#B37272
(179,114,114)
#A26767
(162,103,103)
#915C5C
(145,92,92)
#805151
(128,81,81)
#6F4646
(111,70,70)
#5E3B3B
(94,59,59)
#4D3030
(77,48,48)
#3C2525
(60,37,37)
#2B1A1A
(43,26,26)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #C47D7D

#C47D7D
(196,125,125)
#C98888
(201,136,136)
#CE9393
(206,147,147)
#D39E9E
(211,158,158)
#D8A9A9
(216,169,169)
#DDB4B4
(221,180,180)
#E2BFBF
(226,191,191)
#E7CACA
(231,202,202)
#ECD5D5
(236,213,213)
#F1E0E0
(241,224,224)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47D7D; }

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

This text font color is #C47D7D.

Background Color

.myBgColor { background-color: #C47D7D; }

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

This div background color is #C47D7D.

Border color

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

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

This div border color is #C47D7D.

Opacity

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

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

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

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

This text has shadow with #C47D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47D7D.

Preview

Color preview on black background

This text has color #C47D7D on black background.


Color preview on white background

This text has color #C47D7D on white background.


Black color preview on #C47D7D background

This text has black color on #C47D7D background.


White color preview on #C47D7D background

This text has white color on #C47D7D background.


Related colors

Complementary color

Complementary color for #hex is #3B8282.


I love getcolorcode.com