COLOR #C49773

HEX: #C49773
RGB: (196,151,115)

Color info

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

RGB color model

#C49773 color RGB value is (196,151,115).

  • red value is 196;
  • green value is 151;
  • blue value is 115.
RGB:
(196,151,115)
(77%,59%,45%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 115 of 255 = 45%

196
151
115

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

Portions of RGB colors in percentages

R + G + B =
196 + 151 + 115 = 462 (100%)
R 196 of 462 ~ 42.42%
G 151 of 462 ~ 32.68%
B 115 of 462 ~ 24.89%

%42.42
%32.68
%24.89

CMYK color model

#C49773 color CMYK value is (0,23,41,23).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 41.33%
  • key color value is 23.14%
CMYK:
(0,23,41,23)
C0M23Y41K23 
(0%,23%,41%,23%)
(0.00/0.23/0.41/0.23)	

CMYK percentages

%0
%22.96
%41.33
%23.14

Codes

Color #C49773 in popluar color models

C49773
RGB196151115
HSL27°40.70%60.98%
HSB/HSV27°41.33%76.86%
CMYK0.00%22.96%41.33%
23.14%

Color #C49773 in popluar number systems.

HEXC49773
Decimal196151115
Binary11000100100101111110011
Octal304227163

Shades and tints

Shades of #C49773

#C49773
(196,151,115)
#B38A69
(179,138,105)
#A27D5F
(162,125,95)
#917055
(145,112,85)
#80634B
(128,99,75)
#6F5641
(111,86,65)
#5E4937
(94,73,55)
#4D3C2D
(77,60,45)
#3C2F23
(60,47,35)
#2B2219
(43,34,25)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #C49773

#C49773
(196,151,115)
#C9A07F
(201,160,127)
#CEA98B
(206,169,139)
#D3B297
(211,178,151)
#D8BBA3
(216,187,163)
#DDC4AF
(221,196,175)
#E2CDBB
(226,205,187)
#E7D6C7
(231,214,199)
#ECDFD3
(236,223,211)
#F1E8DF
(241,232,223)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49773; }

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

This text font color is #C49773.


Background Color

.myBgColor { background-color: #C49773; }

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

This div background color is #C49773.


Border color

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

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

This div border color is #C49773.


Opacity

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

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

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

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

This text has shadow with #C49773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49773 on black background.


Color preview on white background

This text has color #C49773 on white background.



Black color preview on #C49773 background

This text has black color on #C49773 background.


White color preview on #C49773 background

This text has white color on #C49773 background.