COLOR #C49E75

HEX: #C49E75
RGB: (196,158,117)

Color info

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

RGB color model

#C49E75 color RGB value is (196,158,117).

  • red value is 196;
  • green value is 158;
  • blue value is 117.
RGB:
(196,158,117)
(77%,62%,46%)

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 117 of 255 = 46%

196
158
117

R + G + B ~ 62%. #C49E75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 158 + 117 = 471 (100%)
R 196 of 471 ~ 41.61%
G 158 of 471 ~ 33.55%
B 117 of 471 ~ 24.84%

%41.61
%33.55
%24.84

CMYK color model

#C49E75 color CMYK value is (0,19,40,23).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,19,40,23)
C0M19Y40K23 
(0%,19%,40%,23%)
(0.00/0.19/0.40/0.23)	

CMYK percentages

%0
%19.39
%40.31
%23.14

Codes

Color #C49E75 in popluar color models

C49E75
RGB196158117
HSL31°40.10%61.37%
HSB/HSV31°40.31%76.86%
CMYK0.00%19.39%40.31%
23.14%

Color #C49E75 in popluar number systems.

HEXC49E75
Decimal196158117
Binary11000100100111101110101
Octal304236165

Shades and tints

Shades of #C49E75

#C49E75
(196,158,117)
#B3906B
(179,144,107)
#A28261
(162,130,97)
#917457
(145,116,87)
#80664D
(128,102,77)
#6F5843
(111,88,67)
#5E4A39
(94,74,57)
#4D3C2F
(77,60,47)
#3C2E25
(60,46,37)
#2B201B
(43,32,27)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #C49E75

#C49E75
(196,158,117)
#C9A681
(201,166,129)
#CEAE8D
(206,174,141)
#D3B699
(211,182,153)
#D8BEA5
(216,190,165)
#DDC6B1
(221,198,177)
#E2CEBD
(226,206,189)
#E7D6C9
(231,214,201)
#ECDED5
(236,222,213)
#F1E6E1
(241,230,225)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49E75; }

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

This text font color is #C49E75.


Background Color

.myBgColor { background-color: #C49E75; }

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

This div background color is #C49E75.


Border color

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

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

This div border color is #C49E75.


Opacity

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

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

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

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

This text has shadow with #C49E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49E75 on black background.


Color preview on white background

This text has color #C49E75 on white background.



Black color preview on #C49E75 background

This text has black color on #C49E75 background.


White color preview on #C49E75 background

This text has white color on #C49E75 background.