COLOR #C78D89

HEX: #C78D89
RGB: (199,141,137)

Color info

#C78D89 contains mainly red and green colors. Web safe color of #C78D89 is #CC9999 (or #C99).

RGB color model

#C78D89 color RGB value is (199,141,137).

  • red value is 199;
  • green value is 141;
  • blue value is 137.
RGB:
(199,141,137)
(78%,55%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 141 of 255 = 55%
B 137 of 255 = 54%

199
141
137

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

Portions of RGB colors in percentages

R + G + B =
199 + 141 + 137 = 477 (100%)
R 199 of 477 ~ 41.72%
G 141 of 477 ~ 29.56%
B 137 of 477 ~ 28.72%

%41.72
%29.56
%28.72

CMYK color model

#C78D89 color CMYK value is (0,29,31,22).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 31.16%
  • key color value is 21.96%
CMYK:
(0,29,31,22)
C0M29Y31K22 
(0%,29%,31%,22%)
(0.00/0.29/0.31/0.22)	

CMYK percentages

%0
%29.15
%31.16
%21.96

Codes

Color #C78D89 in popluar color models

C78D89
RGB199141137
HSL35.63%65.88%
HSB/HSV31.16%78.04%
CMYK0.00%29.15%31.16%
21.96%

Color #C78D89 in popluar number systems.

HEXC78D89
Decimal199141137
Binary110001111000110110001001
Octal307215211

Shades and tints

Shades of #C78D89

#C78D89
(199,141,137)
#B5817D
(181,129,125)
#A37571
(163,117,113)
#916965
(145,105,101)
#7F5D59
(127,93,89)
#6D514D
(109,81,77)
#5B4541
(91,69,65)
#493935
(73,57,53)
#372D29
(55,45,41)
#25211D
(37,33,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C78D89

#C78D89
(199,141,137)
#CC9793
(204,151,147)
#D1A19D
(209,161,157)
#D6ABA7
(214,171,167)
#DBB5B1
(219,181,177)
#E0BFBB
(224,191,187)
#E5C9C5
(229,201,197)
#EAD3CF
(234,211,207)
#EFDDD9
(239,221,217)
#F4E7E3
(244,231,227)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78D89 color. Also use rgb(199,141,137) instead hex code.

Text Font Color

.myTextColor { color: #C78D89; }

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

This text font color is #C78D89.


Background Color

.myBgColor { background-color: #C78D89; }

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

This div background color is #C78D89.


Border color

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

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

This div border color is #C78D89.


Opacity

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

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

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

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

This text has shadow with #C78D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78D89 on black background.


Color preview on white background

This text has color #C78D89 on white background.



Black color preview on #C78D89 background

This text has black color on #C78D89 background.


White color preview on #C78D89 background

This text has white color on #C78D89 background.