COLOR #C5A98C

HEX: #C5A98C RGB: (197,169,140)

Color info

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

RGB color model

#C5A98C color RGB value is (197,169,140).

RGB: (197,169,140) (77%, 66%, 55%)

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 140 of 255 = 55%

197
169
140

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

Portions of RGB colors in percentages

R + G + B = 197 + 169 + 140 = 506 (100%)
R 197 of 506 ~ 38.93%
G 169 of 506 ~ 33.4%
B 140 of 506 ~ 27.67'%

%38.93
%33.4
%27.67

CMYK color model

#C5A98C color CMYK value is (0,14,29,23).

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

CMYK: (0,14,29,23)
C0M14Y29K23 (0%, 14%, 29%, 23%)
(0.00 / 0.14 / 0.29 / 0.23)

CMYK percentages

%0
%14.21
%28.93
%22.75

Codes

Color #C5A98C in popluar color models

C5 A9 8C
RGB 197 169 140
HSL 31° 32.95% 66.08%
HSB/HSV 31° 28.93% 77.25%
CMYK 0.00% 14.21% 28.93%
22.75%

Color #C5A98C in popluar number systems.

HEX C5 A9 8C
Decimal 197 169 140
Binary 11000101 10101001 10001100
Octal 305 251 214

Shades and tints

Shades of #C5A98C

#C5A98C
(197,169,140)
#B49A80
(180,154,128)
#A38B74
(163,139,116)
#927C68
(146,124,104)
#816D5C
(129,109,92)
#705E50
(112,94,80)
#5F4F44
(95,79,68)
#4E4038
(78,64,56)
#3D312C
(61,49,44)
#2C2220
(44,34,32)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C5A98C

#C5A98C
(197,169,140)
#CAB096
(202,176,150)
#CFB7A0
(207,183,160)
#D4BEAA
(212,190,170)
#D9C5B4
(217,197,180)
#DECCBE
(222,204,190)
#E3D3C8
(227,211,200)
#E8DAD2
(232,218,210)
#EDE1DC
(237,225,220)
#F2E8E6
(242,232,230)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A98C; }

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

This text font color is #C5A98C.

Background Color

.myBgColor { background-color: #C5A98C; }

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

This div background color is #C5A98C.

Border color

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

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

This div border color is #C5A98C.

Opacity

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

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

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

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

This text has shadow with #C5A98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A98C.

Preview

Color preview on black background

This text has color #C5A98C on black background.


Color preview on white background

This text has color #C5A98C on white background.


Black color preview on #C5A98C background

This text has black color on #C5A98C background.


White color preview on #C5A98C background

This text has white color on #C5A98C background.


Related colors

Complementary color

Complementary color for #hex is #3A5673.


I love getcolorcode.com

Triadic colors

1 #8CC5A9 and #A98CC5 with #C5A98C are triadic colors.

2 #8CA9C5 and #A9C58C with #C5A98C are triadic colors.