COLOR #C5AA95

HEX: #C5AA95
RGB: (197,170,149)

Color info

#C5AA95 contains red, green and blue colors in about the same proportion. Web safe color of #C5AA95 is #CC9999 (or #C99).

RGB color model

#C5AA95 color RGB value is (197,170,149).

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

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 149 of 255 = 58%

197
170
149

R + G + B ~ 67%. #C5AA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 149 = 516 (100%)
R 197 of 516 ~ 38.18%
G 170 of 516 ~ 32.95%
B 149 of 516 ~ 28.88%

%38.18
%32.95
%28.88

CMYK color model

#C5AA95 color CMYK value is (0,14,24,23).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(0,14,24,23)
C0M14Y24K23 
(0%,14%,24%,23%)
(0.00/0.14/0.24/0.23)	

CMYK percentages

%0
%13.71
%24.37
%22.75

Codes

Color #C5AA95 in popluar color models

C5AA95
RGB197170149
HSL26°29.27%67.84%
HSB/HSV26°24.37%77.25%
CMYK0.00%13.71%24.37%
22.75%

Color #C5AA95 in popluar number systems.

HEXC5AA95
Decimal197170149
Binary110001011010101010010101
Octal305252225

Shades and tints

Shades of #C5AA95

#C5AA95
(197,170,149)
#B49B88
(180,155,136)
#A38C7B
(163,140,123)
#927D6E
(146,125,110)
#816E61
(129,110,97)
#705F54
(112,95,84)
#5F5047
(95,80,71)
#4E413A
(78,65,58)
#3D322D
(61,50,45)
#2C2320
(44,35,32)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C5AA95

#C5AA95
(197,170,149)
#CAB19E
(202,177,158)
#CFB8A7
(207,184,167)
#D4BFB0
(212,191,176)
#D9C6B9
(217,198,185)
#DECDC2
(222,205,194)
#E3D4CB
(227,212,203)
#E8DBD4
(232,219,212)
#EDE2DD
(237,226,221)
#F2E9E6
(242,233,230)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AA95; }

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

This text font color is #C5AA95.


Background Color

.myBgColor { background-color: #C5AA95; }

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

This div background color is #C5AA95.


Border color

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

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

This div border color is #C5AA95.


Opacity

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

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

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

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

This text has shadow with #C5AA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AA95 on black background.


Color preview on white background

This text has color #C5AA95 on white background.



Black color preview on #C5AA95 background

This text has black color on #C5AA95 background.


White color preview on #C5AA95 background

This text has white color on #C5AA95 background.