COLOR #C9B346

HEX: #C9B346
RGB: (201,179,70)

Color info

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

RGB color model

#C9B346 color RGB value is (201,179,70).

  • red value is 201;
  • green value is 179;
  • blue value is 70.
RGB:
(201,179,70)
(79%,70%,27%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 70 of 255 = 27%

201
179
70

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

Portions of RGB colors in percentages

R + G + B =
201 + 179 + 70 = 450 (100%)
R 201 of 450 ~ 44.67%
G 179 of 450 ~ 39.78%
B 70 of 450 ~ 15.56%

%44.67
%39.78
%15.56

CMYK color model

#C9B346 color CMYK value is (0,11,65,21).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 65.17%
  • key color value is 21.18%
CMYK:
(0,11,65,21)
C0M11Y65K21 
(0%,11%,65%,21%)
(0.00/0.11/0.65/0.21)	

CMYK percentages

%0
%10.95
%65.17
%21.18

Codes

Color #C9B346 in popluar color models

C9B346
RGB20117970
HSL50°54.81%53.14%
HSB/HSV50°65.17%78.82%
CMYK0.00%10.95%65.17%
21.18%

Color #C9B346 in popluar number systems.

HEXC9B346
Decimal20117970
Binary11001001101100111000110
Octal311263106

Shades and tints

Shades of #C9B346

#C9B346
(201,179,70)
#B7A340
(183,163,64)
#A5933A
(165,147,58)
#938334
(147,131,52)
#81732E
(129,115,46)
#6F6328
(111,99,40)
#5D5322
(93,83,34)
#4B431C
(75,67,28)
#393316
(57,51,22)
#272310
(39,35,16)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #C9B346

#C9B346
(201,179,70)
#CDB956
(205,185,86)
#D1BF66
(209,191,102)
#D5C576
(213,197,118)
#D9CB86
(217,203,134)
#DDD196
(221,209,150)
#E1D7A6
(225,215,166)
#E5DDB6
(229,221,182)
#E9E3C6
(233,227,198)
#EDE9D6
(237,233,214)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B346 color. Also use rgb(201,179,70) instead hex code.

Text Font Color

.myTextColor { color: #C9B346; }

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

This text font color is #C9B346.


Background Color

.myBgColor { background-color: #C9B346; }

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

This div background color is #C9B346.


Border color

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

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

This div border color is #C9B346.


Opacity

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

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

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

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

This text has shadow with #C9B346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B346 on black background.


Color preview on white background

This text has color #C9B346 on white background.



Black color preview on #C9B346 background

This text has black color on #C9B346 background.


White color preview on #C9B346 background

This text has white color on #C9B346 background.