COLOR #C9A11A

HEX: #C9A11A
RGB: (201,161,26)

Color info

#C9A11A contains mainly red and green colors. Web safe color of #C9A11A is #CC9900 (or #C90).

RGB color model

#C9A11A color RGB value is (201,161,26).

  • red value is 201;
  • green value is 161;
  • blue value is 26.
RGB:
(201,161,26)
(79%,63%,10%)

RGB channels and saturation

R 201 of 255 = 79%
G 161 of 255 = 63%
B 26 of 255 = 10%

201
161
26

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

Portions of RGB colors in percentages

R + G + B =
201 + 161 + 26 = 388 (100%)
R 201 of 388 ~ 51.8%
G 161 of 388 ~ 41.49%
B 26 of 388 ~ 6.7%

%51.8
%41.49

CMYK color model

#C9A11A color CMYK value is (0,20,87,21).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 87.06%
  • key color value is 21.18%
CMYK:
(0,20,87,21)
C0M20Y87K21 
(0%,20%,87%,21%)
(0.00/0.20/0.87/0.21)	

CMYK percentages

%0
%19.9
%87.06
%21.18

Codes

Color #C9A11A in popluar color models

C9A11A
RGB20116126
HSL46°77.09%44.51%
HSB/HSV46°87.06%78.82%
CMYK0.00%19.90%87.06%
21.18%

Color #C9A11A in popluar number systems.

HEXC9A11A
Decimal20116126
Binary110010011010000111010
Octal31124132

Shades and tints

Shades of #C9A11A

#C9A11A
(201,161,26)
#B79318
(183,147,24)
#A58516
(165,133,22)
#937714
(147,119,20)
#816912
(129,105,18)
#6F5B10
(111,91,16)
#5D4D0E
(93,77,14)
#4B3F0C
(75,63,12)
#39310A
(57,49,10)
#272308
(39,35,8)
#151506
(21,21,6)
#000000
(0,0,0)

Tints of #C9A11A

#C9A11A
(201,161,26)
#CDA92E
(205,169,46)
#D1B142
(209,177,66)
#D5B956
(213,185,86)
#D9C16A
(217,193,106)
#DDC97E
(221,201,126)
#E1D192
(225,209,146)
#E5D9A6
(229,217,166)
#E9E1BA
(233,225,186)
#EDE9CE
(237,233,206)
#F1F1E2
(241,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A11A color. Also use rgb(201,161,26) instead hex code.

Text Font Color

.myTextColor { color: #C9A11A; }

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

This text font color is #C9A11A.


Background Color

.myBgColor { background-color: #C9A11A; }

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

This div background color is #C9A11A.


Border color

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

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

This div border color is #C9A11A.


Opacity

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

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

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

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

This text has shadow with #C9A11A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A11A on black background.


Color preview on white background

This text has color #C9A11A on white background.



Black color preview on #C9A11A background

This text has black color on #C9A11A background.


White color preview on #C9A11A background

This text has white color on #C9A11A background.