COLOR #C5A772

HEX: #C5A772
RGB: (197,167,114)

Color info

#C5A772 contains mainly red and green colors. Web safe color of #C5A772 is #CC9966 (or #C96).

RGB color model

#C5A772 color RGB value is (197,167,114).

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

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 114 of 255 = 45%

197
167
114

R + G + B ~ 62%. #C5A772 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 114 = 478 (100%)
R 197 of 478 ~ 41.21%
G 167 of 478 ~ 34.94%
B 114 of 478 ~ 23.85%

%41.21
%34.94
%23.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 42.13%
  • key color value is 22.75%
CMYK:
(0,15,42,23)
C0M15Y42K23 
(0%,15%,42%,23%)
(0.00/0.15/0.42/0.23)	

CMYK percentages

%0
%15.23
%42.13
%22.75

Codes

Color #C5A772 in popluar color models

C5A772
RGB197167114
HSL38°41.71%60.98%
HSB/HSV38°42.13%77.25%
CMYK0.00%15.23%42.13%
22.75%

Color #C5A772 in popluar number systems.

HEXC5A772
Decimal197167114
Binary11000101101001111110010
Octal305247162

Shades and tints

Shades of #C5A772

#C5A772
(197,167,114)
#B49868
(180,152,104)
#A3895E
(163,137,94)
#927A54
(146,122,84)
#816B4A
(129,107,74)
#705C40
(112,92,64)
#5F4D36
(95,77,54)
#4E3E2C
(78,62,44)
#3D2F22
(61,47,34)
#2C2018
(44,32,24)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #C5A772

#C5A772
(197,167,114)
#CAAF7E
(202,175,126)
#CFB78A
(207,183,138)
#D4BF96
(212,191,150)
#D9C7A2
(217,199,162)
#DECFAE
(222,207,174)
#E3D7BA
(227,215,186)
#E8DFC6
(232,223,198)
#EDE7D2
(237,231,210)
#F2EFDE
(242,239,222)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A772; }

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

This text font color is #C5A772.


Background Color

.myBgColor { background-color: #C5A772; }

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

This div background color is #C5A772.


Border color

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

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

This div border color is #C5A772.


Opacity

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

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

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

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

This text has shadow with #C5A772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A772 on black background.


Color preview on white background

This text has color #C5A772 on white background.



Black color preview on #C5A772 background

This text has black color on #C5A772 background.


White color preview on #C5A772 background

This text has white color on #C5A772 background.