COLOR #C5A49B

HEX: #C5A49B
RGB: (197,164,155)

Color info

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

RGB color model

#C5A49B color RGB value is (197,164,155).

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

RGB channels and saturation

R 197 of 255 = 77%
G 164 of 255 = 64%
B 155 of 255 = 61%

197
164
155

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

Portions of RGB colors in percentages

R + G + B =
197 + 164 + 155 = 516 (100%)
R 197 of 516 ~ 38.18%
G 164 of 516 ~ 31.78%
B 155 of 516 ~ 30.04%

%38.18
%31.78
%30.04

CMYK color model

#C5A49B color CMYK value is (0,17,21,23).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 21.32%
  • key color value is 22.75%
CMYK:
(0,17,21,23)
C0M17Y21K23 
(0%,17%,21%,23%)
(0.00/0.17/0.21/0.23)	

CMYK percentages

%0
%16.75
%21.32
%22.75

Codes

Color #C5A49B in popluar color models

C5A49B
RGB197164155
HSL13°26.58%69.02%
HSB/HSV13°21.32%77.25%
CMYK0.00%16.75%21.32%
22.75%

Color #C5A49B in popluar number systems.

HEXC5A49B
Decimal197164155
Binary110001011010010010011011
Octal305244233

Shades and tints

Shades of #C5A49B

#C5A49B
(197,164,155)
#B4968D
(180,150,141)
#A3887F
(163,136,127)
#927A71
(146,122,113)
#816C63
(129,108,99)
#705E55
(112,94,85)
#5F5047
(95,80,71)
#4E4239
(78,66,57)
#3D342B
(61,52,43)
#2C261D
(44,38,29)
#1B180F
(27,24,15)
#000000
(0,0,0)

Tints of #C5A49B

#C5A49B
(197,164,155)
#CAACA4
(202,172,164)
#CFB4AD
(207,180,173)
#D4BCB6
(212,188,182)
#D9C4BF
(217,196,191)
#DECCC8
(222,204,200)
#E3D4D1
(227,212,209)
#E8DCDA
(232,220,218)
#EDE4E3
(237,228,227)
#F2ECEC
(242,236,236)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A49B; }

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

This text font color is #C5A49B.


Background Color

.myBgColor { background-color: #C5A49B; }

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

This div background color is #C5A49B.


Border color

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

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

This div border color is #C5A49B.


Opacity

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

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

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

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

This text has shadow with #C5A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A49B on black background.


Color preview on white background

This text has color #C5A49B on white background.



Black color preview on #C5A49B background

This text has black color on #C5A49B background.


White color preview on #C5A49B background

This text has white color on #C5A49B background.