COLOR #C49679

HEX: #C49679 RGB: (196,150,121)

Color info

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

RGB color model

#C49679 color RGB value is (196,150,121).

RGB: (196,150,121) (77%, 59%, 47%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 121 of 255 = 47%

196
150
121

R + G + B ~ 61%. #C49679 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 150 + 121 = 467 (100%)
R 196 of 467 ~ 41.97%
G 150 of 467 ~ 32.12%
B 121 of 467 ~ 25.91'%

%41.97
%32.12
%25.91

CMYK color model

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

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

CMYK: (0,23,38,23)
C0M23Y38K23 (0%, 23%, 38%, 23%)
(0.00 / 0.23 / 0.38 / 0.23)

CMYK percentages

%0
%23.47
%38.27
%23.14

Codes

Color #C49679 in popluar color models

C4 96 79
RGB 196 150 121
HSL 23° 38.86% 62.16%
HSB/HSV 23° 38.27% 76.86%
CMYK 0.00% 23.47% 38.27%
23.14%

Color #C49679 in popluar number systems.

HEX C4 96 79
Decimal 196 150 121
Binary 11000100 10010110 1111001
Octal 304 226 171

Shades and tints

Shades of #C49679

#C49679
(196,150,121)
#B3896E
(179,137,110)
#A27C63
(162,124,99)
#916F58
(145,111,88)
#80624D
(128,98,77)
#6F5542
(111,85,66)
#5E4837
(94,72,55)
#4D3B2C
(77,59,44)
#3C2E21
(60,46,33)
#2B2116
(43,33,22)
#1A140B
(26,20,11)
#000000
(0,0,0)

Tints of #C49679

#C49679
(196,150,121)
#C99F85
(201,159,133)
#CEA891
(206,168,145)
#D3B19D
(211,177,157)
#D8BAA9
(216,186,169)
#DDC3B5
(221,195,181)
#E2CCC1
(226,204,193)
#E7D5CD
(231,213,205)
#ECDED9
(236,222,217)
#F1E7E5
(241,231,229)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49679; }

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

This text font color is #C49679.

Background Color

.myBgColor { background-color: #C49679; }

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

This div background color is #C49679.

Border color

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

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

This div border color is #C49679.

Opacity

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

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

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

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

This text has shadow with #C49679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49679.

Preview

Color preview on black background

This text has color #C49679 on black background.


Color preview on white background

This text has color #C49679 on white background.


Black color preview on #C49679 background

This text has black color on #C49679 background.


White color preview on #C49679 background

This text has white color on #C49679 background.


Related colors

Complementary color

Complementary color for #hex is #3B6986.


I love getcolorcode.com

Triadic colors

1 #79C496 and #9679C4 with #C49679 are triadic colors.

2 #7996C4 and #96C479 with #C49679 are triadic colors.