COLOR #C59A71

HEX: #C59A71 RGB: (197,154,113)

Color info

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

RGB color model

#C59A71 color RGB value is (197,154,113).

RGB: (197,154,113) (77%, 60%, 44%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 113 of 255 = 44%

197
154
113

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

Portions of RGB colors in percentages

R + G + B = 197 + 154 + 113 = 464 (100%)
R 197 of 464 ~ 42.46%
G 154 of 464 ~ 33.19%
B 113 of 464 ~ 24.35'%

%42.46
%33.19
%24.35

CMYK color model

#C59A71 color CMYK value is (0,22,43,23).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 42.64%
  • key color value is 22.75%

CMYK: (0,22,43,23)
C0M22Y43K23 (0%, 22%, 43%, 23%)
(0.00 / 0.22 / 0.43 / 0.23)

CMYK percentages

%0
%21.83
%42.64
%22.75

Codes

Color #C59A71 in popluar color models

C5 9A 71
RGB 197 154 113
HSL 29° 42.00% 60.78%
HSB/HSV 29° 42.64% 77.25%
CMYK 0.00% 21.83% 42.64%
22.75%

Color #C59A71 in popluar number systems.

HEX C5 9A 71
Decimal 197 154 113
Binary 11000101 10011010 1110001
Octal 305 232 161

Shades and tints

Shades of #C59A71

#C59A71
(197,154,113)
#B48C67
(180,140,103)
#A37E5D
(163,126,93)
#927053
(146,112,83)
#816249
(129,98,73)
#70543F
(112,84,63)
#5F4635
(95,70,53)
#4E382B
(78,56,43)
#3D2A21
(61,42,33)
#2C1C17
(44,28,23)
#1B0E0D
(27,14,13)
#000000
(0,0,0)

Tints of #C59A71

#C59A71
(197,154,113)
#CAA37D
(202,163,125)
#CFAC89
(207,172,137)
#D4B595
(212,181,149)
#D9BEA1
(217,190,161)
#DEC7AD
(222,199,173)
#E3D0B9
(227,208,185)
#E8D9C5
(232,217,197)
#EDE2D1
(237,226,209)
#F2EBDD
(242,235,221)
#F7F4E9
(247,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59A71 color. Also use rgb(197,154,113) instead hex code.

Text Font Color

.myTextColor { color: #C59A71; }

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

This text font color is #C59A71.

Background Color

.myBgColor { background-color: #C59A71; }

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

This div background color is #C59A71.

Border color

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

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

This div border color is #C59A71.

Opacity

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

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

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

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

This text has shadow with #C59A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59A71.

Preview

Color preview on black background

This text has color #C59A71 on black background.


Color preview on white background

This text has color #C59A71 on white background.


Black color preview on #C59A71 background

This text has black color on #C59A71 background.


White color preview on #C59A71 background

This text has white color on #C59A71 background.


Related colors

Complementary color

Complementary color for #C59A71 is #3A658E.


I love getcolorcode.com

Triadic colors

1 #71C59A and #9A71C5 with #C59A71 are triadic colors.

2 #719AC5 and #9AC571 with #C59A71 are triadic colors.