COLOR #C78A93

HEX: #C78A93
RGB: (199,138,147)

Color info

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

RGB color model

#C78A93 color RGB value is (199,138,147).

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

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 147 of 255 = 58%

199
138
147

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

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 147 = 484 (100%)
R 199 of 484 ~ 41.12%
G 138 of 484 ~ 28.51%
B 147 of 484 ~ 30.37%

%41.12
%28.51
%30.37

CMYK color model

#C78A93 color CMYK value is (0,31,26,22).

  • cyan value is 0.00%
  • magenta value is 30.65%
  • yellow value is 26.13%
  • key color value is 21.96%
CMYK:
(0,31,26,22)
C0M31Y26K22 
(0%,31%,26%,22%)
(0.00/0.31/0.26/0.22)	

CMYK percentages

%0
%30.65
%26.13
%21.96

Codes

Color #C78A93 in popluar color models

C78A93
RGB199138147
HSL351°35.26%66.08%
HSB/HSV351°30.65%78.04%
CMYK0.00%30.65%26.13%
21.96%

Color #C78A93 in popluar number systems.

HEXC78A93
Decimal199138147
Binary110001111000101010010011
Octal307212223

Shades and tints

Shades of #C78A93

#C78A93
(199,138,147)
#B57E86
(181,126,134)
#A37279
(163,114,121)
#91666C
(145,102,108)
#7F5A5F
(127,90,95)
#6D4E52
(109,78,82)
#5B4245
(91,66,69)
#493638
(73,54,56)
#372A2B
(55,42,43)
#251E1E
(37,30,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #C78A93

#C78A93
(199,138,147)
#CC949C
(204,148,156)
#D19EA5
(209,158,165)
#D6A8AE
(214,168,174)
#DBB2B7
(219,178,183)
#E0BCC0
(224,188,192)
#E5C6C9
(229,198,201)
#EAD0D2
(234,208,210)
#EFDADB
(239,218,219)
#F4E4E4
(244,228,228)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78A93; }

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

This text font color is #C78A93.


Background Color

.myBgColor { background-color: #C78A93; }

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

This div background color is #C78A93.


Border color

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

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

This div border color is #C78A93.


Opacity

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

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

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

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

This text has shadow with #C78A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78A93 on black background.


Color preview on white background

This text has color #C78A93 on white background.



Black color preview on #C78A93 background

This text has black color on #C78A93 background.


White color preview on #C78A93 background

This text has white color on #C78A93 background.