COLOR #C9B474

HEX: #C9B474 RGB: (201,180,116)

Color info

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

RGB color model

#C9B474 color RGB value is (201,180,116).

RGB: (201,180,116) (79%, 71%, 45%)

RGB channels and saturation

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

201
180
116

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

Portions of RGB colors in percentages

R + G + B = 201 + 180 + 116 = 497 (100%)
R 201 of 497 ~ 40.44%
G 180 of 497 ~ 36.22%
B 116 of 497 ~ 23.34'%

%40.44
%36.22
%23.34

CMYK color model

#C9B474 color CMYK value is (0,10,42,21).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 42.29%
  • key color value is 21.18%

CMYK: (0,10,42,21)
C0M10Y42K21 (0%, 10%, 42%, 21%)
(0.00 / 0.10 / 0.42 / 0.21)

CMYK percentages

%0
%10.45
%42.29
%21.18

Codes

Color #C9B474 in popluar color models

C9 B4 74
RGB 201 180 116
HSL 45° 44.04% 62.16%
HSB/HSV 45° 42.29% 78.82%
CMYK 0.00% 10.45% 42.29%
21.18%

Color #C9B474 in popluar number systems.

HEX C9 B4 74
Decimal 201 180 116
Binary 11001001 10110100 1110100
Octal 311 264 164

Shades and tints

Shades of #C9B474

#C9B474
(201,180,116)
#B7A46A
(183,164,106)
#A59460
(165,148,96)
#938456
(147,132,86)
#81744C
(129,116,76)
#6F6442
(111,100,66)
#5D5438
(93,84,56)
#4B442E
(75,68,46)
#393424
(57,52,36)
#27241A
(39,36,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #C9B474

#C9B474
(201,180,116)
#CDBA80
(205,186,128)
#D1C08C
(209,192,140)
#D5C698
(213,198,152)
#D9CCA4
(217,204,164)
#DDD2B0
(221,210,176)
#E1D8BC
(225,216,188)
#E5DEC8
(229,222,200)
#E9E4D4
(233,228,212)
#EDEAE0
(237,234,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B474; }

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

This text font color is #C9B474.

Background Color

.myBgColor { background-color: #C9B474; }

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

This div background color is #C9B474.

Border color

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

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

This div border color is #C9B474.

Opacity

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

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

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

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

This text has shadow with #C9B474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B474.

Preview

Color preview on black background

This text has color #C9B474 on black background.


Color preview on white background

This text has color #C9B474 on white background.


Black color preview on #C9B474 background

This text has black color on #C9B474 background.


White color preview on #C9B474 background

This text has white color on #C9B474 background.


Related colors

Complementary color

Complementary color for #hex is #364B8B.


I love getcolorcode.com

Triadic colors

1 #74C9B4 and #B474C9 with #C9B474 are triadic colors.

2 #74B4C9 and #B4C974 with #C9B474 are triadic colors.