COLOR #C9776A

HEX: #C9776A
RGB: (201,119,106)

Color info

#C9776A contains mainly red color. Web safe color of #C9776A is #CC6666 (or #C66).

RGB color model

#C9776A color RGB value is (201,119,106).

  • red value is 201;
  • green value is 119;
  • blue value is 106.
RGB:
(201,119,106)
(79%,47%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 106 of 255 = 42%

201
119
106

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

Portions of RGB colors in percentages

R + G + B =
201 + 119 + 106 = 426 (100%)
R 201 of 426 ~ 47.18%
G 119 of 426 ~ 27.93%
B 106 of 426 ~ 24.88%

%47.18
%27.93
%24.88

CMYK color model

#C9776A color CMYK value is (0,41,47,21).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 47.26%
  • key color value is 21.18%
CMYK:
(0,41,47,21)
C0M41Y47K21 
(0%,41%,47%,21%)
(0.00/0.41/0.47/0.21)	

CMYK percentages

%0
%40.8
%47.26
%21.18

Codes

Color #C9776A in popluar color models

C9776A
RGB201119106
HSL46.80%60.20%
HSB/HSV47.26%78.82%
CMYK0.00%40.80%47.26%
21.18%

Color #C9776A in popluar number systems.

HEXC9776A
Decimal201119106
Binary1100100111101111101010
Octal311167152

Shades and tints

Shades of #C9776A

#C9776A
(201,119,106)
#B76D61
(183,109,97)
#A56358
(165,99,88)
#93594F
(147,89,79)
#814F46
(129,79,70)
#6F453D
(111,69,61)
#5D3B34
(93,59,52)
#4B312B
(75,49,43)
#392722
(57,39,34)
#271D19
(39,29,25)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C9776A

#C9776A
(201,119,106)
#CD8377
(205,131,119)
#D18F84
(209,143,132)
#D59B91
(213,155,145)
#D9A79E
(217,167,158)
#DDB3AB
(221,179,171)
#E1BFB8
(225,191,184)
#E5CBC5
(229,203,197)
#E9D7D2
(233,215,210)
#EDE3DF
(237,227,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9776A color. Also use rgb(201,119,106) instead hex code.

Text Font Color

.myTextColor { color: #C9776A; }

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

This text font color is #C9776A.


Background Color

.myBgColor { background-color: #C9776A; }

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

This div background color is #C9776A.


Border color

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

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

This div border color is #C9776A.


Opacity

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

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

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

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

This text has shadow with #C9776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9776A on black background.


Color preview on white background

This text has color #C9776A on white background.



Black color preview on #C9776A background

This text has black color on #C9776A background.


White color preview on #C9776A background

This text has white color on #C9776A background.