COLOR #C49169

HEX: #C49169 RGB: (196,145,105)

Color info

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

RGB color model

#C49169 color RGB value is (196,145,105).

RGB: (196,145,105) (77%, 57%, 41%)

RGB channels and saturation

R 196 of 255 = 77%
G 145 of 255 = 57%
B 105 of 255 = 41%

196
145
105

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

Portions of RGB colors in percentages

R + G + B = 196 + 145 + 105 = 446 (100%)
R 196 of 446 ~ 43.95%
G 145 of 446 ~ 32.51%
B 105 of 446 ~ 23.54'%

%43.95
%32.51
%23.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 46.43%
  • key color value is 23.14%

CMYK: (0,26,46,23)
C0M26Y46K23 (0%, 26%, 46%, 23%)
(0.00 / 0.26 / 0.46 / 0.23)

CMYK percentages

%0
%26.02
%46.43
%23.14

Codes

Color #C49169 in popluar color models

C4 91 69
RGB 196 145 105
HSL 26° 43.54% 59.02%
HSB/HSV 26° 46.43% 76.86%
CMYK 0.00% 26.02% 46.43%
23.14%

Color #C49169 in popluar number systems.

HEX C4 91 69
Decimal 196 145 105
Binary 11000100 10010001 1101001
Octal 304 221 151

Shades and tints

Shades of #C49169

#C49169
(196,145,105)
#B38460
(179,132,96)
#A27757
(162,119,87)
#916A4E
(145,106,78)
#805D45
(128,93,69)
#6F503C
(111,80,60)
#5E4333
(94,67,51)
#4D362A
(77,54,42)
#3C2921
(60,41,33)
#2B1C18
(43,28,24)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #C49169

#C49169
(196,145,105)
#C99B76
(201,155,118)
#CEA583
(206,165,131)
#D3AF90
(211,175,144)
#D8B99D
(216,185,157)
#DDC3AA
(221,195,170)
#E2CDB7
(226,205,183)
#E7D7C4
(231,215,196)
#ECE1D1
(236,225,209)
#F1EBDE
(241,235,222)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49169; }

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

This text font color is #C49169.

Background Color

.myBgColor { background-color: #C49169; }

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

This div background color is #C49169.

Border color

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

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

This div border color is #C49169.

Opacity

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

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

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

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

This text has shadow with #C49169 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49169.

Preview

Color preview on black background

This text has color #C49169 on black background.


Color preview on white background

This text has color #C49169 on white background.


Black color preview on #C49169 background

This text has black color on #C49169 background.


White color preview on #C49169 background

This text has white color on #C49169 background.


Related colors

Complementary color

Complementary color for #hex is #3B6E96.


I love getcolorcode.com

Triadic colors

1 #69C491 and #9169C4 with #C49169 are triadic colors.

2 #6991C4 and #91C469 with #C49169 are triadic colors.