COLOR #C5AA89

HEX: #C5AA89
RGB: (197,170,137)

Color info

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

RGB color model

#C5AA89 color RGB value is (197,170,137).

  • red value is 197;
  • green value is 170;
  • blue value is 137.
RGB:
(197,170,137)
(77%,67%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 137 of 255 = 54%

197
170
137

R + G + B ~ 66%. #C5AA89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 137 = 504 (100%)
R 197 of 504 ~ 39.09%
G 170 of 504 ~ 33.73%
B 137 of 504 ~ 27.18%

%39.09
%33.73
%27.18

CMYK color model

#C5AA89 color CMYK value is (0,14,30,23).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(0,14,30,23)
C0M14Y30K23 
(0%,14%,30%,23%)
(0.00/0.14/0.30/0.23)	

CMYK percentages

%0
%13.71
%30.46
%22.75

Codes

Color #C5AA89 in popluar color models

C5AA89
RGB197170137
HSL33°34.09%65.49%
HSB/HSV33°30.46%77.25%
CMYK0.00%13.71%30.46%
22.75%

Color #C5AA89 in popluar number systems.

HEXC5AA89
Decimal197170137
Binary110001011010101010001001
Octal305252211

Shades and tints

Shades of #C5AA89

#C5AA89
(197,170,137)
#B49B7D
(180,155,125)
#A38C71
(163,140,113)
#927D65
(146,125,101)
#816E59
(129,110,89)
#705F4D
(112,95,77)
#5F5041
(95,80,65)
#4E4135
(78,65,53)
#3D3229
(61,50,41)
#2C231D
(44,35,29)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5AA89

#C5AA89
(197,170,137)
#CAB193
(202,177,147)
#CFB89D
(207,184,157)
#D4BFA7
(212,191,167)
#D9C6B1
(217,198,177)
#DECDBB
(222,205,187)
#E3D4C5
(227,212,197)
#E8DBCF
(232,219,207)
#EDE2D9
(237,226,217)
#F2E9E3
(242,233,227)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AA89 color. Also use rgb(197,170,137) instead hex code.

Text Font Color

.myTextColor { color: #C5AA89; }

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

This text font color is #C5AA89.


Background Color

.myBgColor { background-color: #C5AA89; }

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

This div background color is #C5AA89.


Border color

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

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

This div border color is #C5AA89.


Opacity

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

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

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

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

This text has shadow with #C5AA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AA89 on black background.


Color preview on white background

This text has color #C5AA89 on white background.



Black color preview on #C5AA89 background

This text has black color on #C5AA89 background.


White color preview on #C5AA89 background

This text has white color on #C5AA89 background.