COLOR #C9B276

HEX: #C9B276
RGB: (201,178,118)

Color info

#C9B276 contains mainly red and green colors. Web safe color of #C9B276 is #CC9966 (or #C96).

RGB color model

#C9B276 color RGB value is (201,178,118).

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

RGB channels and saturation

R 201 of 255 = 79%
G 178 of 255 = 70%
B 118 of 255 = 46%

201
178
118

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

Portions of RGB colors in percentages

R + G + B =
201 + 178 + 118 = 497 (100%)
R 201 of 497 ~ 40.44%
G 178 of 497 ~ 35.81%
B 118 of 497 ~ 23.74%

%40.44
%35.81
%23.74

CMYK color model

#C9B276 color CMYK value is (0,11,41,21).

  • cyan value is 0.00%
  • magenta value is 11.44%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(0,11,41,21)
C0M11Y41K21 
(0%,11%,41%,21%)
(0.00/0.11/0.41/0.21)	

CMYK percentages

%0
%11.44
%41.29
%21.18

Codes

Color #C9B276 in popluar color models

C9B276
RGB201178118
HSL43°43.46%62.55%
HSB/HSV43°41.29%78.82%
CMYK0.00%11.44%41.29%
21.18%

Color #C9B276 in popluar number systems.

HEXC9B276
Decimal201178118
Binary11001001101100101110110
Octal311262166

Shades and tints

Shades of #C9B276

#C9B276
(201,178,118)
#B7A26C
(183,162,108)
#A59262
(165,146,98)
#938258
(147,130,88)
#81724E
(129,114,78)
#6F6244
(111,98,68)
#5D523A
(93,82,58)
#4B4230
(75,66,48)
#393226
(57,50,38)
#27221C
(39,34,28)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #C9B276

#C9B276
(201,178,118)
#CDB982
(205,185,130)
#D1C08E
(209,192,142)
#D5C79A
(213,199,154)
#D9CEA6
(217,206,166)
#DDD5B2
(221,213,178)
#E1DCBE
(225,220,190)
#E5E3CA
(229,227,202)
#E9EAD6
(233,234,214)
#EDF1E2
(237,241,226)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B276; }

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

This text font color is #C9B276.


Background Color

.myBgColor { background-color: #C9B276; }

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

This div background color is #C9B276.


Border color

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

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

This div border color is #C9B276.


Opacity

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

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

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

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

This text has shadow with #C9B276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B276 on black background.


Color preview on white background

This text has color #C9B276 on white background.



Black color preview on #C9B276 background

This text has black color on #C9B276 background.


White color preview on #C9B276 background

This text has white color on #C9B276 background.