COLOR #C9A955

HEX: #C9A955
RGB: (201,169,85)

Color info

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

RGB color model

#C9A955 color RGB value is (201,169,85).

  • red value is 201;
  • green value is 169;
  • blue value is 85.
RGB:
(201,169,85)
(79%,66%,33%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 85 of 255 = 33%

201
169
85

R + G + B ~ 59%. #C9A955 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 85 = 455 (100%)
R 201 of 455 ~ 44.18%
G 169 of 455 ~ 37.14%
B 85 of 455 ~ 18.68%

%44.18
%37.14
%18.68

CMYK color model

#C9A955 color CMYK value is (0,16,58,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 57.71%
  • key color value is 21.18%
CMYK:
(0,16,58,21)
C0M16Y58K21 
(0%,16%,58%,21%)
(0.00/0.16/0.58/0.21)	

CMYK percentages

%0
%15.92
%57.71
%21.18

Codes

Color #C9A955 in popluar color models

C9A955
RGB20116985
HSL43°51.79%56.08%
HSB/HSV43°57.71%78.82%
CMYK0.00%15.92%57.71%
21.18%

Color #C9A955 in popluar number systems.

HEXC9A955
Decimal20116985
Binary11001001101010011010101
Octal311251125

Shades and tints

Shades of #C9A955

#C9A955
(201,169,85)
#B79A4E
(183,154,78)
#A58B47
(165,139,71)
#937C40
(147,124,64)
#816D39
(129,109,57)
#6F5E32
(111,94,50)
#5D4F2B
(93,79,43)
#4B4024
(75,64,36)
#39311D
(57,49,29)
#272216
(39,34,22)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #C9A955

#C9A955
(201,169,85)
#CDB064
(205,176,100)
#D1B773
(209,183,115)
#D5BE82
(213,190,130)
#D9C591
(217,197,145)
#DDCCA0
(221,204,160)
#E1D3AF
(225,211,175)
#E5DABE
(229,218,190)
#E9E1CD
(233,225,205)
#EDE8DC
(237,232,220)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A955 color. Also use rgb(201,169,85) instead hex code.

Text Font Color

.myTextColor { color: #C9A955; }

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

This text font color is #C9A955.


Background Color

.myBgColor { background-color: #C9A955; }

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

This div background color is #C9A955.


Border color

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

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

This div border color is #C9A955.


Opacity

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

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

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

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

This text has shadow with #C9A955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A955 on black background.


Color preview on white background

This text has color #C9A955 on white background.



Black color preview on #C9A955 background

This text has black color on #C9A955 background.


White color preview on #C9A955 background

This text has white color on #C9A955 background.