COLOR #C49685

HEX: #C49685 RGB: (196,150,133)

Color info

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

RGB color model

#C49685 color RGB value is (196,150,133).

RGB: (196,150,133) (77%, 59%, 52%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 133 of 255 = 52%

196
150
133

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

Portions of RGB colors in percentages

R + G + B = 196 + 150 + 133 = 479 (100%)
R 196 of 479 ~ 40.92%
G 150 of 479 ~ 31.32%
B 133 of 479 ~ 27.77'%

%40.92
%31.32
%27.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 32.14%
  • key color value is 23.14%

CMYK: (0,23,32,23)
C0M23Y32K23 (0%, 23%, 32%, 23%)
(0.00 / 0.23 / 0.32 / 0.23)

CMYK percentages

%0
%23.47
%32.14
%23.14

Codes

Color #C49685 in popluar color models

C4 96 85
RGB 196 150 133
HSL 16° 34.81% 64.51%
HSB/HSV 16° 32.14% 76.86%
CMYK 0.00% 23.47% 32.14%
23.14%

Color #C49685 in popluar number systems.

HEX C4 96 85
Decimal 196 150 133
Binary 11000100 10010110 10000101
Octal 304 226 205

Shades and tints

Shades of #C49685

#C49685
(196,150,133)
#B38979
(179,137,121)
#A27C6D
(162,124,109)
#916F61
(145,111,97)
#806255
(128,98,85)
#6F5549
(111,85,73)
#5E483D
(94,72,61)
#4D3B31
(77,59,49)
#3C2E25
(60,46,37)
#2B2119
(43,33,25)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #C49685

#C49685
(196,150,133)
#C99F90
(201,159,144)
#CEA89B
(206,168,155)
#D3B1A6
(211,177,166)
#D8BAB1
(216,186,177)
#DDC3BC
(221,195,188)
#E2CCC7
(226,204,199)
#E7D5D2
(231,213,210)
#ECDEDD
(236,222,221)
#F1E7E8
(241,231,232)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49685; }

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

This text font color is #C49685.

Background Color

.myBgColor { background-color: #C49685; }

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

This div background color is #C49685.

Border color

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

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

This div border color is #C49685.

Opacity

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

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

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

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

This text has shadow with #C49685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49685.

Preview

Color preview on black background

This text has color #C49685 on black background.


Color preview on white background

This text has color #C49685 on white background.


Black color preview on #C49685 background

This text has black color on #C49685 background.


White color preview on #C49685 background

This text has white color on #C49685 background.


Related colors

Complementary color

Complementary color for #hex is #3B697A.


I love getcolorcode.com

Triadic colors

1 #85C496 and #9685C4 with #C49685 are triadic colors.

2 #8596C4 and #96C485 with #C49685 are triadic colors.