COLOR #C9C176

HEX: #C9C176
RGB: (201,193,118)

Color info

#C9C176 contains mainly red and green colors. Web safe color of #C9C176 is #CCCC66 (or #CC6).

RGB color model

#C9C176 color RGB value is (201,193,118).

  • red value is 201;
  • green value is 193;
  • blue value is 118.
RGB:
(201,193,118)
(79%,76%,46%)

RGB channels and saturation

R 201 of 255 = 79%
G 193 of 255 = 76%
B 118 of 255 = 46%

201
193
118

R + G + B ~ 67%. #C9C176 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 193 + 118 = 512 (100%)
R 201 of 512 ~ 39.26%
G 193 of 512 ~ 37.7%
B 118 of 512 ~ 23.05%

%39.26
%37.7
%23.05

CMYK color model

#C9C176 color CMYK value is (0,4,41,21).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(0,4,41,21)
C0M4Y41K21 
(0%,4%,41%,21%)
(0.00/0.04/0.41/0.21)	

CMYK percentages

%0
%3.98
%41.29
%21.18

Codes

Color #C9C176 in popluar color models

C9C176
RGB201193118
HSL54°43.46%62.55%
HSB/HSV54°41.29%78.82%
CMYK0.00%3.98%41.29%
21.18%

Color #C9C176 in popluar number systems.

HEXC9C176
Decimal201193118
Binary11001001110000011110110
Octal311301166

Shades and tints

Shades of #C9C176

#C9C176
(201,193,118)
#B7B06C
(183,176,108)
#A59F62
(165,159,98)
#938E58
(147,142,88)
#817D4E
(129,125,78)
#6F6C44
(111,108,68)
#5D5B3A
(93,91,58)
#4B4A30
(75,74,48)
#393926
(57,57,38)
#27281C
(39,40,28)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #C9C176

#C9C176
(201,193,118)
#CDC682
(205,198,130)
#D1CB8E
(209,203,142)
#D5D09A
(213,208,154)
#D9D5A6
(217,213,166)
#DDDAB2
(221,218,178)
#E1DFBE
(225,223,190)
#E5E4CA
(229,228,202)
#E9E9D6
(233,233,214)
#EDEEE2
(237,238,226)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C176 color. Also use rgb(201,193,118) instead hex code.

Text Font Color

.myTextColor { color: #C9C176; }

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

This text font color is #C9C176.


Background Color

.myBgColor { background-color: #C9C176; }

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

This div background color is #C9C176.


Border color

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

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

This div border color is #C9C176.


Opacity

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

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

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

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

This text has shadow with #C9C176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C176 on black background.


Color preview on white background

This text has color #C9C176 on white background.



Black color preview on #C9C176 background

This text has black color on #C9C176 background.


White color preview on #C9C176 background

This text has white color on #C9C176 background.