COLOR #C9976B

HEX: #C9976B
RGB: (201,151,107)

Color info

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

RGB color model

#C9976B color RGB value is (201,151,107).

  • red value is 201;
  • green value is 151;
  • blue value is 107.
RGB:
(201,151,107)
(79%,59%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 107 of 255 = 42%

201
151
107

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

Portions of RGB colors in percentages

R + G + B =
201 + 151 + 107 = 459 (100%)
R 201 of 459 ~ 43.79%
G 151 of 459 ~ 32.9%
B 107 of 459 ~ 23.31%

%43.79
%32.9
%23.31

CMYK color model

#C9976B color CMYK value is (0,25,47,21).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 46.77%
  • key color value is 21.18%
CMYK:
(0,25,47,21)
C0M25Y47K21 
(0%,25%,47%,21%)
(0.00/0.25/0.47/0.21)	

CMYK percentages

%0
%24.88
%46.77
%21.18

Codes

Color #C9976B in popluar color models

C9976B
RGB201151107
HSL28°46.53%60.39%
HSB/HSV28°46.77%78.82%
CMYK0.00%24.88%46.77%
21.18%

Color #C9976B in popluar number systems.

HEXC9976B
Decimal201151107
Binary11001001100101111101011
Octal311227153

Shades and tints

Shades of #C9976B

#C9976B
(201,151,107)
#B78A62
(183,138,98)
#A57D59
(165,125,89)
#937050
(147,112,80)
#816347
(129,99,71)
#6F563E
(111,86,62)
#5D4935
(93,73,53)
#4B3C2C
(75,60,44)
#392F23
(57,47,35)
#27221A
(39,34,26)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #C9976B

#C9976B
(201,151,107)
#CDA078
(205,160,120)
#D1A985
(209,169,133)
#D5B292
(213,178,146)
#D9BB9F
(217,187,159)
#DDC4AC
(221,196,172)
#E1CDB9
(225,205,185)
#E5D6C6
(229,214,198)
#E9DFD3
(233,223,211)
#EDE8E0
(237,232,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9976B color. Also use rgb(201,151,107) instead hex code.

Text Font Color

.myTextColor { color: #C9976B; }

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

This text font color is #C9976B.


Background Color

.myBgColor { background-color: #C9976B; }

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

This div background color is #C9976B.


Border color

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

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

This div border color is #C9976B.


Opacity

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

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

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

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

This text has shadow with #C9976B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9976B on black background.


Color preview on white background

This text has color #C9976B on white background.



Black color preview on #C9976B background

This text has black color on #C9976B background.


White color preview on #C9976B background

This text has white color on #C9976B background.