COLOR #C9AD74

HEX: #C9AD74
RGB: (201,173,116)

Color info

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

RGB color model

#C9AD74 color RGB value is (201,173,116).

  • red value is 201;
  • green value is 173;
  • blue value is 116.
RGB:
(201,173,116)
(79%,68%,45%)

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 116 of 255 = 45%

201
173
116

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

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 116 = 490 (100%)
R 201 of 490 ~ 41.02%
G 173 of 490 ~ 35.31%
B 116 of 490 ~ 23.67%

%41.02
%35.31
%23.67

CMYK color model

#C9AD74 color CMYK value is (0,14,42,21).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 42.29%
  • key color value is 21.18%
CMYK:
(0,14,42,21)
C0M14Y42K21 
(0%,14%,42%,21%)
(0.00/0.14/0.42/0.21)	

CMYK percentages

%0
%13.93
%42.29
%21.18

Codes

Color #C9AD74 in popluar color models

C9AD74
RGB201173116
HSL40°44.04%62.16%
HSB/HSV40°42.29%78.82%
CMYK0.00%13.93%42.29%
21.18%

Color #C9AD74 in popluar number systems.

HEXC9AD74
Decimal201173116
Binary11001001101011011110100
Octal311255164

Shades and tints

Shades of #C9AD74

#C9AD74
(201,173,116)
#B79E6A
(183,158,106)
#A58F60
(165,143,96)
#938056
(147,128,86)
#81714C
(129,113,76)
#6F6242
(111,98,66)
#5D5338
(93,83,56)
#4B442E
(75,68,46)
#393524
(57,53,36)
#27261A
(39,38,26)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C9AD74

#C9AD74
(201,173,116)
#CDB480
(205,180,128)
#D1BB8C
(209,187,140)
#D5C298
(213,194,152)
#D9C9A4
(217,201,164)
#DDD0B0
(221,208,176)
#E1D7BC
(225,215,188)
#E5DEC8
(229,222,200)
#E9E5D4
(233,229,212)
#EDECE0
(237,236,224)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AD74 color. Also use rgb(201,173,116) instead hex code.

Text Font Color

.myTextColor { color: #C9AD74; }

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

This text font color is #C9AD74.


Background Color

.myBgColor { background-color: #C9AD74; }

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

This div background color is #C9AD74.


Border color

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

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

This div border color is #C9AD74.


Opacity

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

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

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

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

This text has shadow with #C9AD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AD74 on black background.


Color preview on white background

This text has color #C9AD74 on white background.



Black color preview on #C9AD74 background

This text has black color on #C9AD74 background.


White color preview on #C9AD74 background

This text has white color on #C9AD74 background.