COLOR #C49061

HEX: #C49061
RGB: (196,144,97)

Color info

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

RGB color model

#C49061 color RGB value is (196,144,97).

  • red value is 196;
  • green value is 144;
  • blue value is 97.
RGB:
(196,144,97)
(77%,56%,38%)

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 97 of 255 = 38%

196
144
97

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

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 97 = 437 (100%)
R 196 of 437 ~ 44.85%
G 144 of 437 ~ 32.95%
B 97 of 437 ~ 22.2%

%44.85
%32.95
%22.2

CMYK color model

#C49061 color CMYK value is (0,27,51,23).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 50.51%
  • key color value is 23.14%
CMYK:
(0,27,51,23)
C0M27Y51K23 
(0%,27%,51%,23%)
(0.00/0.27/0.51/0.23)	

CMYK percentages

%0
%26.53
%50.51
%23.14

Codes

Color #C49061 in popluar color models

C49061
RGB19614497
HSL28°45.62%57.45%
HSB/HSV28°50.51%76.86%
CMYK0.00%26.53%50.51%
23.14%

Color #C49061 in popluar number systems.

HEXC49061
Decimal19614497
Binary11000100100100001100001
Octal304220141

Shades and tints

Shades of #C49061

#C49061
(196,144,97)
#B38359
(179,131,89)
#A27651
(162,118,81)
#916949
(145,105,73)
#805C41
(128,92,65)
#6F4F39
(111,79,57)
#5E4231
(94,66,49)
#4D3529
(77,53,41)
#3C2821
(60,40,33)
#2B1B19
(43,27,25)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C49061

#C49061
(196,144,97)
#C99A6F
(201,154,111)
#CEA47D
(206,164,125)
#D3AE8B
(211,174,139)
#D8B899
(216,184,153)
#DDC2A7
(221,194,167)
#E2CCB5
(226,204,181)
#E7D6C3
(231,214,195)
#ECE0D1
(236,224,209)
#F1EADF
(241,234,223)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49061 color. Also use rgb(196,144,97) instead hex code.

Text Font Color

.myTextColor { color: #C49061; }

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

This text font color is #C49061.


Background Color

.myBgColor { background-color: #C49061; }

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

This div background color is #C49061.


Border color

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

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

This div border color is #C49061.


Opacity

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

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

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

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

This text has shadow with #C49061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49061 on black background.


Color preview on white background

This text has color #C49061 on white background.



Black color preview on #C49061 background

This text has black color on #C49061 background.


White color preview on #C49061 background

This text has white color on #C49061 background.