COLOR #C9A187

HEX: #C9A187
RGB: (201,161,135)

Color info

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

RGB color model

#C9A187 color RGB value is (201,161,135).

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

RGB channels and saturation

R 201 of 255 = 79%
G 161 of 255 = 63%
B 135 of 255 = 53%

201
161
135

R + G + B ~ 65%. #C9A187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 161 + 135 = 497 (100%)
R 201 of 497 ~ 40.44%
G 161 of 497 ~ 32.39%
B 135 of 497 ~ 27.16%

%40.44
%32.39
%27.16

CMYK color model

#C9A187 color CMYK value is (0,20,33,21).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK:
(0,20,33,21)
C0M20Y33K21 
(0%,20%,33%,21%)
(0.00/0.20/0.33/0.21)	

CMYK percentages

%0
%19.9
%32.84
%21.18

Codes

Color #C9A187 in popluar color models

C9A187
RGB201161135
HSL24°37.93%65.88%
HSB/HSV24°32.84%78.82%
CMYK0.00%19.90%32.84%
21.18%

Color #C9A187 in popluar number systems.

HEXC9A187
Decimal201161135
Binary110010011010000110000111
Octal311241207

Shades and tints

Shades of #C9A187

#C9A187
(201,161,135)
#B7937B
(183,147,123)
#A5856F
(165,133,111)
#937763
(147,119,99)
#816957
(129,105,87)
#6F5B4B
(111,91,75)
#5D4D3F
(93,77,63)
#4B3F33
(75,63,51)
#393127
(57,49,39)
#27231B
(39,35,27)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #C9A187

#C9A187
(201,161,135)
#CDA991
(205,169,145)
#D1B19B
(209,177,155)
#D5B9A5
(213,185,165)
#D9C1AF
(217,193,175)
#DDC9B9
(221,201,185)
#E1D1C3
(225,209,195)
#E5D9CD
(229,217,205)
#E9E1D7
(233,225,215)
#EDE9E1
(237,233,225)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A187; }

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

This text font color is #C9A187.


Background Color

.myBgColor { background-color: #C9A187; }

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

This div background color is #C9A187.


Border color

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

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

This div border color is #C9A187.


Opacity

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

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

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

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

This text has shadow with #C9A187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A187 on black background.


Color preview on white background

This text has color #C9A187 on white background.



Black color preview on #C9A187 background

This text has black color on #C9A187 background.


White color preview on #C9A187 background

This text has white color on #C9A187 background.