COLOR #C49A75

HEX: #C49A75
RGB: (196,154,117)

Color info

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

RGB color model

#C49A75 color RGB value is (196,154,117).

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

RGB channels and saturation

R 196 of 255 = 77%
G 154 of 255 = 60%
B 117 of 255 = 46%

196
154
117

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

Portions of RGB colors in percentages

R + G + B =
196 + 154 + 117 = 467 (100%)
R 196 of 467 ~ 41.97%
G 154 of 467 ~ 32.98%
B 117 of 467 ~ 25.05%

%41.97
%32.98
%25.05

CMYK color model

#C49A75 color CMYK value is (0,21,40,23).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,21,40,23)
C0M21Y40K23 
(0%,21%,40%,23%)
(0.00/0.21/0.40/0.23)	

CMYK percentages

%0
%21.43
%40.31
%23.14

Codes

Color #C49A75 in popluar color models

C49A75
RGB196154117
HSL28°40.10%61.37%
HSB/HSV28°40.31%76.86%
CMYK0.00%21.43%40.31%
23.14%

Color #C49A75 in popluar number systems.

HEXC49A75
Decimal196154117
Binary11000100100110101110101
Octal304232165

Shades and tints

Shades of #C49A75

#C49A75
(196,154,117)
#B38C6B
(179,140,107)
#A27E61
(162,126,97)
#917057
(145,112,87)
#80624D
(128,98,77)
#6F5443
(111,84,67)
#5E4639
(94,70,57)
#4D382F
(77,56,47)
#3C2A25
(60,42,37)
#2B1C1B
(43,28,27)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C49A75

#C49A75
(196,154,117)
#C9A381
(201,163,129)
#CEAC8D
(206,172,141)
#D3B599
(211,181,153)
#D8BEA5
(216,190,165)
#DDC7B1
(221,199,177)
#E2D0BD
(226,208,189)
#E7D9C9
(231,217,201)
#ECE2D5
(236,226,213)
#F1EBE1
(241,235,225)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49A75; }

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

This text font color is #C49A75.


Background Color

.myBgColor { background-color: #C49A75; }

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

This div background color is #C49A75.


Border color

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

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

This div border color is #C49A75.


Opacity

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

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

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

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

This text has shadow with #C49A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49A75 on black background.


Color preview on white background

This text has color #C49A75 on white background.



Black color preview on #C49A75 background

This text has black color on #C49A75 background.


White color preview on #C49A75 background

This text has white color on #C49A75 background.