COLOR #C78C93

HEX: #C78C93
RGB: (199,140,147)

Color info

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

RGB color model

#C78C93 color RGB value is (199,140,147).

  • red value is 199;
  • green value is 140;
  • blue value is 147.
RGB:
(199,140,147)
(78%,55%,58%)

RGB channels and saturation

R 199 of 255 = 78%
G 140 of 255 = 55%
B 147 of 255 = 58%

199
140
147

R + G + B ~ 64%. #C78C93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 140 + 147 = 486 (100%)
R 199 of 486 ~ 40.95%
G 140 of 486 ~ 28.81%
B 147 of 486 ~ 30.25%

%40.95
%28.81
%30.25

CMYK color model

#C78C93 color CMYK value is (0,30,26,22).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 26.13%
  • key color value is 21.96%
CMYK:
(0,30,26,22)
C0M30Y26K22 
(0%,30%,26%,22%)
(0.00/0.30/0.26/0.22)	

CMYK percentages

%0
%29.65
%26.13
%21.96

Codes

Color #C78C93 in popluar color models

C78C93
RGB199140147
HSL353°34.50%66.47%
HSB/HSV353°29.65%78.04%
CMYK0.00%29.65%26.13%
21.96%

Color #C78C93 in popluar number systems.

HEXC78C93
Decimal199140147
Binary110001111000110010010011
Octal307214223

Shades and tints

Shades of #C78C93

#C78C93
(199,140,147)
#B58086
(181,128,134)
#A37479
(163,116,121)
#91686C
(145,104,108)
#7F5C5F
(127,92,95)
#6D5052
(109,80,82)
#5B4445
(91,68,69)
#493838
(73,56,56)
#372C2B
(55,44,43)
#25201E
(37,32,30)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C78C93

#C78C93
(199,140,147)
#CC969C
(204,150,156)
#D1A0A5
(209,160,165)
#D6AAAE
(214,170,174)
#DBB4B7
(219,180,183)
#E0BEC0
(224,190,192)
#E5C8C9
(229,200,201)
#EAD2D2
(234,210,210)
#EFDCDB
(239,220,219)
#F4E6E4
(244,230,228)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78C93 color. Also use rgb(199,140,147) instead hex code.

Text Font Color

.myTextColor { color: #C78C93; }

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

This text font color is #C78C93.


Background Color

.myBgColor { background-color: #C78C93; }

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

This div background color is #C78C93.


Border color

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

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

This div border color is #C78C93.


Opacity

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

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

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

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

This text has shadow with #C78C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78C93 on black background.


Color preview on white background

This text has color #C78C93 on white background.



Black color preview on #C78C93 background

This text has black color on #C78C93 background.


White color preview on #C78C93 background

This text has white color on #C78C93 background.