COLOR #C49566

HEX: #C49566
RGB: (196,149,102)

Color info

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

RGB color model

#C49566 color RGB value is (196,149,102).

  • red value is 196;
  • green value is 149;
  • blue value is 102.
RGB:
(196,149,102)
(77%,58%,40%)

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 102 of 255 = 40%

196
149
102

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

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 102 = 447 (100%)
R 196 of 447 ~ 43.85%
G 149 of 447 ~ 33.33%
B 102 of 447 ~ 22.82%

%43.85
%33.33
%22.82

CMYK color model

#C49566 color CMYK value is (0,24,48,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 47.96%
  • key color value is 23.14%
CMYK:
(0,24,48,23)
C0M24Y48K23 
(0%,24%,48%,23%)
(0.00/0.24/0.48/0.23)	

CMYK percentages

%0
%23.98
%47.96
%23.14

Codes

Color #C49566 in popluar color models

C49566
RGB196149102
HSL30°44.34%58.43%
HSB/HSV30°47.96%76.86%
CMYK0.00%23.98%47.96%
23.14%

Color #C49566 in popluar number systems.

HEXC49566
Decimal196149102
Binary11000100100101011100110
Octal304225146

Shades and tints

Shades of #C49566

#C49566
(196,149,102)
#B3885D
(179,136,93)
#A27B54
(162,123,84)
#916E4B
(145,110,75)
#806142
(128,97,66)
#6F5439
(111,84,57)
#5E4730
(94,71,48)
#4D3A27
(77,58,39)
#3C2D1E
(60,45,30)
#2B2015
(43,32,21)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #C49566

#C49566
(196,149,102)
#C99E73
(201,158,115)
#CEA780
(206,167,128)
#D3B08D
(211,176,141)
#D8B99A
(216,185,154)
#DDC2A7
(221,194,167)
#E2CBB4
(226,203,180)
#E7D4C1
(231,212,193)
#ECDDCE
(236,221,206)
#F1E6DB
(241,230,219)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49566 color. Also use rgb(196,149,102) instead hex code.

Text Font Color

.myTextColor { color: #C49566; }

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

This text font color is #C49566.


Background Color

.myBgColor { background-color: #C49566; }

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

This div background color is #C49566.


Border color

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

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

This div border color is #C49566.


Opacity

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

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

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

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

This text has shadow with #C49566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49566 on black background.


Color preview on white background

This text has color #C49566 on white background.



Black color preview on #C49566 background

This text has black color on #C49566 background.


White color preview on #C49566 background

This text has white color on #C49566 background.