COLOR #C9B674

HEX: #C9B674
RGB: (201,182,116)

Color info

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

RGB color model

#C9B674 color RGB value is (201,182,116).

  • red value is 201;
  • green value is 182;
  • blue value is 116.
RGB:
(201,182,116)
(79%,71%,45%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 116 of 255 = 45%

201
182
116

R + G + B ~ 65%. #C9B674 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 182 + 116 = 499 (100%)
R 201 of 499 ~ 40.28%
G 182 of 499 ~ 36.47%
B 116 of 499 ~ 23.25%

%40.28
%36.47
%23.25

CMYK color model

#C9B674 color CMYK value is (0,9,42,21).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 42.29%
  • key color value is 21.18%
CMYK:
(0,9,42,21)
C0M9Y42K21 
(0%,9%,42%,21%)
(0.00/0.09/0.42/0.21)	

CMYK percentages

%0
%9.45
%42.29
%21.18

Codes

Color #C9B674 in popluar color models

C9B674
RGB201182116
HSL47°44.04%62.16%
HSB/HSV47°42.29%78.82%
CMYK0.00%9.45%42.29%
21.18%

Color #C9B674 in popluar number systems.

HEXC9B674
Decimal201182116
Binary11001001101101101110100
Octal311266164

Shades and tints

Shades of #C9B674

#C9B674
(201,182,116)
#B7A66A
(183,166,106)
#A59660
(165,150,96)
#938656
(147,134,86)
#81764C
(129,118,76)
#6F6642
(111,102,66)
#5D5638
(93,86,56)
#4B462E
(75,70,46)
#393624
(57,54,36)
#27261A
(39,38,26)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #C9B674

#C9B674
(201,182,116)
#CDBC80
(205,188,128)
#D1C28C
(209,194,140)
#D5C898
(213,200,152)
#D9CEA4
(217,206,164)
#DDD4B0
(221,212,176)
#E1DABC
(225,218,188)
#E5E0C8
(229,224,200)
#E9E6D4
(233,230,212)
#EDECE0
(237,236,224)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B674 color. Also use rgb(201,182,116) instead hex code.

Text Font Color

.myTextColor { color: #C9B674; }

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

This text font color is #C9B674.


Background Color

.myBgColor { background-color: #C9B674; }

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

This div background color is #C9B674.


Border color

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

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

This div border color is #C9B674.


Opacity

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

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

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

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

This text has shadow with #C9B674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B674 on black background.


Color preview on white background

This text has color #C9B674 on white background.



Black color preview on #C9B674 background

This text has black color on #C9B674 background.


White color preview on #C9B674 background

This text has white color on #C9B674 background.