COLOR #C49388

HEX: #C49388 RGB: (196,147,136)

Color info

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

RGB color model

#C49388 color RGB value is (196,147,136).

RGB: (196,147,136) (77%, 58%, 53%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 136 of 255 = 53%

196
147
136

R + G + B ~ 63%. #C49388 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 136 = 479 (100%)
R 196 of 479 ~ 40.92%
G 147 of 479 ~ 30.69%
B 136 of 479 ~ 28.39'%

%40.92
%30.69
%28.39

CMYK color model

#C49388 color CMYK value is (0,25,31,23).

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

CMYK: (0,25,31,23)
C0M25Y31K23 (0%, 25%, 31%, 23%)
(0.00 / 0.25 / 0.31 / 0.23)

CMYK percentages

%0
%25
%30.61
%23.14

Codes

Color #C49388 in popluar color models

C4 93 88
RGB 196 147 136
HSL 11° 33.71% 65.10%
HSB/HSV 11° 30.61% 76.86%
CMYK 0.00% 25.00% 30.61%
23.14%

Color #C49388 in popluar number systems.

HEX C4 93 88
Decimal 196 147 136
Binary 11000100 10010011 10001000
Octal 304 223 210

Shades and tints

Shades of #C49388

#C49388
(196,147,136)
#B3867C
(179,134,124)
#A27970
(162,121,112)
#916C64
(145,108,100)
#805F58
(128,95,88)
#6F524C
(111,82,76)
#5E4540
(94,69,64)
#4D3834
(77,56,52)
#3C2B28
(60,43,40)
#2B1E1C
(43,30,28)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #C49388

#C49388
(196,147,136)
#C99C92
(201,156,146)
#CEA59C
(206,165,156)
#D3AEA6
(211,174,166)
#D8B7B0
(216,183,176)
#DDC0BA
(221,192,186)
#E2C9C4
(226,201,196)
#E7D2CE
(231,210,206)
#ECDBD8
(236,219,216)
#F1E4E2
(241,228,226)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49388; }

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

This text font color is #C49388.

Background Color

.myBgColor { background-color: #C49388; }

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

This div background color is #C49388.

Border color

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

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

This div border color is #C49388.

Opacity

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

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

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

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

This text has shadow with #C49388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49388.

Preview

Color preview on black background

This text has color #C49388 on black background.


Color preview on white background

This text has color #C49388 on white background.


Black color preview on #C49388 background

This text has black color on #C49388 background.


White color preview on #C49388 background

This text has white color on #C49388 background.


Related colors

Complementary color

Complementary color for #hex is #3B6C77.


I love getcolorcode.com

Triadic colors

1 #88C493 and #9388C4 with #C49388 are triadic colors.

2 #8893C4 and #93C488 with #C49388 are triadic colors.