COLOR #C49669

HEX: #C49669
RGB: (196,150,105)

Color info

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

RGB color model

#C49669 color RGB value is (196,150,105).

  • red value is 196;
  • green value is 150;
  • blue value is 105.
RGB:
(196,150,105)
(77%,59%,41%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 105 of 255 = 41%

196
150
105

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

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 105 = 451 (100%)
R 196 of 451 ~ 43.46%
G 150 of 451 ~ 33.26%
B 105 of 451 ~ 23.28%

%43.46
%33.26
%23.28

CMYK color model

#C49669 color CMYK value is (0,23,46,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 46.43%
  • key color value is 23.14%
CMYK:
(0,23,46,23)
C0M23Y46K23 
(0%,23%,46%,23%)
(0.00/0.23/0.46/0.23)	

CMYK percentages

%0
%23.47
%46.43
%23.14

Codes

Color #C49669 in popluar color models

C49669
RGB196150105
HSL30°43.54%59.02%
HSB/HSV30°46.43%76.86%
CMYK0.00%23.47%46.43%
23.14%

Color #C49669 in popluar number systems.

HEXC49669
Decimal196150105
Binary11000100100101101101001
Octal304226151

Shades and tints

Shades of #C49669

#C49669
(196,150,105)
#B38960
(179,137,96)
#A27C57
(162,124,87)
#916F4E
(145,111,78)
#806245
(128,98,69)
#6F553C
(111,85,60)
#5E4833
(94,72,51)
#4D3B2A
(77,59,42)
#3C2E21
(60,46,33)
#2B2118
(43,33,24)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #C49669

#C49669
(196,150,105)
#C99F76
(201,159,118)
#CEA883
(206,168,131)
#D3B190
(211,177,144)
#D8BA9D
(216,186,157)
#DDC3AA
(221,195,170)
#E2CCB7
(226,204,183)
#E7D5C4
(231,213,196)
#ECDED1
(236,222,209)
#F1E7DE
(241,231,222)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49669 color. Also use rgb(196,150,105) instead hex code.

Text Font Color

.myTextColor { color: #C49669; }

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

This text font color is #C49669.


Background Color

.myBgColor { background-color: #C49669; }

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

This div background color is #C49669.


Border color

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

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

This div border color is #C49669.


Opacity

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

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

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

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

This text has shadow with #C49669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49669 on black background.


Color preview on white background

This text has color #C49669 on white background.



Black color preview on #C49669 background

This text has black color on #C49669 background.


White color preview on #C49669 background

This text has white color on #C49669 background.