COLOR #C5A187

HEX: #C5A187
RGB: (197,161,135)

Color info

#C5A187 contains mainly red and green colors. Web safe color of #C5A187 is #CC9999 (or #C99).

RGB color model

#C5A187 color RGB value is (197,161,135).

  • red value is 197;
  • green value is 161;
  • blue value is 135.
RGB:
(197,161,135)
(77%,63%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 161 of 255 = 63%
B 135 of 255 = 53%

197
161
135

R + G + B ~ 64%. #C5A187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 161 + 135 = 493 (100%)
R 197 of 493 ~ 39.96%
G 161 of 493 ~ 32.66%
B 135 of 493 ~ 27.38%

%39.96
%32.66
%27.38

CMYK color model

#C5A187 color CMYK value is (0,18,31,23).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 31.47%
  • key color value is 22.75%
CMYK:
(0,18,31,23)
C0M18Y31K23 
(0%,18%,31%,23%)
(0.00/0.18/0.31/0.23)	

CMYK percentages

%0
%18.27
%31.47
%22.75

Codes

Color #C5A187 in popluar color models

C5A187
RGB197161135
HSL25°34.83%65.10%
HSB/HSV25°31.47%77.25%
CMYK0.00%18.27%31.47%
22.75%

Color #C5A187 in popluar number systems.

HEXC5A187
Decimal197161135
Binary110001011010000110000111
Octal305241207

Shades and tints

Shades of #C5A187

#C5A187
(197,161,135)
#B4937B
(180,147,123)
#A3856F
(163,133,111)
#927763
(146,119,99)
#816957
(129,105,87)
#705B4B
(112,91,75)
#5F4D3F
(95,77,63)
#4E3F33
(78,63,51)
#3D3127
(61,49,39)
#2C231B
(44,35,27)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #C5A187

#C5A187
(197,161,135)
#CAA991
(202,169,145)
#CFB19B
(207,177,155)
#D4B9A5
(212,185,165)
#D9C1AF
(217,193,175)
#DEC9B9
(222,201,185)
#E3D1C3
(227,209,195)
#E8D9CD
(232,217,205)
#EDE1D7
(237,225,215)
#F2E9E1
(242,233,225)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A187 color. Also use rgb(197,161,135) instead hex code.

Text Font Color

.myTextColor { color: #C5A187; }

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

This text font color is #C5A187.


Background Color

.myBgColor { background-color: #C5A187; }

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

This div background color is #C5A187.


Border color

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

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

This div border color is #C5A187.


Opacity

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

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

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

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

This text has shadow with #C5A187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A187 on black background.


Color preview on white background

This text has color #C5A187 on white background.



Black color preview on #C5A187 background

This text has black color on #C5A187 background.


White color preview on #C5A187 background

This text has white color on #C5A187 background.