COLOR #C49382

HEX: #C49382 RGB: (196,147,130)

Color info

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

RGB color model

#C49382 color RGB value is (196,147,130).

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

RGB channels and saturation

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

196
147
130

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

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 130 = 473 (100%)
R 196 of 473 ~ 41.44%
G 147 of 473 ~ 31.08%
B 130 of 473 ~ 27.48'%

%41.44
%31.08
%27.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 33.67%
  • 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
%33.67
%23.14

Codes

Color #C49382 in popluar color models

C4 93 82
RGB 196 147 130
HSL 15° 35.87% 63.92%
HSB/HSV 15° 33.67% 76.86%
CMYK 0.00% 25.00% 33.67%
23.14%

Color #C49382 in popluar number systems.

HEX C4 93 82
Decimal 196 147 130
Binary 11000100 10010011 10000010
Octal 304 223 202

Shades and tints

Shades of #C49382

#C49382
(196,147,130)
#B38677
(179,134,119)
#A2796C
(162,121,108)
#916C61
(145,108,97)
#805F56
(128,95,86)
#6F524B
(111,82,75)
#5E4540
(94,69,64)
#4D3835
(77,56,53)
#3C2B2A
(60,43,42)
#2B1E1F
(43,30,31)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C49382

#C49382
(196,147,130)
#C99C8D
(201,156,141)
#CEA598
(206,165,152)
#D3AEA3
(211,174,163)
#D8B7AE
(216,183,174)
#DDC0B9
(221,192,185)
#E2C9C4
(226,201,196)
#E7D2CF
(231,210,207)
#ECDBDA
(236,219,218)
#F1E4E5
(241,228,229)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49382; }

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

This text font color is #C49382.

Background Color

.myBgColor { background-color: #C49382; }

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

This div background color is #C49382.

Border color

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

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

This div border color is #C49382.

Opacity

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

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

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

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

This text has shadow with #C49382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49382.

Preview

Color preview on black background

This text has color #C49382 on black background.


Color preview on white background

This text has color #C49382 on white background.


Black color preview on #C49382 background

This text has black color on #C49382 background.


White color preview on #C49382 background

This text has white color on #C49382 background.


Related colors

Complementary color

Complementary color for #hex is #3B6C7D.


I love getcolorcode.com

Triadic colors

1 #82C493 and #9382C4 with #C49382 are triadic colors.

2 #8293C4 and #93C482 with #C49382 are triadic colors.