COLOR #C9A978

HEX: #C9A978
RGB: (201,169,120)

Color info

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

RGB color model

#C9A978 color RGB value is (201,169,120).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 120 of 255 = 47%

201
169
120

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 120 = 490 (100%)
R 201 of 490 ~ 41.02%
G 169 of 490 ~ 34.49%
B 120 of 490 ~ 24.49%

%41.02
%34.49
%24.49

CMYK color model

#C9A978 color CMYK value is (0,16,40,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 40.30%
  • key color value is 21.18%
CMYK:
(0,16,40,21)
C0M16Y40K21 
(0%,16%,40%,21%)
(0.00/0.16/0.40/0.21)	

CMYK percentages

%0
%15.92
%40.3
%21.18

Codes

Color #C9A978 in popluar color models

C9A978
RGB201169120
HSL36°42.86%62.94%
HSB/HSV36°40.30%78.82%
CMYK0.00%15.92%40.30%
21.18%

Color #C9A978 in popluar number systems.

HEXC9A978
Decimal201169120
Binary11001001101010011111000
Octal311251170

Shades and tints

Shades of #C9A978

#C9A978
(201,169,120)
#B79A6E
(183,154,110)
#A58B64
(165,139,100)
#937C5A
(147,124,90)
#816D50
(129,109,80)
#6F5E46
(111,94,70)
#5D4F3C
(93,79,60)
#4B4032
(75,64,50)
#393128
(57,49,40)
#27221E
(39,34,30)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C9A978

#C9A978
(201,169,120)
#CDB084
(205,176,132)
#D1B790
(209,183,144)
#D5BE9C
(213,190,156)
#D9C5A8
(217,197,168)
#DDCCB4
(221,204,180)
#E1D3C0
(225,211,192)
#E5DACC
(229,218,204)
#E9E1D8
(233,225,216)
#EDE8E4
(237,232,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A978; }

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

This text font color is #C9A978.


Background Color

.myBgColor { background-color: #C9A978; }

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

This div background color is #C9A978.


Border color

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

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

This div border color is #C9A978.


Opacity

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

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

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

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

This text has shadow with #C9A978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A978 on black background.


Color preview on white background

This text has color #C9A978 on white background.



Black color preview on #C9A978 background

This text has black color on #C9A978 background.


White color preview on #C9A978 background

This text has white color on #C9A978 background.