COLOR #C49585

HEX: #C49585 RGB: (196,149,133)

Color info

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

RGB color model

#C49585 color RGB value is (196,149,133).

RGB: (196,149,133) (77%, 58%, 52%)

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 133 of 255 = 52%

196
149
133

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

Portions of RGB colors in percentages

R + G + B = 196 + 149 + 133 = 478 (100%)
R 196 of 478 ~ 41%
G 149 of 478 ~ 31.17%
B 133 of 478 ~ 27.82'%

%41
%31.17
%27.82

CMYK color model

#C49585 color CMYK value is (0,24,32,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK: (0,24,32,23) C0M24Y32K23 (0%,24%,32%,23%) (0.00/0.24/0.32/0.23) 

CMYK percentages

%0
%23.98
%32.14
%23.14

Codes

Color #C49585 in popluar color models

C4 95 85
RGB 196 149 133
HSL 15° 34.81% 64.51%
HSB/HSV 15° 32.14% 76.86%
CMYK 0.00% 23.98% 32.14%
23.14%

Color #C49585 in popluar number systems.

HEX C4 95 85
Decimal 196 149 133
Binary 11000100 10010101 10000101
Octal 304 225 205

Shades and tints

Shades of #C49585

#C49585
(196,149,133)
#B38879
(179,136,121)
#A27B6D
(162,123,109)
#916E61
(145,110,97)
#806155
(128,97,85)
#6F5449
(111,84,73)
#5E473D
(94,71,61)
#4D3A31
(77,58,49)
#3C2D25
(60,45,37)
#2B2019
(43,32,25)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #C49585

#C49585
(196,149,133)
#C99E90
(201,158,144)
#CEA79B
(206,167,155)
#D3B0A6
(211,176,166)
#D8B9B1
(216,185,177)
#DDC2BC
(221,194,188)
#E2CBC7
(226,203,199)
#E7D4D2
(231,212,210)
#ECDDDD
(236,221,221)
#F1E6E8
(241,230,232)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49585 color. Also use rgb(196,149,133) instead hex code.

Text Font Color

.myTextColor { color: #C49585; }

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

This text font color is #C49585.

Background Color

.myBgColor { background-color: #C49585; }

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

This div background color is #C49585.

Border color

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

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

This div border color is #C49585.

Opacity

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

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

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

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

This text has shadow with #C49585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49585.

Preview

Color preview on black background

This text has color #C49585 on black background.


Color preview on white background

This text has color #C49585 on white background.


Black color preview on #C49585 background

This text has black color on #C49585 background.


White color preview on #C49585 background

This text has white color on #C49585 background.


Related colors

Complementary color

Complementary color for #hex is #3B6A7A.


I love getcolorcode.com

Triadic colors

1 #85C495 and #9585C4 with #C49585 are triadic colors.

2 #8595C4 and #95C485 with #C49585 are triadic colors.