COLOR #C9B03A

HEX: #C9B03A
RGB: (201,176,58)

Color info

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

RGB color model

#C9B03A color RGB value is (201,176,58).

  • red value is 201;
  • green value is 176;
  • blue value is 58.
RGB:
(201,176,58)
(79%,69%,23%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 58 of 255 = 23%

201
176
58

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

Portions of RGB colors in percentages

R + G + B =
201 + 176 + 58 = 435 (100%)
R 201 of 435 ~ 46.21%
G 176 of 435 ~ 40.46%
B 58 of 435 ~ 13.33%

%46.21
%40.46
%13.33

CMYK color model

#C9B03A color CMYK value is (0,12,71,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 71.14%
  • key color value is 21.18%
CMYK:
(0,12,71,21)
C0M12Y71K21 
(0%,12%,71%,21%)
(0.00/0.12/0.71/0.21)	

CMYK percentages

%0
%12.44
%71.14
%21.18

Codes

Color #C9B03A in popluar color models

C9B03A
RGB20117658
HSL50°56.97%50.78%
HSB/HSV50°71.14%78.82%
CMYK0.00%12.44%71.14%
21.18%

Color #C9B03A in popluar number systems.

HEXC9B03A
Decimal20117658
Binary1100100110110000111010
Octal31126072

Shades and tints

Shades of #C9B03A

#C9B03A
(201,176,58)
#B7A035
(183,160,53)
#A59030
(165,144,48)
#93802B
(147,128,43)
#817026
(129,112,38)
#6F6021
(111,96,33)
#5D501C
(93,80,28)
#4B4017
(75,64,23)
#393012
(57,48,18)
#27200D
(39,32,13)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #C9B03A

#C9B03A
(201,176,58)
#CDB74B
(205,183,75)
#D1BE5C
(209,190,92)
#D5C56D
(213,197,109)
#D9CC7E
(217,204,126)
#DDD38F
(221,211,143)
#E1DAA0
(225,218,160)
#E5E1B1
(229,225,177)
#E9E8C2
(233,232,194)
#EDEFD3
(237,239,211)
#F1F6E4
(241,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B03A color. Also use rgb(201,176,58) instead hex code.

Text Font Color

.myTextColor { color: #C9B03A; }

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

This text font color is #C9B03A.


Background Color

.myBgColor { background-color: #C9B03A; }

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

This div background color is #C9B03A.


Border color

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

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

This div border color is #C9B03A.


Opacity

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

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

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

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

This text has shadow with #C9B03A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B03A on black background.


Color preview on white background

This text has color #C9B03A on white background.



Black color preview on #C9B03A background

This text has black color on #C9B03A background.


White color preview on #C9B03A background

This text has white color on #C9B03A background.