COLOR #C49B7A

HEX: #C49B7A
RGB: (196,155,122)

Color info

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

RGB color model

#C49B7A color RGB value is (196,155,122).

  • red value is 196;
  • green value is 155;
  • blue value is 122.
RGB:
(196,155,122)
(77%,61%,48%)

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 122 of 255 = 48%

196
155
122

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

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 122 = 473 (100%)
R 196 of 473 ~ 41.44%
G 155 of 473 ~ 32.77%
B 122 of 473 ~ 25.79%

%41.44
%32.77
%25.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 37.76%
  • key color value is 23.14%
CMYK:
(0,21,38,23)
C0M21Y38K23 
(0%,21%,38%,23%)
(0.00/0.21/0.38/0.23)	

CMYK percentages

%0
%20.92
%37.76
%23.14

Codes

Color #C49B7A in popluar color models

C49B7A
RGB196155122
HSL27°38.54%62.35%
HSB/HSV27°37.76%76.86%
CMYK0.00%20.92%37.76%
23.14%

Color #C49B7A in popluar number systems.

HEXC49B7A
Decimal196155122
Binary11000100100110111111010
Octal304233172

Shades and tints

Shades of #C49B7A

#C49B7A
(196,155,122)
#B38D6F
(179,141,111)
#A27F64
(162,127,100)
#917159
(145,113,89)
#80634E
(128,99,78)
#6F5543
(111,85,67)
#5E4738
(94,71,56)
#4D392D
(77,57,45)
#3C2B22
(60,43,34)
#2B1D17
(43,29,23)
#1A0F0C
(26,15,12)
#000000
(0,0,0)

Tints of #C49B7A

#C49B7A
(196,155,122)
#C9A486
(201,164,134)
#CEAD92
(206,173,146)
#D3B69E
(211,182,158)
#D8BFAA
(216,191,170)
#DDC8B6
(221,200,182)
#E2D1C2
(226,209,194)
#E7DACE
(231,218,206)
#ECE3DA
(236,227,218)
#F1ECE6
(241,236,230)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49B7A color. Also use rgb(196,155,122) instead hex code.

Text Font Color

.myTextColor { color: #C49B7A; }

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

This text font color is #C49B7A.


Background Color

.myBgColor { background-color: #C49B7A; }

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

This div background color is #C49B7A.


Border color

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

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

This div border color is #C49B7A.


Opacity

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

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

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

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

This text has shadow with #C49B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49B7A on black background.


Color preview on white background

This text has color #C49B7A on white background.



Black color preview on #C49B7A background

This text has black color on #C49B7A background.


White color preview on #C49B7A background

This text has white color on #C49B7A background.