COLOR #C8778F

HEX: #C8778F
RGB: (200,119,143)

Color info

#C8778F contains mainly red and blue colors. Web safe color of #C8778F is #CC6699 (or #C69).

RGB color model

#C8778F color RGB value is (200,119,143).

  • red value is 200;
  • green value is 119;
  • blue value is 143.
RGB:
(200,119,143)
(78%,47%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 143 of 255 = 56%

200
119
143

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

Portions of RGB colors in percentages

R + G + B =
200 + 119 + 143 = 462 (100%)
R 200 of 462 ~ 43.29%
G 119 of 462 ~ 25.76%
B 143 of 462 ~ 30.95%

%43.29
%25.76
%30.95

CMYK color model

#C8778F color CMYK value is (0,41,29,22).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(0,41,29,22)
C0M41Y29K22 
(0%,41%,29%,22%)
(0.00/0.41/0.29/0.22)	

CMYK percentages

%0
%40.5
%28.5
%21.57

Codes

Color #C8778F in popluar color models

C8778F
RGB200119143
HSL342°42.41%62.55%
HSB/HSV342°40.50%78.43%
CMYK0.00%40.50%28.50%
21.57%

Color #C8778F in popluar number systems.

HEXC8778F
Decimal200119143
Binary11001000111011110001111
Octal310167217

Shades and tints

Shades of #C8778F

#C8778F
(200,119,143)
#B66D82
(182,109,130)
#A46375
(164,99,117)
#925968
(146,89,104)
#804F5B
(128,79,91)
#6E454E
(110,69,78)
#5C3B41
(92,59,65)
#4A3134
(74,49,52)
#382727
(56,39,39)
#261D1A
(38,29,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #C8778F

#C8778F
(200,119,143)
#CD8399
(205,131,153)
#D28FA3
(210,143,163)
#D79BAD
(215,155,173)
#DCA7B7
(220,167,183)
#E1B3C1
(225,179,193)
#E6BFCB
(230,191,203)
#EBCBD5
(235,203,213)
#F0D7DF
(240,215,223)
#F5E3E9
(245,227,233)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8778F color. Also use rgb(200,119,143) instead hex code.

Text Font Color

.myTextColor { color: #C8778F; }

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

This text font color is #C8778F.


Background Color

.myBgColor { background-color: #C8778F; }

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

This div background color is #C8778F.


Border color

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

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

This div border color is #C8778F.


Opacity

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

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

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

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

This text has shadow with #C8778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8778F on black background.


Color preview on white background

This text has color #C8778F on white background.



Black color preview on #C8778F background

This text has black color on #C8778F background.


White color preview on #C8778F background

This text has white color on #C8778F background.