COLOR #C97C78

HEX: #C97C78
RGB: (201,124,120)

Color info

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

RGB color model

#C97C78 color RGB value is (201,124,120).

  • red value is 201;
  • green value is 124;
  • blue value is 120.
RGB:
(201,124,120)
(79%,49%,47%)

RGB channels and saturation

R 201 of 255 = 79%
G 124 of 255 = 49%
B 120 of 255 = 47%

201
124
120

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

Portions of RGB colors in percentages

R + G + B =
201 + 124 + 120 = 445 (100%)
R 201 of 445 ~ 45.17%
G 124 of 445 ~ 27.87%
B 120 of 445 ~ 26.97%

%45.17
%27.87
%26.97

CMYK color model

#C97C78 color CMYK value is (0,38,40,21).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 40.30%
  • key color value is 21.18%
CMYK:
(0,38,40,21)
C0M38Y40K21 
(0%,38%,40%,21%)
(0.00/0.38/0.40/0.21)	

CMYK percentages

%0
%38.31
%40.3
%21.18

Codes

Color #C97C78 in popluar color models

C97C78
RGB201124120
HSL42.86%62.94%
HSB/HSV40.30%78.82%
CMYK0.00%38.31%40.30%
21.18%

Color #C97C78 in popluar number systems.

HEXC97C78
Decimal201124120
Binary1100100111111001111000
Octal311174170

Shades and tints

Shades of #C97C78

#C97C78
(201,124,120)
#B7716E
(183,113,110)
#A56664
(165,102,100)
#935B5A
(147,91,90)
#815050
(129,80,80)
#6F4546
(111,69,70)
#5D3A3C
(93,58,60)
#4B2F32
(75,47,50)
#392428
(57,36,40)
#27191E
(39,25,30)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #C97C78

#C97C78
(201,124,120)
#CD8784
(205,135,132)
#D19290
(209,146,144)
#D59D9C
(213,157,156)
#D9A8A8
(217,168,168)
#DDB3B4
(221,179,180)
#E1BEC0
(225,190,192)
#E5C9CC
(229,201,204)
#E9D4D8
(233,212,216)
#EDDFE4
(237,223,228)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97C78 color. Also use rgb(201,124,120) instead hex code.

Text Font Color

.myTextColor { color: #C97C78; }

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

This text font color is #C97C78.


Background Color

.myBgColor { background-color: #C97C78; }

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

This div background color is #C97C78.


Border color

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

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

This div border color is #C97C78.


Opacity

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

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

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

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

This text has shadow with #C97C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97C78 on black background.


Color preview on white background

This text has color #C97C78 on white background.



Black color preview on #C97C78 background

This text has black color on #C97C78 background.


White color preview on #C97C78 background

This text has white color on #C97C78 background.