COLOR #C49383

HEX: #C49383
RGB: (196,147,131)

Color info

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

RGB color model

#C49383 color RGB value is (196,147,131).

  • red value is 196;
  • green value is 147;
  • blue value is 131.
RGB:
(196,147,131)
(77%,58%,51%)

RGB channels and saturation

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

196
147
131

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

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 131 = 474 (100%)
R 196 of 474 ~ 41.35%
G 147 of 474 ~ 31.01%
B 131 of 474 ~ 27.64%

%41.35
%31.01
%27.64

CMYK color model

#C49383 color CMYK value is (0,25,33,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(0,25,33,23)
C0M25Y33K23 
(0%,25%,33%,23%)
(0.00/0.25/0.33/0.23)	

CMYK percentages

%0
%25
%33.16
%23.14

Codes

Color #C49383 in popluar color models

C49383
RGB196147131
HSL15°35.52%64.12%
HSB/HSV15°33.16%76.86%
CMYK0.00%25.00%33.16%
23.14%

Color #C49383 in popluar number systems.

HEXC49383
Decimal196147131
Binary110001001001001110000011
Octal304223203

Shades and tints

Shades of #C49383

#C49383
(196,147,131)
#B38678
(179,134,120)
#A2796D
(162,121,109)
#916C62
(145,108,98)
#805F57
(128,95,87)
#6F524C
(111,82,76)
#5E4541
(94,69,65)
#4D3836
(77,56,54)
#3C2B2B
(60,43,43)
#2B1E20
(43,30,32)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #C49383

#C49383
(196,147,131)
#C99C8E
(201,156,142)
#CEA599
(206,165,153)
#D3AEA4
(211,174,164)
#D8B7AF
(216,183,175)
#DDC0BA
(221,192,186)
#E2C9C5
(226,201,197)
#E7D2D0
(231,210,208)
#ECDBDB
(236,219,219)
#F1E4E6
(241,228,230)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49383; }

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

This text font color is #C49383.


Background Color

.myBgColor { background-color: #C49383; }

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

This div background color is #C49383.


Border color

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

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

This div border color is #C49383.


Opacity

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

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

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

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

This text has shadow with #C49383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49383 on black background.


Color preview on white background

This text has color #C49383 on white background.



Black color preview on #C49383 background

This text has black color on #C49383 background.


White color preview on #C49383 background

This text has white color on #C49383 background.