COLOR #C5AC90

HEX: #C5AC90
RGB: (197,172,144)

Color info

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

RGB color model

#C5AC90 color RGB value is (197,172,144).

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

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 144 of 255 = 56%

197
172
144

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

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 144 = 513 (100%)
R 197 of 513 ~ 38.4%
G 172 of 513 ~ 33.53%
B 144 of 513 ~ 28.07%

%38.4
%33.53
%28.07

CMYK color model

#C5AC90 color CMYK value is (0,13,27,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,13,27,23)
C0M13Y27K23 
(0%,13%,27%,23%)
(0.00/0.13/0.27/0.23)	

CMYK percentages

%0
%12.69
%26.9
%22.75

Codes

Color #C5AC90 in popluar color models

C5AC90
RGB197172144
HSL32°31.36%66.86%
HSB/HSV32°26.90%77.25%
CMYK0.00%12.69%26.90%
22.75%

Color #C5AC90 in popluar number systems.

HEXC5AC90
Decimal197172144
Binary110001011010110010010000
Octal305254220

Shades and tints

Shades of #C5AC90

#C5AC90
(197,172,144)
#B49D83
(180,157,131)
#A38E76
(163,142,118)
#927F69
(146,127,105)
#81705C
(129,112,92)
#70614F
(112,97,79)
#5F5242
(95,82,66)
#4E4335
(78,67,53)
#3D3428
(61,52,40)
#2C251B
(44,37,27)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #C5AC90

#C5AC90
(197,172,144)
#CAB39A
(202,179,154)
#CFBAA4
(207,186,164)
#D4C1AE
(212,193,174)
#D9C8B8
(217,200,184)
#DECFC2
(222,207,194)
#E3D6CC
(227,214,204)
#E8DDD6
(232,221,214)
#EDE4E0
(237,228,224)
#F2EBEA
(242,235,234)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AC90; }

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

This text font color is #C5AC90.


Background Color

.myBgColor { background-color: #C5AC90; }

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

This div background color is #C5AC90.


Border color

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

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

This div border color is #C5AC90.


Opacity

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

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

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

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

This text has shadow with #C5AC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AC90 on black background.


Color preview on white background

This text has color #C5AC90 on white background.



Black color preview on #C5AC90 background

This text has black color on #C5AC90 background.


White color preview on #C5AC90 background

This text has white color on #C5AC90 background.