COLOR #C9A748

HEX: #C9A748
RGB: (201,167,72)

Color info

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

RGB color model

#C9A748 color RGB value is (201,167,72).

  • red value is 201;
  • green value is 167;
  • blue value is 72.
RGB:
(201,167,72)
(79%,65%,28%)

RGB channels and saturation

R 201 of 255 = 79%
G 167 of 255 = 65%
B 72 of 255 = 28%

201
167
72

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

Portions of RGB colors in percentages

R + G + B =
201 + 167 + 72 = 440 (100%)
R 201 of 440 ~ 45.68%
G 167 of 440 ~ 37.95%
B 72 of 440 ~ 16.36%

%45.68
%37.95
%16.36

CMYK color model

#C9A748 color CMYK value is (0,17,64,21).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 64.18%
  • key color value is 21.18%
CMYK:
(0,17,64,21)
C0M17Y64K21 
(0%,17%,64%,21%)
(0.00/0.17/0.64/0.21)	

CMYK percentages

%0
%16.92
%64.18
%21.18

Codes

Color #C9A748 in popluar color models

C9A748
RGB20116772
HSL44°54.43%53.53%
HSB/HSV44°64.18%78.82%
CMYK0.00%16.92%64.18%
21.18%

Color #C9A748 in popluar number systems.

HEXC9A748
Decimal20116772
Binary11001001101001111001000
Octal311247110

Shades and tints

Shades of #C9A748

#C9A748
(201,167,72)
#B79842
(183,152,66)
#A5893C
(165,137,60)
#937A36
(147,122,54)
#816B30
(129,107,48)
#6F5C2A
(111,92,42)
#5D4D24
(93,77,36)
#4B3E1E
(75,62,30)
#392F18
(57,47,24)
#272012
(39,32,18)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #C9A748

#C9A748
(201,167,72)
#CDAF58
(205,175,88)
#D1B768
(209,183,104)
#D5BF78
(213,191,120)
#D9C788
(217,199,136)
#DDCF98
(221,207,152)
#E1D7A8
(225,215,168)
#E5DFB8
(229,223,184)
#E9E7C8
(233,231,200)
#EDEFD8
(237,239,216)
#F1F7E8
(241,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A748 color. Also use rgb(201,167,72) instead hex code.

Text Font Color

.myTextColor { color: #C9A748; }

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

This text font color is #C9A748.


Background Color

.myBgColor { background-color: #C9A748; }

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

This div background color is #C9A748.


Border color

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

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

This div border color is #C9A748.


Opacity

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

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

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

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

This text has shadow with #C9A748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A748 on black background.


Color preview on white background

This text has color #C9A748 on white background.



Black color preview on #C9A748 background

This text has black color on #C9A748 background.


White color preview on #C9A748 background

This text has white color on #C9A748 background.