COLOR #C97C7D

HEX: #C97C7D
RGB: (201,124,125)

Color info

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

RGB color model

#C97C7D color RGB value is (201,124,125).

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

RGB channels and saturation

R 201 of 255 = 79%
G 124 of 255 = 49%
B 125 of 255 = 49%

201
124
125

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

Portions of RGB colors in percentages

R + G + B =
201 + 124 + 125 = 450 (100%)
R 201 of 450 ~ 44.67%
G 124 of 450 ~ 27.56%
B 125 of 450 ~ 27.78%

%44.67
%27.56
%27.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 37.81%
  • key color value is 21.18%
CMYK:
(0,38,38,21)
C0M38Y38K21 
(0%,38%,38%,21%)
(0.00/0.38/0.38/0.21)	

CMYK percentages

%0
%38.31
%37.81
%21.18

Codes

Color #C97C7D in popluar color models

C97C7D
RGB201124125
HSL359°41.62%63.73%
HSB/HSV359°38.31%78.82%
CMYK0.00%38.31%37.81%
21.18%

Color #C97C7D in popluar number systems.

HEXC97C7D
Decimal201124125
Binary1100100111111001111101
Octal311174175

Shades and tints

Shades of #C97C7D

#C97C7D
(201,124,125)
#B77172
(183,113,114)
#A56667
(165,102,103)
#935B5C
(147,91,92)
#815051
(129,80,81)
#6F4546
(111,69,70)
#5D3A3B
(93,58,59)
#4B2F30
(75,47,48)
#392425
(57,36,37)
#27191A
(39,25,26)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #C97C7D

#C97C7D
(201,124,125)
#CD8788
(205,135,136)
#D19293
(209,146,147)
#D59D9E
(213,157,158)
#D9A8A9
(217,168,169)
#DDB3B4
(221,179,180)
#E1BEBF
(225,190,191)
#E5C9CA
(229,201,202)
#E9D4D5
(233,212,213)
#EDDFE0
(237,223,224)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97C7D; }

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

This text font color is #C97C7D.


Background Color

.myBgColor { background-color: #C97C7D; }

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

This div background color is #C97C7D.


Border color

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

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

This div border color is #C97C7D.


Opacity

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

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

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

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

This text has shadow with #C97C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97C7D on black background.


Color preview on white background

This text has color #C97C7D on white background.



Black color preview on #C97C7D background

This text has black color on #C97C7D background.


White color preview on #C97C7D background

This text has white color on #C97C7D background.