COLOR #C9A387

HEX: #C9A387
RGB: (201,163,135)

Color info

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

RGB color model

#C9A387 color RGB value is (201,163,135).

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

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 135 of 255 = 53%

201
163
135

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

Portions of RGB colors in percentages

R + G + B =
201 + 163 + 135 = 499 (100%)
R 201 of 499 ~ 40.28%
G 163 of 499 ~ 32.67%
B 135 of 499 ~ 27.05%

%40.28
%32.67
%27.05

CMYK color model

#C9A387 color CMYK value is (0,19,33,21).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK:
(0,19,33,21)
C0M19Y33K21 
(0%,19%,33%,21%)
(0.00/0.19/0.33/0.21)	

CMYK percentages

%0
%18.91
%32.84
%21.18

Codes

Color #C9A387 in popluar color models

C9A387
RGB201163135
HSL25°37.93%65.88%
HSB/HSV25°32.84%78.82%
CMYK0.00%18.91%32.84%
21.18%

Color #C9A387 in popluar number systems.

HEXC9A387
Decimal201163135
Binary110010011010001110000111
Octal311243207

Shades and tints

Shades of #C9A387

#C9A387
(201,163,135)
#B7957B
(183,149,123)
#A5876F
(165,135,111)
#937963
(147,121,99)
#816B57
(129,107,87)
#6F5D4B
(111,93,75)
#5D4F3F
(93,79,63)
#4B4133
(75,65,51)
#393327
(57,51,39)
#27251B
(39,37,27)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #C9A387

#C9A387
(201,163,135)
#CDAB91
(205,171,145)
#D1B39B
(209,179,155)
#D5BBA5
(213,187,165)
#D9C3AF
(217,195,175)
#DDCBB9
(221,203,185)
#E1D3C3
(225,211,195)
#E5DBCD
(229,219,205)
#E9E3D7
(233,227,215)
#EDEBE1
(237,235,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A387; }

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

This text font color is #C9A387.


Background Color

.myBgColor { background-color: #C9A387; }

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

This div background color is #C9A387.


Border color

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

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

This div border color is #C9A387.


Opacity

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

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

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

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

This text has shadow with #C9A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A387 on black background.


Color preview on white background

This text has color #C9A387 on white background.



Black color preview on #C9A387 background

This text has black color on #C9A387 background.


White color preview on #C9A387 background

This text has white color on #C9A387 background.