COLOR #C9A39D

HEX: #C9A39D RGB: (201,163,157)

Color info

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

RGB color model

#C9A39D color RGB value is (201,163,157).

RGB: (201,163,157) (79%, 64%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 157 of 255 = 62%

201
163
157

R + G + B ~ 68%. #C9A39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 163 + 157 = 521 (100%)
R 201 of 521 ~ 38.58%
G 163 of 521 ~ 31.29%
B 157 of 521 ~ 30.13'%

%38.58
%31.29
%30.13

CMYK color model

#C9A39D color CMYK value is (0,19,22,21).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK: (0,19,22,21) C0M19Y22K21 (0%,19%,22%,21%) (0.00/0.19/0.22/0.21) 

CMYK percentages

%0
%18.91
%21.89
%21.18

Codes

Color #C9A39D in popluar color models

C9 A3 9D
RGB 201 163 157
HSL 28.95% 70.20%
HSB/HSV 21.89% 78.82%
CMYK 0.00% 18.91% 21.89%
21.18%

Color #C9A39D in popluar number systems.

HEX C9 A3 9D
Decimal 201 163 157
Binary 11001001 10100011 10011101
Octal 311 243 235

Shades and tints

Shades of #C9A39D

#C9A39D
(201,163,157)
#B7958F
(183,149,143)
#A58781
(165,135,129)
#937973
(147,121,115)
#816B65
(129,107,101)
#6F5D57
(111,93,87)
#5D4F49
(93,79,73)
#4B413B
(75,65,59)
#39332D
(57,51,45)
#27251F
(39,37,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9A39D

#C9A39D
(201,163,157)
#CDABA5
(205,171,165)
#D1B3AD
(209,179,173)
#D5BBB5
(213,187,181)
#D9C3BD
(217,195,189)
#DDCBC5
(221,203,197)
#E1D3CD
(225,211,205)
#E5DBD5
(229,219,213)
#E9E3DD
(233,227,221)
#EDEBE5
(237,235,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A39D; }

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

This text font color is #C9A39D.

Background Color

.myBgColor { background-color: #C9A39D; }

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

This div background color is #C9A39D.

Border color

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

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

This div border color is #C9A39D.

Opacity

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

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

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

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

This text has shadow with #C9A39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A39D.

Preview

Color preview on black background

This text has color #C9A39D on black background.


Color preview on white background

This text has color #C9A39D on white background.


Black color preview on #C9A39D background

This text has black color on #C9A39D background.


White color preview on #C9A39D background

This text has white color on #C9A39D background.


Related colors

Complementary color

Complementary color for #hex is #365C62.


I love getcolorcode.com

Triadic colors

1 #9DC9A3 and #A39DC9 with #C9A39D are triadic colors.

2 #9DA3C9 and #A3C99D with #C9A39D are triadic colors.