COLOR #C47975

HEX: #C47975 RGB: (196,121,117)

Color info

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

RGB color model

#C47975 color RGB value is (196,121,117).

RGB: (196,121,117) (77%, 47%, 46%)

RGB channels and saturation

R 196 of 255 = 77%
G 121 of 255 = 47%
B 117 of 255 = 46%

196
121
117

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

Portions of RGB colors in percentages

R + G + B = 196 + 121 + 117 = 434 (100%)
R 196 of 434 ~ 45.16%
G 121 of 434 ~ 27.88%
B 117 of 434 ~ 26.96'%

%45.16
%27.88
%26.96

CMYK color model

#C47975 color CMYK value is (0,38,40,23).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 40.31%
  • key color value is 23.14%

CMYK: (0,38,40,23)
C0M38Y40K23 (0%, 38%, 40%, 23%)
(0.00 / 0.38 / 0.40 / 0.23)

CMYK percentages

%0
%38.27
%40.31
%23.14

Codes

Color #C47975 in popluar color models

C4 79 75
RGB 196 121 117
HSL 40.10% 61.37%
HSB/HSV 40.31% 76.86%
CMYK 0.00% 38.27% 40.31%
23.14%

Color #C47975 in popluar number systems.

HEX C4 79 75
Decimal 196 121 117
Binary 11000100 1111001 1110101
Octal 304 171 165

Shades and tints

Shades of #C47975

#C47975
(196,121,117)
#B36E6B
(179,110,107)
#A26361
(162,99,97)
#915857
(145,88,87)
#804D4D
(128,77,77)
#6F4243
(111,66,67)
#5E3739
(94,55,57)
#4D2C2F
(77,44,47)
#3C2125
(60,33,37)
#2B161B
(43,22,27)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #C47975

#C47975
(196,121,117)
#C98581
(201,133,129)
#CE918D
(206,145,141)
#D39D99
(211,157,153)
#D8A9A5
(216,169,165)
#DDB5B1
(221,181,177)
#E2C1BD
(226,193,189)
#E7CDC9
(231,205,201)
#ECD9D5
(236,217,213)
#F1E5E1
(241,229,225)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47975; }

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

This text font color is #C47975.

Background Color

.myBgColor { background-color: #C47975; }

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

This div background color is #C47975.

Border color

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

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

This div border color is #C47975.

Opacity

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

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

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

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

This text has shadow with #C47975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47975.

Preview

Color preview on black background

This text has color #C47975 on black background.


Color preview on white background

This text has color #C47975 on white background.


Black color preview on #C47975 background

This text has black color on #C47975 background.


White color preview on #C47975 background

This text has white color on #C47975 background.


Related colors

Complementary color

Complementary color for #hex is #3B868A.


I love getcolorcode.com

Triadic colors

1 #75C479 and #7975C4 with #C47975 are triadic colors.

2 #7579C4 and #79C475 with #C47975 are triadic colors.