COLOR #C9904A

HEX: #C9904A RGB: (201,144,74)

Color info

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

RGB color model

#C9904A color RGB value is (201,144,74).

RGB: (201,144,74) (79%, 56%, 29%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 74 of 255 = 29%

201
144
74

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

Portions of RGB colors in percentages

R + G + B = 201 + 144 + 74 = 419 (100%)
R 201 of 419 ~ 47.97%
G 144 of 419 ~ 34.37%
B 74 of 419 ~ 17.66'%

%47.97
%34.37
%17.66

CMYK color model

#C9904A color CMYK value is (0,28,63,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 63.18%
  • key color value is 21.18%

CMYK: (0,28,63,21)
C0M28Y63K21 (0%, 28%, 63%, 21%)
(0.00 / 0.28 / 0.63 / 0.21)

CMYK percentages

%0
%28.36
%63.18
%21.18

Codes

Color #C9904A in popluar color models

C9 90 4A
RGB 201 144 74
HSL 33° 54.04% 53.92%
HSB/HSV 33° 63.18% 78.82%
CMYK 0.00% 28.36% 63.18%
21.18%

Color #C9904A in popluar number systems.

HEX C9 90 4A
Decimal 201 144 74
Binary 11001001 10010000 1001010
Octal 311 220 112

Shades and tints

Shades of #C9904A

#C9904A
(201,144,74)
#B78344
(183,131,68)
#A5763E
(165,118,62)
#936938
(147,105,56)
#815C32
(129,92,50)
#6F4F2C
(111,79,44)
#5D4226
(93,66,38)
#4B3520
(75,53,32)
#39281A
(57,40,26)
#271B14
(39,27,20)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #C9904A

#C9904A
(201,144,74)
#CD9A5A
(205,154,90)
#D1A46A
(209,164,106)
#D5AE7A
(213,174,122)
#D9B88A
(217,184,138)
#DDC29A
(221,194,154)
#E1CCAA
(225,204,170)
#E5D6BA
(229,214,186)
#E9E0CA
(233,224,202)
#EDEADA
(237,234,218)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9904A color. Also use rgb(201,144,74) instead hex code.

Text Font Color

.myTextColor { color: #C9904A; }

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

This text font color is #C9904A.

Background Color

.myBgColor { background-color: #C9904A; }

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

This div background color is #C9904A.

Border color

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

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

This div border color is #C9904A.

Opacity

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

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

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

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

This text has shadow with #C9904A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9904A.

Preview

Color preview on black background

This text has color #C9904A on black background.


Color preview on white background

This text has color #C9904A on white background.


Black color preview on #C9904A background

This text has black color on #C9904A background.


White color preview on #C9904A background

This text has white color on #C9904A background.


Related colors

Complementary color

Complementary color for #hex is #366FB5.


I love getcolorcode.com

Triadic colors

1 #4AC990 and #904AC9 with #C9904A are triadic colors.

2 #4A90C9 and #90C94A with #C9904A are triadic colors.