COLOR #C78D90

HEX: #C78D90 RGB: (199,141,144)

Color info

#C78D90 contains red, green and blue colors in about the same proportion. Web safe color of #C78D90 is #CC9999 (or #C99).

RGB color model

#C78D90 color RGB value is (199,141,144).

RGB: (199,141,144) (78%, 55%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 141 of 255 = 55%
B 144 of 255 = 56%

199
141
144

R + G + B ~ 63%. #C78D90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 141 + 144 = 484 (100%)
R 199 of 484 ~ 41.12%
G 141 of 484 ~ 29.13%
B 144 of 484 ~ 29.75'%

%41.12
%29.13
%29.75

CMYK color model

#C78D90 color CMYK value is (0,29,28,22).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 27.64%
  • key color value is 21.96%

CMYK: (0,29,28,22)
C0M29Y28K22 (0%, 29%, 28%, 22%)
(0.00 / 0.29 / 0.28 / 0.22)

CMYK percentages

%0
%29.15
%27.64
%21.96

Codes

Color #C78D90 in popluar color models

C7 8D 90
RGB 199 141 144
HSL 357° 34.12% 66.67%
HSB/HSV 357° 29.15% 78.04%
CMYK 0.00% 29.15% 27.64%
21.96%

Color #C78D90 in popluar number systems.

HEX C7 8D 90
Decimal 199 141 144
Binary 11000111 10001101 10010000
Octal 307 215 220

Shades and tints

Shades of #C78D90

#C78D90
(199,141,144)
#B58183
(181,129,131)
#A37576
(163,117,118)
#916969
(145,105,105)
#7F5D5C
(127,93,92)
#6D514F
(109,81,79)
#5B4542
(91,69,66)
#493935
(73,57,53)
#372D28
(55,45,40)
#25211B
(37,33,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #C78D90

#C78D90
(199,141,144)
#CC979A
(204,151,154)
#D1A1A4
(209,161,164)
#D6ABAE
(214,171,174)
#DBB5B8
(219,181,184)
#E0BFC2
(224,191,194)
#E5C9CC
(229,201,204)
#EAD3D6
(234,211,214)
#EFDDE0
(239,221,224)
#F4E7EA
(244,231,234)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78D90; }

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

This text font color is #C78D90.

Background Color

.myBgColor { background-color: #C78D90; }

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

This div background color is #C78D90.

Border color

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

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

This div border color is #C78D90.

Opacity

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

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

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

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

This text has shadow with #C78D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78D90.

Preview

Color preview on black background

This text has color #C78D90 on black background.


Color preview on white background

This text has color #C78D90 on white background.


Black color preview on #C78D90 background

This text has black color on #C78D90 background.


White color preview on #C78D90 background

This text has white color on #C78D90 background.


Related colors

Complementary color

Complementary color for #hex is #38726F.


I love getcolorcode.com

Triadic colors

1 #90C78D and #8D90C7 with #C78D90 are triadic colors.

2 #908DC7 and #8DC790 with #C78D90 are triadic colors.