COLOR #C8797F

HEX: #C8797F
RGB: (200,121,127)

Color info

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

RGB color model

#C8797F color RGB value is (200,121,127).

  • red value is 200;
  • green value is 121;
  • blue value is 127.
RGB:
(200,121,127)
(78%,47%,50%)

RGB channels and saturation

R 200 of 255 = 78%
G 121 of 255 = 47%
B 127 of 255 = 50%

200
121
127

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

Portions of RGB colors in percentages

R + G + B =
200 + 121 + 127 = 448 (100%)
R 200 of 448 ~ 44.64%
G 121 of 448 ~ 27.01%
B 127 of 448 ~ 28.35%

%44.64
%27.01
%28.35

CMYK color model

#C8797F color CMYK value is (0,40,37,22).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 36.50%
  • key color value is 21.57%
CMYK:
(0,40,37,22)
C0M40Y37K22 
(0%,40%,37%,22%)
(0.00/0.40/0.37/0.22)	

CMYK percentages

%0
%39.5
%36.5
%21.57

Codes

Color #C8797F in popluar color models

C8797F
RGB200121127
HSL355°41.80%62.94%
HSB/HSV355°39.50%78.43%
CMYK0.00%39.50%36.50%
21.57%

Color #C8797F in popluar number systems.

HEXC8797F
Decimal200121127
Binary1100100011110011111111
Octal310171177

Shades and tints

Shades of #C8797F

#C8797F
(200,121,127)
#B66E74
(182,110,116)
#A46369
(164,99,105)
#92585E
(146,88,94)
#804D53
(128,77,83)
#6E4248
(110,66,72)
#5C373D
(92,55,61)
#4A2C32
(74,44,50)
#382127
(56,33,39)
#26161C
(38,22,28)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #C8797F

#C8797F
(200,121,127)
#CD858A
(205,133,138)
#D29195
(210,145,149)
#D79DA0
(215,157,160)
#DCA9AB
(220,169,171)
#E1B5B6
(225,181,182)
#E6C1C1
(230,193,193)
#EBCDCC
(235,205,204)
#F0D9D7
(240,217,215)
#F5E5E2
(245,229,226)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8797F color. Also use rgb(200,121,127) instead hex code.

Text Font Color

.myTextColor { color: #C8797F; }

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

This text font color is #C8797F.


Background Color

.myBgColor { background-color: #C8797F; }

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

This div background color is #C8797F.


Border color

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

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

This div border color is #C8797F.


Opacity

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

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

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

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

This text has shadow with #C8797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8797F on black background.


Color preview on white background

This text has color #C8797F on white background.



Black color preview on #C8797F background

This text has black color on #C8797F background.


White color preview on #C8797F background

This text has white color on #C8797F background.