COLOR #C5AC91

HEX: #C5AC91
RGB: (197,172,145)

Color info

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

RGB color model

#C5AC91 color RGB value is (197,172,145).

  • red value is 197;
  • green value is 172;
  • blue value is 145.
RGB:
(197,172,145)
(77%,67%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 145 of 255 = 57%

197
172
145

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

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 145 = 514 (100%)
R 197 of 514 ~ 38.33%
G 172 of 514 ~ 33.46%
B 145 of 514 ~ 28.21%

%38.33
%33.46
%28.21

CMYK color model

#C5AC91 color CMYK value is (0,13,26,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 26.40%
  • key color value is 22.75%
CMYK:
(0,13,26,23)
C0M13Y26K23 
(0%,13%,26%,23%)
(0.00/0.13/0.26/0.23)	

CMYK percentages

%0
%12.69
%26.4
%22.75

Codes

Color #C5AC91 in popluar color models

C5AC91
RGB197172145
HSL31°30.95%67.06%
HSB/HSV31°26.40%77.25%
CMYK0.00%12.69%26.40%
22.75%

Color #C5AC91 in popluar number systems.

HEXC5AC91
Decimal197172145
Binary110001011010110010010001
Octal305254221

Shades and tints

Shades of #C5AC91

#C5AC91
(197,172,145)
#B49D84
(180,157,132)
#A38E77
(163,142,119)
#927F6A
(146,127,106)
#81705D
(129,112,93)
#706150
(112,97,80)
#5F5243
(95,82,67)
#4E4336
(78,67,54)
#3D3429
(61,52,41)
#2C251C
(44,37,28)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #C5AC91

#C5AC91
(197,172,145)
#CAB39B
(202,179,155)
#CFBAA5
(207,186,165)
#D4C1AF
(212,193,175)
#D9C8B9
(217,200,185)
#DECFC3
(222,207,195)
#E3D6CD
(227,214,205)
#E8DDD7
(232,221,215)
#EDE4E1
(237,228,225)
#F2EBEB
(242,235,235)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AC91 color. Also use rgb(197,172,145) instead hex code.

Text Font Color

.myTextColor { color: #C5AC91; }

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

This text font color is #C5AC91.


Background Color

.myBgColor { background-color: #C5AC91; }

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

This div background color is #C5AC91.


Border color

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

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

This div border color is #C5AC91.


Opacity

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

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

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

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

This text has shadow with #C5AC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AC91 on black background.


Color preview on white background

This text has color #C5AC91 on white background.



Black color preview on #C5AC91 background

This text has black color on #C5AC91 background.


White color preview on #C5AC91 background

This text has white color on #C5AC91 background.