COLOR #C8878B

HEX: #C8878B
RGB: (200,135,139)

Color info

#C8878B contains mainly red color. Web safe color of #C8878B is #CC9999 (or #C99).

RGB color model

#C8878B color RGB value is (200,135,139).

  • red value is 200;
  • green value is 135;
  • blue value is 139.
RGB:
(200,135,139)
(78%,53%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 139 of 255 = 55%

200
135
139

R + G + B ~ 62%. #C8878B is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 135 + 139 = 474 (100%)
R 200 of 474 ~ 42.19%
G 135 of 474 ~ 28.48%
B 139 of 474 ~ 29.32%

%42.19
%28.48
%29.32

CMYK color model

#C8878B color CMYK value is (0,33,31,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK:
(0,33,31,22)
C0M33Y31K22 
(0%,33%,31%,22%)
(0.00/0.33/0.31/0.22)	

CMYK percentages

%0
%32.5
%30.5
%21.57

Codes

Color #C8878B in popluar color models

C8878B
RGB200135139
HSL356°37.14%65.69%
HSB/HSV356°32.50%78.43%
CMYK0.00%32.50%30.50%
21.57%

Color #C8878B in popluar number systems.

HEXC8878B
Decimal200135139
Binary110010001000011110001011
Octal310207213

Shades and tints

Shades of #C8878B

#C8878B
(200,135,139)
#B67B7F
(182,123,127)
#A46F73
(164,111,115)
#926367
(146,99,103)
#80575B
(128,87,91)
#6E4B4F
(110,75,79)
#5C3F43
(92,63,67)
#4A3337
(74,51,55)
#38272B
(56,39,43)
#261B1F
(38,27,31)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #C8878B

#C8878B
(200,135,139)
#CD9195
(205,145,149)
#D29B9F
(210,155,159)
#D7A5A9
(215,165,169)
#DCAFB3
(220,175,179)
#E1B9BD
(225,185,189)
#E6C3C7
(230,195,199)
#EBCDD1
(235,205,209)
#F0D7DB
(240,215,219)
#F5E1E5
(245,225,229)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8878B color. Also use rgb(200,135,139) instead hex code.

Text Font Color

.myTextColor { color: #C8878B; }

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

This text font color is #C8878B.


Background Color

.myBgColor { background-color: #C8878B; }

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

This div background color is #C8878B.


Border color

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

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

This div border color is #C8878B.


Opacity

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

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

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

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

This text has shadow with #C8878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8878B on black background.


Color preview on white background

This text has color #C8878B on white background.



Black color preview on #C8878B background

This text has black color on #C8878B background.


White color preview on #C8878B background

This text has white color on #C8878B background.