COLOR #C96E76

HEX: #C96E76
RGB: (201,110,118)

Color info

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

RGB color model

#C96E76 color RGB value is (201,110,118).

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

RGB channels and saturation

R 201 of 255 = 79%
G 110 of 255 = 43%
B 118 of 255 = 46%

201
110
118

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

Portions of RGB colors in percentages

R + G + B =
201 + 110 + 118 = 429 (100%)
R 201 of 429 ~ 46.85%
G 110 of 429 ~ 25.64%
B 118 of 429 ~ 27.51%

%46.85
%25.64
%27.51

CMYK color model

#C96E76 color CMYK value is (0,45,41,21).

  • cyan value is 0.00%
  • magenta value is 45.27%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(0,45,41,21)
C0M45Y41K21 
(0%,45%,41%,21%)
(0.00/0.45/0.41/0.21)	

CMYK percentages

%0
%45.27
%41.29
%21.18

Codes

Color #C96E76 in popluar color models

C96E76
RGB201110118
HSL355°45.73%60.98%
HSB/HSV355°45.27%78.82%
CMYK0.00%45.27%41.29%
21.18%

Color #C96E76 in popluar number systems.

HEXC96E76
Decimal201110118
Binary1100100111011101110110
Octal311156166

Shades and tints

Shades of #C96E76

#C96E76
(201,110,118)
#B7646C
(183,100,108)
#A55A62
(165,90,98)
#935058
(147,80,88)
#81464E
(129,70,78)
#6F3C44
(111,60,68)
#5D323A
(93,50,58)
#4B2830
(75,40,48)
#391E26
(57,30,38)
#27141C
(39,20,28)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #C96E76

#C96E76
(201,110,118)
#CD7B82
(205,123,130)
#D1888E
(209,136,142)
#D5959A
(213,149,154)
#D9A2A6
(217,162,166)
#DDAFB2
(221,175,178)
#E1BCBE
(225,188,190)
#E5C9CA
(229,201,202)
#E9D6D6
(233,214,214)
#EDE3E2
(237,227,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C96E76; }

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

This text font color is #C96E76.


Background Color

.myBgColor { background-color: #C96E76; }

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

This div background color is #C96E76.


Border color

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

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

This div border color is #C96E76.


Opacity

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

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

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

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

This text has shadow with #C96E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96E76 on black background.


Color preview on white background

This text has color #C96E76 on white background.



Black color preview on #C96E76 background

This text has black color on #C96E76 background.


White color preview on #C96E76 background

This text has white color on #C96E76 background.