COLOR #C97770

HEX: #C97770
RGB: (201,119,112)

Color info

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

RGB color model

#C97770 color RGB value is (201,119,112).

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

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 112 of 255 = 44%

201
119
112

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

Portions of RGB colors in percentages

R + G + B =
201 + 119 + 112 = 432 (100%)
R 201 of 432 ~ 46.53%
G 119 of 432 ~ 27.55%
B 112 of 432 ~ 25.93%

%46.53
%27.55
%25.93

CMYK color model

#C97770 color CMYK value is (0,41,44,21).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 44.28%
  • key color value is 21.18%
CMYK:
(0,41,44,21)
C0M41Y44K21 
(0%,41%,44%,21%)
(0.00/0.41/0.44/0.21)	

CMYK percentages

%0
%40.8
%44.28
%21.18

Codes

Color #C97770 in popluar color models

C97770
RGB201119112
HSL45.18%61.37%
HSB/HSV44.28%78.82%
CMYK0.00%40.80%44.28%
21.18%

Color #C97770 in popluar number systems.

HEXC97770
Decimal201119112
Binary1100100111101111110000
Octal311167160

Shades and tints

Shades of #C97770

#C97770
(201,119,112)
#B76D66
(183,109,102)
#A5635C
(165,99,92)
#935952
(147,89,82)
#814F48
(129,79,72)
#6F453E
(111,69,62)
#5D3B34
(93,59,52)
#4B312A
(75,49,42)
#392720
(57,39,32)
#271D16
(39,29,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #C97770

#C97770
(201,119,112)
#CD837D
(205,131,125)
#D18F8A
(209,143,138)
#D59B97
(213,155,151)
#D9A7A4
(217,167,164)
#DDB3B1
(221,179,177)
#E1BFBE
(225,191,190)
#E5CBCB
(229,203,203)
#E9D7D8
(233,215,216)
#EDE3E5
(237,227,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97770; }

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

This text font color is #C97770.


Background Color

.myBgColor { background-color: #C97770; }

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

This div background color is #C97770.


Border color

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

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

This div border color is #C97770.


Opacity

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

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

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

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

This text has shadow with #C97770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97770 on black background.


Color preview on white background

This text has color #C97770 on white background.



Black color preview on #C97770 background

This text has black color on #C97770 background.


White color preview on #C97770 background

This text has white color on #C97770 background.