COLOR #C49F6A

HEX: #C49F6A RGB: (196,159,106)

Color info

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

RGB color model

#C49F6A color RGB value is (196,159,106).

RGB: (196,159,106) (77%, 62%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 106 of 255 = 42%

196
159
106

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

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 106 = 461 (100%)
R 196 of 461 ~ 42.52%
G 159 of 461 ~ 34.49%
B 106 of 461 ~ 22.99'%

%42.52
%34.49
%22.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 45.92%
  • key color value is 23.14%

CMYK: (0,19,46,23)
C0M19Y46K23 (0%, 19%, 46%, 23%)
(0.00 / 0.19 / 0.46 / 0.23)

CMYK percentages

%0
%18.88
%45.92
%23.14

Codes

Color #C49F6A in popluar color models

C4 9F 6A
RGB 196 159 106
HSL 35° 43.27% 59.22%
HSB/HSV 35° 45.92% 76.86%
CMYK 0.00% 18.88% 45.92%
23.14%

Color #C49F6A in popluar number systems.

HEX C4 9F 6A
Decimal 196 159 106
Binary 11000100 10011111 1101010
Octal 304 237 152

Shades and tints

Shades of #C49F6A

#C49F6A
(196,159,106)
#B39161
(179,145,97)
#A28358
(162,131,88)
#91754F
(145,117,79)
#806746
(128,103,70)
#6F593D
(111,89,61)
#5E4B34
(94,75,52)
#4D3D2B
(77,61,43)
#3C2F22
(60,47,34)
#2B2119
(43,33,25)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C49F6A

#C49F6A
(196,159,106)
#C9A777
(201,167,119)
#CEAF84
(206,175,132)
#D3B791
(211,183,145)
#D8BF9E
(216,191,158)
#DDC7AB
(221,199,171)
#E2CFB8
(226,207,184)
#E7D7C5
(231,215,197)
#ECDFD2
(236,223,210)
#F1E7DF
(241,231,223)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49F6A color. Also use rgb(196,159,106) instead hex code.

Text Font Color

.myTextColor { color: #C49F6A; }

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

This text font color is #C49F6A.

Background Color

.myBgColor { background-color: #C49F6A; }

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

This div background color is #C49F6A.

Border color

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

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

This div border color is #C49F6A.

Opacity

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

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

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

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

This text has shadow with #C49F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49F6A.

Preview

Color preview on black background

This text has color #C49F6A on black background.


Color preview on white background

This text has color #C49F6A on white background.


Black color preview on #C49F6A background

This text has black color on #C49F6A background.


White color preview on #C49F6A background

This text has white color on #C49F6A background.


Related colors

Complementary color

Complementary color for #hex is #3B6095.


I love getcolorcode.com

Triadic colors

1 #6AC49F and #9F6AC4 with #C49F6A are triadic colors.

2 #6A9FC4 and #9FC46A with #C49F6A are triadic colors.