COLOR #C9A37F

HEX: #C9A37F RGB: (201,163,127)

Color info

#C9A37F contains mainly red and green colors. Web safe color of #C9A37F is #CC9966 (or #C96).

RGB color model

#C9A37F color RGB value is (201,163,127).

RGB: (201,163,127) (79%, 64%, 50%)

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 127 of 255 = 50%

201
163
127

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

Portions of RGB colors in percentages

R + G + B = 201 + 163 + 127 = 491 (100%)
R 201 of 491 ~ 40.94%
G 163 of 491 ~ 33.2%
B 127 of 491 ~ 25.87'%

%40.94
%33.2
%25.87

CMYK color model

#C9A37F color CMYK value is (0,19,37,21).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 36.82%
  • key color value is 21.18%

CMYK: (0,19,37,21)
C0M19Y37K21 (0%, 19%, 37%, 21%)
(0.00 / 0.19 / 0.37 / 0.21)

CMYK percentages

%0
%18.91
%36.82
%21.18

Codes

Color #C9A37F in popluar color models

C9 A3 7F
RGB 201 163 127
HSL 29° 40.66% 64.31%
HSB/HSV 29° 36.82% 78.82%
CMYK 0.00% 18.91% 36.82%
21.18%

Color #C9A37F in popluar number systems.

HEX C9 A3 7F
Decimal 201 163 127
Binary 11001001 10100011 1111111
Octal 311 243 177

Shades and tints

Shades of #C9A37F

#C9A37F
(201,163,127)
#B79574
(183,149,116)
#A58769
(165,135,105)
#93795E
(147,121,94)
#816B53
(129,107,83)
#6F5D48
(111,93,72)
#5D4F3D
(93,79,61)
#4B4132
(75,65,50)
#393327
(57,51,39)
#27251C
(39,37,28)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9A37F

#C9A37F
(201,163,127)
#CDAB8A
(205,171,138)
#D1B395
(209,179,149)
#D5BBA0
(213,187,160)
#D9C3AB
(217,195,171)
#DDCBB6
(221,203,182)
#E1D3C1
(225,211,193)
#E5DBCC
(229,219,204)
#E9E3D7
(233,227,215)
#EDEBE2
(237,235,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A37F; }

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

This text font color is #C9A37F.

Background Color

.myBgColor { background-color: #C9A37F; }

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

This div background color is #C9A37F.

Border color

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

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

This div border color is #C9A37F.

Opacity

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

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

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

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

This text has shadow with #C9A37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A37F.

Preview

Color preview on black background

This text has color #C9A37F on black background.


Color preview on white background

This text has color #C9A37F on white background.


Black color preview on #C9A37F background

This text has black color on #C9A37F background.


White color preview on #C9A37F background

This text has white color on #C9A37F background.


Related colors

Complementary color

Complementary color for #hex is #365C80.


I love getcolorcode.com

Triadic colors

1 #7FC9A3 and #A37FC9 with #C9A37F are triadic colors.

2 #7FA3C9 and #A3C97F with #C9A37F are triadic colors.