COLOR #C9AC7D

HEX: #C9AC7D RGB: (201,172,125)

Color info

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

RGB color model

#C9AC7D color RGB value is (201,172,125).

RGB: (201,172,125) (79%, 67%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 172 of 255 = 67%
B 125 of 255 = 49%

201
172
125

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

Portions of RGB colors in percentages

R + G + B = 201 + 172 + 125 = 498 (100%)
R 201 of 498 ~ 40.36%
G 172 of 498 ~ 34.54%
B 125 of 498 ~ 25.1'%

%40.36
%34.54
%25.1

CMYK color model

#C9AC7D color CMYK value is (0,14,38,21).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 37.81%
  • key color value is 21.18%

CMYK: (0,14,38,21)
C0M14Y38K21 (0%, 14%, 38%, 21%)
(0.00 / 0.14 / 0.38 / 0.21)

CMYK percentages

%0
%14.43
%37.81
%21.18

Codes

Color #C9AC7D in popluar color models

C9 AC 7D
RGB 201 172 125
HSL 37° 41.30% 63.92%
HSB/HSV 37° 37.81% 78.82%
CMYK 0.00% 14.43% 37.81%
21.18%

Color #C9AC7D in popluar number systems.

HEX C9 AC 7D
Decimal 201 172 125
Binary 11001001 10101100 1111101
Octal 311 254 175

Shades and tints

Shades of #C9AC7D

#C9AC7D
(201,172,125)
#B79D72
(183,157,114)
#A58E67
(165,142,103)
#937F5C
(147,127,92)
#817051
(129,112,81)
#6F6146
(111,97,70)
#5D523B
(93,82,59)
#4B4330
(75,67,48)
#393425
(57,52,37)
#27251A
(39,37,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #C9AC7D

#C9AC7D
(201,172,125)
#CDB388
(205,179,136)
#D1BA93
(209,186,147)
#D5C19E
(213,193,158)
#D9C8A9
(217,200,169)
#DDCFB4
(221,207,180)
#E1D6BF
(225,214,191)
#E5DDCA
(229,221,202)
#E9E4D5
(233,228,213)
#EDEBE0
(237,235,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AC7D color. Also use rgb(201,172,125) instead hex code.

Text Font Color

.myTextColor { color: #C9AC7D; }

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

This text font color is #C9AC7D.

Background Color

.myBgColor { background-color: #C9AC7D; }

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

This div background color is #C9AC7D.

Border color

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

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

This div border color is #C9AC7D.

Opacity

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

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

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

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

This text has shadow with #C9AC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AC7D.

Preview

Color preview on black background

This text has color #C9AC7D on black background.


Color preview on white background

This text has color #C9AC7D on white background.


Black color preview on #C9AC7D background

This text has black color on #C9AC7D background.


White color preview on #C9AC7D background

This text has white color on #C9AC7D background.


Related colors

Complementary color

Complementary color for #hex is #365382.


I love getcolorcode.com

Triadic colors

1 #7DC9AC and #AC7DC9 with #C9AC7D are triadic colors.

2 #7DACC9 and #ACC97D with #C9AC7D are triadic colors.