COLOR #C9A543

HEX: #C9A543
RGB: (201,165,67)

Color info

#C9A543 contains mainly red and green colors. Web safe color of #C9A543 is #CC9933 (or #C93).

RGB color model

#C9A543 color RGB value is (201,165,67).

  • red value is 201;
  • green value is 165;
  • blue value is 67.
RGB:
(201,165,67)
(79%,65%,26%)

RGB channels and saturation

R 201 of 255 = 79%
G 165 of 255 = 65%
B 67 of 255 = 26%

201
165
67

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

Portions of RGB colors in percentages

R + G + B =
201 + 165 + 67 = 433 (100%)
R 201 of 433 ~ 46.42%
G 165 of 433 ~ 38.11%
B 67 of 433 ~ 15.47%

%46.42
%38.11
%15.47

CMYK color model

#C9A543 color CMYK value is (0,18,67,21).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 66.67%
  • key color value is 21.18%
CMYK:
(0,18,67,21)
C0M18Y67K21 
(0%,18%,67%,21%)
(0.00/0.18/0.67/0.21)	

CMYK percentages

%0
%17.91
%66.67
%21.18

Codes

Color #C9A543 in popluar color models

C9A543
RGB20116567
HSL44°55.37%52.55%
HSB/HSV44°66.67%78.82%
CMYK0.00%17.91%66.67%
21.18%

Color #C9A543 in popluar number systems.

HEXC9A543
Decimal20116567
Binary11001001101001011000011
Octal311245103

Shades and tints

Shades of #C9A543

#C9A543
(201,165,67)
#B7963D
(183,150,61)
#A58737
(165,135,55)
#937831
(147,120,49)
#81692B
(129,105,43)
#6F5A25
(111,90,37)
#5D4B1F
(93,75,31)
#4B3C19
(75,60,25)
#392D13
(57,45,19)
#271E0D
(39,30,13)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #C9A543

#C9A543
(201,165,67)
#CDAD54
(205,173,84)
#D1B565
(209,181,101)
#D5BD76
(213,189,118)
#D9C587
(217,197,135)
#DDCD98
(221,205,152)
#E1D5A9
(225,213,169)
#E5DDBA
(229,221,186)
#E9E5CB
(233,229,203)
#EDEDDC
(237,237,220)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A543 color. Also use rgb(201,165,67) instead hex code.

Text Font Color

.myTextColor { color: #C9A543; }

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

This text font color is #C9A543.


Background Color

.myBgColor { background-color: #C9A543; }

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

This div background color is #C9A543.


Border color

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

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

This div border color is #C9A543.


Opacity

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

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

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

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

This text has shadow with #C9A543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A543 on black background.


Color preview on white background

This text has color #C9A543 on white background.



Black color preview on #C9A543 background

This text has black color on #C9A543 background.


White color preview on #C9A543 background

This text has white color on #C9A543 background.