COLOR #C9A969

HEX: #C9A969
RGB: (201,169,105)

Color info

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

RGB color model

#C9A969 color RGB value is (201,169,105).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 105 of 255 = 41%

201
169
105

R + G + B ~ 62%. #C9A969 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 105 = 475 (100%)
R 201 of 475 ~ 42.32%
G 169 of 475 ~ 35.58%
B 105 of 475 ~ 22.11%

%42.32
%35.58
%22.11

CMYK color model

#C9A969 color CMYK value is (0,16,48,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 47.76%
  • key color value is 21.18%
CMYK:
(0,16,48,21)
C0M16Y48K21 
(0%,16%,48%,21%)
(0.00/0.16/0.48/0.21)	

CMYK percentages

%0
%15.92
%47.76
%21.18

Codes

Color #C9A969 in popluar color models

C9A969
RGB201169105
HSL40°47.06%60.00%
HSB/HSV40°47.76%78.82%
CMYK0.00%15.92%47.76%
21.18%

Color #C9A969 in popluar number systems.

HEXC9A969
Decimal201169105
Binary11001001101010011101001
Octal311251151

Shades and tints

Shades of #C9A969

#C9A969
(201,169,105)
#B79A60
(183,154,96)
#A58B57
(165,139,87)
#937C4E
(147,124,78)
#816D45
(129,109,69)
#6F5E3C
(111,94,60)
#5D4F33
(93,79,51)
#4B402A
(75,64,42)
#393121
(57,49,33)
#272218
(39,34,24)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #C9A969

#C9A969
(201,169,105)
#CDB076
(205,176,118)
#D1B783
(209,183,131)
#D5BE90
(213,190,144)
#D9C59D
(217,197,157)
#DDCCAA
(221,204,170)
#E1D3B7
(225,211,183)
#E5DAC4
(229,218,196)
#E9E1D1
(233,225,209)
#EDE8DE
(237,232,222)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A969; }

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

This text font color is #C9A969.


Background Color

.myBgColor { background-color: #C9A969; }

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

This div background color is #C9A969.


Border color

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

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

This div border color is #C9A969.


Opacity

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

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

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

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

This text has shadow with #C9A969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A969 on black background.


Color preview on white background

This text has color #C9A969 on white background.



Black color preview on #C9A969 background

This text has black color on #C9A969 background.


White color preview on #C9A969 background

This text has white color on #C9A969 background.