COLOR #C48C71

HEX: #C48C71 RGB: (196,140,113)

Color info

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

RGB color model

#C48C71 color RGB value is (196,140,113).

RGB: (196,140,113) (77%, 55%, 44%)

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 113 of 255 = 44%

196
140
113

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

Portions of RGB colors in percentages

R + G + B = 196 + 140 + 113 = 449 (100%)
R 196 of 449 ~ 43.65%
G 140 of 449 ~ 31.18%
B 113 of 449 ~ 25.17'%

%43.65
%31.18
%25.17

CMYK color model

#C48C71 color CMYK value is (0,29,42,23).

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

CMYK: (0,29,42,23)
C0M29Y42K23 (0%, 29%, 42%, 23%)
(0.00 / 0.29 / 0.42 / 0.23)

CMYK percentages

%0
%28.57
%42.35
%23.14

Codes

Color #C48C71 in popluar color models

C4 8C 71
RGB 196 140 113
HSL 20° 41.29% 60.59%
HSB/HSV 20° 42.35% 76.86%
CMYK 0.00% 28.57% 42.35%
23.14%

Color #C48C71 in popluar number systems.

HEX C4 8C 71
Decimal 196 140 113
Binary 11000100 10001100 1110001
Octal 304 214 161

Shades and tints

Shades of #C48C71

#C48C71
(196,140,113)
#B38067
(179,128,103)
#A2745D
(162,116,93)
#916853
(145,104,83)
#805C49
(128,92,73)
#6F503F
(111,80,63)
#5E4435
(94,68,53)
#4D382B
(77,56,43)
#3C2C21
(60,44,33)
#2B2017
(43,32,23)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #C48C71

#C48C71
(196,140,113)
#C9967D
(201,150,125)
#CEA089
(206,160,137)
#D3AA95
(211,170,149)
#D8B4A1
(216,180,161)
#DDBEAD
(221,190,173)
#E2C8B9
(226,200,185)
#E7D2C5
(231,210,197)
#ECDCD1
(236,220,209)
#F1E6DD
(241,230,221)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48C71; }

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

This text font color is #C48C71.

Background Color

.myBgColor { background-color: #C48C71; }

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

This div background color is #C48C71.

Border color

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

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

This div border color is #C48C71.

Opacity

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

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

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

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

This text has shadow with #C48C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48C71.

Preview

Color preview on black background

This text has color #C48C71 on black background.


Color preview on white background

This text has color #C48C71 on white background.


Black color preview on #C48C71 background

This text has black color on #C48C71 background.


White color preview on #C48C71 background

This text has white color on #C48C71 background.


Related colors

Complementary color

Complementary color for #hex is #3B738E.


I love getcolorcode.com

Triadic colors

1 #71C48C and #8C71C4 with #C48C71 are triadic colors.

2 #718CC4 and #8CC471 with #C48C71 are triadic colors.