COLOR #C5A991

HEX: #C5A991 RGB: (197,169,145)

Color info

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

RGB color model

#C5A991 color RGB value is (197,169,145).

RGB: (197,169,145) (77%, 66%, 57%)

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 145 of 255 = 57%

197
169
145

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

Portions of RGB colors in percentages

R + G + B = 197 + 169 + 145 = 511 (100%)
R 197 of 511 ~ 38.55%
G 169 of 511 ~ 33.07%
B 145 of 511 ~ 28.38'%

%38.55
%33.07
%28.38

CMYK color model

#C5A991 color CMYK value is (0,14,26,23).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 26.40%
  • key color value is 22.75%

CMYK: (0,14,26,23)
C0M14Y26K23 (0%, 14%, 26%, 23%)
(0.00 / 0.14 / 0.26 / 0.23)

CMYK percentages

%0
%14.21
%26.4
%22.75

Codes

Color #C5A991 in popluar color models

C5 A9 91
RGB 197 169 145
HSL 28° 30.95% 67.06%
HSB/HSV 28° 26.40% 77.25%
CMYK 0.00% 14.21% 26.40%
22.75%

Color #C5A991 in popluar number systems.

HEX C5 A9 91
Decimal 197 169 145
Binary 11000101 10101001 10010001
Octal 305 251 221

Shades and tints

Shades of #C5A991

#C5A991
(197,169,145)
#B49A84
(180,154,132)
#A38B77
(163,139,119)
#927C6A
(146,124,106)
#816D5D
(129,109,93)
#705E50
(112,94,80)
#5F4F43
(95,79,67)
#4E4036
(78,64,54)
#3D3129
(61,49,41)
#2C221C
(44,34,28)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #C5A991

#C5A991
(197,169,145)
#CAB09B
(202,176,155)
#CFB7A5
(207,183,165)
#D4BEAF
(212,190,175)
#D9C5B9
(217,197,185)
#DECCC3
(222,204,195)
#E3D3CD
(227,211,205)
#E8DAD7
(232,218,215)
#EDE1E1
(237,225,225)
#F2E8EB
(242,232,235)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A991 color. Also use rgb(197,169,145) instead hex code.

Text Font Color

.myTextColor { color: #C5A991; }

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

This text font color is #C5A991.

Background Color

.myBgColor { background-color: #C5A991; }

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

This div background color is #C5A991.

Border color

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

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

This div border color is #C5A991.

Opacity

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

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

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

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

This text has shadow with #C5A991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A991.

Preview

Color preview on black background

This text has color #C5A991 on black background.


Color preview on white background

This text has color #C5A991 on white background.


Black color preview on #C5A991 background

This text has black color on #C5A991 background.


White color preview on #C5A991 background

This text has white color on #C5A991 background.


Related colors

Complementary color

Complementary color for #hex is #3A566E.


I love getcolorcode.com

Triadic colors

1 #91C5A9 and #A991C5 with #C5A991 are triadic colors.

2 #91A9C5 and #A9C591 with #C5A991 are triadic colors.