COLOR #C5A797

HEX: #C5A797
RGB: (197,167,151)

Color info

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

RGB color model

#C5A797 color RGB value is (197,167,151).

  • red value is 197;
  • green value is 167;
  • blue value is 151.
RGB:
(197,167,151)
(77%,65%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 151 of 255 = 59%

197
167
151

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

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 151 = 515 (100%)
R 197 of 515 ~ 38.25%
G 167 of 515 ~ 32.43%
B 151 of 515 ~ 29.32%

%38.25
%32.43
%29.32

CMYK color model

#C5A797 color CMYK value is (0,15,23,23).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 23.35%
  • key color value is 22.75%
CMYK:
(0,15,23,23)
C0M15Y23K23 
(0%,15%,23%,23%)
(0.00/0.15/0.23/0.23)	

CMYK percentages

%0
%15.23
%23.35
%22.75

Codes

Color #C5A797 in popluar color models

C5A797
RGB197167151
HSL21°28.40%68.24%
HSB/HSV21°23.35%77.25%
CMYK0.00%15.23%23.35%
22.75%

Color #C5A797 in popluar number systems.

HEXC5A797
Decimal197167151
Binary110001011010011110010111
Octal305247227

Shades and tints

Shades of #C5A797

#C5A797
(197,167,151)
#B4988A
(180,152,138)
#A3897D
(163,137,125)
#927A70
(146,122,112)
#816B63
(129,107,99)
#705C56
(112,92,86)
#5F4D49
(95,77,73)
#4E3E3C
(78,62,60)
#3D2F2F
(61,47,47)
#2C2022
(44,32,34)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C5A797

#C5A797
(197,167,151)
#CAAFA0
(202,175,160)
#CFB7A9
(207,183,169)
#D4BFB2
(212,191,178)
#D9C7BB
(217,199,187)
#DECFC4
(222,207,196)
#E3D7CD
(227,215,205)
#E8DFD6
(232,223,214)
#EDE7DF
(237,231,223)
#F2EFE8
(242,239,232)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A797 color. Also use rgb(197,167,151) instead hex code.

Text Font Color

.myTextColor { color: #C5A797; }

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

This text font color is #C5A797.


Background Color

.myBgColor { background-color: #C5A797; }

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

This div background color is #C5A797.


Border color

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

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

This div border color is #C5A797.


Opacity

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

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

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

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

This text has shadow with #C5A797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A797 on black background.


Color preview on white background

This text has color #C5A797 on white background.



Black color preview on #C5A797 background

This text has black color on #C5A797 background.


White color preview on #C5A797 background

This text has white color on #C5A797 background.