COLOR #C48971

HEX: #C48971 RGB: (196,137,113)

Color info

#C48971 contains mainly red and green colors. Web safe color of #C48971 is #CC9966 (or #C96).

RGB color model

#C48971 color RGB value is (196,137,113).

RGB: (196,137,113) (77%, 54%, 44%)

RGB channels and saturation

R 196 of 255 = 77%
G 137 of 255 = 54%
B 113 of 255 = 44%

196
137
113

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

Portions of RGB colors in percentages

R + G + B = 196 + 137 + 113 = 446 (100%)
R 196 of 446 ~ 43.95%
G 137 of 446 ~ 30.72%
B 113 of 446 ~ 25.34'%

%43.95
%30.72
%25.34

CMYK color model

#C48971 color CMYK value is (0,30,42,23).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 42.35%
  • key color value is 23.14%

CMYK: (0,30,42,23)
C0M30Y42K23 (0%, 30%, 42%, 23%)
(0.00 / 0.30 / 0.42 / 0.23)

CMYK percentages

%0
%30.1
%42.35
%23.14

Codes

Color #C48971 in popluar color models

C4 89 71
RGB 196 137 113
HSL 17° 41.29% 60.59%
HSB/HSV 17° 42.35% 76.86%
CMYK 0.00% 30.10% 42.35%
23.14%

Color #C48971 in popluar number systems.

HEX C4 89 71
Decimal 196 137 113
Binary 11000100 10001001 1110001
Octal 304 211 161

Shades and tints

Shades of #C48971

#C48971
(196,137,113)
#B37D67
(179,125,103)
#A2715D
(162,113,93)
#916553
(145,101,83)
#805949
(128,89,73)
#6F4D3F
(111,77,63)
#5E4135
(94,65,53)
#4D352B
(77,53,43)
#3C2921
(60,41,33)
#2B1D17
(43,29,23)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #C48971

#C48971
(196,137,113)
#C9937D
(201,147,125)
#CE9D89
(206,157,137)
#D3A795
(211,167,149)
#D8B1A1
(216,177,161)
#DDBBAD
(221,187,173)
#E2C5B9
(226,197,185)
#E7CFC5
(231,207,197)
#ECD9D1
(236,217,209)
#F1E3DD
(241,227,221)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48971; }

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

This text font color is #C48971.

Background Color

.myBgColor { background-color: #C48971; }

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

This div background color is #C48971.

Border color

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

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

This div border color is #C48971.

Opacity

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

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

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

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

This text has shadow with #C48971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48971.

Preview

Color preview on black background

This text has color #C48971 on black background.


Color preview on white background

This text has color #C48971 on white background.


Black color preview on #C48971 background

This text has black color on #C48971 background.


White color preview on #C48971 background

This text has white color on #C48971 background.


Related colors

Complementary color

Complementary color for #hex is #3B768E.


I love getcolorcode.com

Triadic colors

1 #71C489 and #8971C4 with #C48971 are triadic colors.

2 #7189C4 and #89C471 with #C48971 are triadic colors.