COLOR #C49F63

HEX: #C49F63 RGB: (196,159,99)

Color info

#C49F63 contains mainly red and green colors. Web safe color of #C49F63 is #CC9966 (or #C96).

RGB color model

#C49F63 color RGB value is (196,159,99).

RGB: (196,159,99) (77%, 62%, 39%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 99 of 255 = 39%

196
159
99

R + G + B ~ 59%. #C49F63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 99 = 454 (100%)
R 196 of 454 ~ 43.17%
G 159 of 454 ~ 35.02%
B 99 of 454 ~ 21.81'%

%43.17
%35.02
%21.81

CMYK color model

#C49F63 color CMYK value is (0,19,49,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 49.49%
  • key color value is 23.14%

CMYK: (0,19,49,23)
C0M19Y49K23 (0%, 19%, 49%, 23%)
(0.00 / 0.19 / 0.49 / 0.23)

CMYK percentages

%0
%18.88
%49.49
%23.14

Codes

Color #C49F63 in popluar color models

C4 9F 63
RGB 196 159 99
HSL 37° 45.12% 57.84%
HSB/HSV 37° 49.49% 76.86%
CMYK 0.00% 18.88% 49.49%
23.14%

Color #C49F63 in popluar number systems.

HEX C4 9F 63
Decimal 196 159 99
Binary 11000100 10011111 1100011
Octal 304 237 143

Shades and tints

Shades of #C49F63

#C49F63
(196,159,99)
#B3915A
(179,145,90)
#A28351
(162,131,81)
#917548
(145,117,72)
#80673F
(128,103,63)
#6F5936
(111,89,54)
#5E4B2D
(94,75,45)
#4D3D24
(77,61,36)
#3C2F1B
(60,47,27)
#2B2112
(43,33,18)
#1A1309
(26,19,9)
#000000
(0,0,0)

Tints of #C49F63

#C49F63
(196,159,99)
#C9A771
(201,167,113)
#CEAF7F
(206,175,127)
#D3B78D
(211,183,141)
#D8BF9B
(216,191,155)
#DDC7A9
(221,199,169)
#E2CFB7
(226,207,183)
#E7D7C5
(231,215,197)
#ECDFD3
(236,223,211)
#F1E7E1
(241,231,225)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49F63 color. Also use rgb(196,159,99) instead hex code.

Text Font Color

.myTextColor { color: #C49F63; }

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

This text font color is #C49F63.

Background Color

.myBgColor { background-color: #C49F63; }

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

This div background color is #C49F63.

Border color

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

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

This div border color is #C49F63.

Opacity

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

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

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

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

This text has shadow with #C49F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49F63.

Preview

Color preview on black background

This text has color #C49F63 on black background.


Color preview on white background

This text has color #C49F63 on white background.


Black color preview on #C49F63 background

This text has black color on #C49F63 background.


White color preview on #C49F63 background

This text has white color on #C49F63 background.


Related colors

Complementary color

Complementary color for #hex is #3B609C.


I love getcolorcode.com

Triadic colors

1 #63C49F and #9F63C4 with #C49F63 are triadic colors.

2 #639FC4 and #9FC463 with #C49F63 are triadic colors.