COLOR #C97E71

HEX: #C97E71
RGB: (201,126,113)

Color info

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

RGB color model

#C97E71 color RGB value is (201,126,113).

  • red value is 201;
  • green value is 126;
  • blue value is 113.
RGB:
(201,126,113)
(79%,49%,44%)

RGB channels and saturation

R 201 of 255 = 79%
G 126 of 255 = 49%
B 113 of 255 = 44%

201
126
113

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

Portions of RGB colors in percentages

R + G + B =
201 + 126 + 113 = 440 (100%)
R 201 of 440 ~ 45.68%
G 126 of 440 ~ 28.64%
B 113 of 440 ~ 25.68%

%45.68
%28.64
%25.68

CMYK color model

#C97E71 color CMYK value is (0,37,44,21).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 43.78%
  • key color value is 21.18%
CMYK:
(0,37,44,21)
C0M37Y44K21 
(0%,37%,44%,21%)
(0.00/0.37/0.44/0.21)	

CMYK percentages

%0
%37.31
%43.78
%21.18

Codes

Color #C97E71 in popluar color models

C97E71
RGB201126113
HSL44.90%61.57%
HSB/HSV43.78%78.82%
CMYK0.00%37.31%43.78%
21.18%

Color #C97E71 in popluar number systems.

HEXC97E71
Decimal201126113
Binary1100100111111101110001
Octal311176161

Shades and tints

Shades of #C97E71

#C97E71
(201,126,113)
#B77367
(183,115,103)
#A5685D
(165,104,93)
#935D53
(147,93,83)
#815249
(129,82,73)
#6F473F
(111,71,63)
#5D3C35
(93,60,53)
#4B312B
(75,49,43)
#392621
(57,38,33)
#271B17
(39,27,23)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #C97E71

#C97E71
(201,126,113)
#CD897D
(205,137,125)
#D19489
(209,148,137)
#D59F95
(213,159,149)
#D9AAA1
(217,170,161)
#DDB5AD
(221,181,173)
#E1C0B9
(225,192,185)
#E5CBC5
(229,203,197)
#E9D6D1
(233,214,209)
#EDE1DD
(237,225,221)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97E71 color. Also use rgb(201,126,113) instead hex code.

Text Font Color

.myTextColor { color: #C97E71; }

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

This text font color is #C97E71.


Background Color

.myBgColor { background-color: #C97E71; }

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

This div background color is #C97E71.


Border color

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

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

This div border color is #C97E71.


Opacity

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

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

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

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

This text has shadow with #C97E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97E71 on black background.


Color preview on white background

This text has color #C97E71 on white background.



Black color preview on #C97E71 background

This text has black color on #C97E71 background.


White color preview on #C97E71 background

This text has white color on #C97E71 background.