COLOR #C49381

HEX: #C49381 RGB: (196,147,129)

Color info

#C49381 contains mainly red and green colors. Web safe color of #C49381 is #CC9999 (or #C99).

RGB color model

#C49381 color RGB value is (196,147,129).

RGB: (196,147,129) (77%, 58%, 51%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 129 of 255 = 51%

196
147
129

R + G + B ~ 62%. #C49381 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 129 = 472 (100%)
R 196 of 472 ~ 41.53%
G 147 of 472 ~ 31.14%
B 129 of 472 ~ 27.33'%

%41.53
%31.14
%27.33

CMYK color model

#C49381 color CMYK value is (0,25,34,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 34.18%
  • key color value is 23.14%

CMYK: (0,25,34,23)
C0M25Y34K23 (0%, 25%, 34%, 23%)
(0.00 / 0.25 / 0.34 / 0.23)

CMYK percentages

%0
%25
%34.18
%23.14

Codes

Color #C49381 in popluar color models

C4 93 81
RGB 196 147 129
HSL 16° 36.22% 63.73%
HSB/HSV 16° 34.18% 76.86%
CMYK 0.00% 25.00% 34.18%
23.14%

Color #C49381 in popluar number systems.

HEX C4 93 81
Decimal 196 147 129
Binary 11000100 10010011 10000001
Octal 304 223 201

Shades and tints

Shades of #C49381

#C49381
(196,147,129)
#B38676
(179,134,118)
#A2796B
(162,121,107)
#916C60
(145,108,96)
#805F55
(128,95,85)
#6F524A
(111,82,74)
#5E453F
(94,69,63)
#4D3834
(77,56,52)
#3C2B29
(60,43,41)
#2B1E1E
(43,30,30)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C49381

#C49381
(196,147,129)
#C99C8C
(201,156,140)
#CEA597
(206,165,151)
#D3AEA2
(211,174,162)
#D8B7AD
(216,183,173)
#DDC0B8
(221,192,184)
#E2C9C3
(226,201,195)
#E7D2CE
(231,210,206)
#ECDBD9
(236,219,217)
#F1E4E4
(241,228,228)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49381 color. Also use rgb(196,147,129) instead hex code.

Text Font Color

.myTextColor { color: #C49381; }

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

This text font color is #C49381.

Background Color

.myBgColor { background-color: #C49381; }

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

This div background color is #C49381.

Border color

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

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

This div border color is #C49381.

Opacity

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

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

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

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

This text has shadow with #C49381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49381.

Preview

Color preview on black background

This text has color #C49381 on black background.


Color preview on white background

This text has color #C49381 on white background.


Black color preview on #C49381 background

This text has black color on #C49381 background.


White color preview on #C49381 background

This text has white color on #C49381 background.


Related colors

Complementary color

Complementary color for #hex is #3B6C7E.


I love getcolorcode.com

Triadic colors

1 #81C493 and #9381C4 with #C49381 are triadic colors.

2 #8193C4 and #93C481 with #C49381 are triadic colors.