COLOR #C5A49A

HEX: #C5A49A
RGB: (197,164,154)

Color info

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

RGB color model

#C5A49A color RGB value is (197,164,154).

  • red value is 197;
  • green value is 164;
  • blue value is 154.
RGB:
(197,164,154)
(77%,64%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 164 of 255 = 64%
B 154 of 255 = 60%

197
164
154

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

Portions of RGB colors in percentages

R + G + B =
197 + 164 + 154 = 515 (100%)
R 197 of 515 ~ 38.25%
G 164 of 515 ~ 31.84%
B 154 of 515 ~ 29.9%

%38.25
%31.84
%29.9

CMYK color model

#C5A49A color CMYK value is (0,17,22,23).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(0,17,22,23)
C0M17Y22K23 
(0%,17%,22%,23%)
(0.00/0.17/0.22/0.23)	

CMYK percentages

%0
%16.75
%21.83
%22.75

Codes

Color #C5A49A in popluar color models

C5A49A
RGB197164154
HSL14°27.04%68.82%
HSB/HSV14°21.83%77.25%
CMYK0.00%16.75%21.83%
22.75%

Color #C5A49A in popluar number systems.

HEXC5A49A
Decimal197164154
Binary110001011010010010011010
Octal305244232

Shades and tints

Shades of #C5A49A

#C5A49A
(197,164,154)
#B4968C
(180,150,140)
#A3887E
(163,136,126)
#927A70
(146,122,112)
#816C62
(129,108,98)
#705E54
(112,94,84)
#5F5046
(95,80,70)
#4E4238
(78,66,56)
#3D342A
(61,52,42)
#2C261C
(44,38,28)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #C5A49A

#C5A49A
(197,164,154)
#CAACA3
(202,172,163)
#CFB4AC
(207,180,172)
#D4BCB5
(212,188,181)
#D9C4BE
(217,196,190)
#DECCC7
(222,204,199)
#E3D4D0
(227,212,208)
#E8DCD9
(232,220,217)
#EDE4E2
(237,228,226)
#F2ECEB
(242,236,235)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A49A; }

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

This text font color is #C5A49A.


Background Color

.myBgColor { background-color: #C5A49A; }

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

This div background color is #C5A49A.


Border color

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

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

This div border color is #C5A49A.


Opacity

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

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

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

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

This text has shadow with #C5A49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A49A on black background.


Color preview on white background

This text has color #C5A49A on white background.



Black color preview on #C5A49A background

This text has black color on #C5A49A background.


White color preview on #C5A49A background

This text has white color on #C5A49A background.