COLOR #C49B6F

HEX: #C49B6F
RGB: (196,155,111)

Color info

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

RGB color model

#C49B6F color RGB value is (196,155,111).

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

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 111 of 255 = 44%

196
155
111

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

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 111 = 462 (100%)
R 196 of 462 ~ 42.42%
G 155 of 462 ~ 33.55%
B 111 of 462 ~ 24.03%

%42.42
%33.55
%24.03

CMYK color model

#C49B6F color CMYK value is (0,21,43,23).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 43.37%
  • key color value is 23.14%
CMYK:
(0,21,43,23)
C0M21Y43K23 
(0%,21%,43%,23%)
(0.00/0.21/0.43/0.23)	

CMYK percentages

%0
%20.92
%43.37
%23.14

Codes

Color #C49B6F in popluar color models

C49B6F
RGB196155111
HSL31°41.87%60.20%
HSB/HSV31°43.37%76.86%
CMYK0.00%20.92%43.37%
23.14%

Color #C49B6F in popluar number systems.

HEXC49B6F
Decimal196155111
Binary11000100100110111101111
Octal304233157

Shades and tints

Shades of #C49B6F

#C49B6F
(196,155,111)
#B38D65
(179,141,101)
#A27F5B
(162,127,91)
#917151
(145,113,81)
#806347
(128,99,71)
#6F553D
(111,85,61)
#5E4733
(94,71,51)
#4D3929
(77,57,41)
#3C2B1F
(60,43,31)
#2B1D15
(43,29,21)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #C49B6F

#C49B6F
(196,155,111)
#C9A47C
(201,164,124)
#CEAD89
(206,173,137)
#D3B696
(211,182,150)
#D8BFA3
(216,191,163)
#DDC8B0
(221,200,176)
#E2D1BD
(226,209,189)
#E7DACA
(231,218,202)
#ECE3D7
(236,227,215)
#F1ECE4
(241,236,228)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49B6F; }

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

This text font color is #C49B6F.


Background Color

.myBgColor { background-color: #C49B6F; }

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

This div background color is #C49B6F.


Border color

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

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

This div border color is #C49B6F.


Opacity

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

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

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

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

This text has shadow with #C49B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49B6F on black background.


Color preview on white background

This text has color #C49B6F on white background.



Black color preview on #C49B6F background

This text has black color on #C49B6F background.


White color preview on #C49B6F background

This text has white color on #C49B6F background.