COLOR #C78C9E

HEX: #C78C9E
RGB: (199,140,158)

Color info

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

RGB color model

#C78C9E color RGB value is (199,140,158).

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

RGB channels and saturation

R 199 of 255 = 78%
G 140 of 255 = 55%
B 158 of 255 = 62%

199
140
158

R + G + B ~ 65%. #C78C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 140 + 158 = 497 (100%)
R 199 of 497 ~ 40.04%
G 140 of 497 ~ 28.17%
B 158 of 497 ~ 31.79%

%40.04
%28.17
%31.79

CMYK color model

#C78C9E color CMYK value is (0,30,21,22).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(0,30,21,22)
C0M30Y21K22 
(0%,30%,21%,22%)
(0.00/0.30/0.21/0.22)	

CMYK percentages

%0
%29.65
%20.6
%21.96

Codes

Color #C78C9E in popluar color models

C78C9E
RGB199140158
HSL342°34.50%66.47%
HSB/HSV342°29.65%78.04%
CMYK0.00%29.65%20.60%
21.96%

Color #C78C9E in popluar number systems.

HEXC78C9E
Decimal199140158
Binary110001111000110010011110
Octal307214236

Shades and tints

Shades of #C78C9E

#C78C9E
(199,140,158)
#B58090
(181,128,144)
#A37482
(163,116,130)
#916874
(145,104,116)
#7F5C66
(127,92,102)
#6D5058
(109,80,88)
#5B444A
(91,68,74)
#49383C
(73,56,60)
#372C2E
(55,44,46)
#252020
(37,32,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #C78C9E

#C78C9E
(199,140,158)
#CC96A6
(204,150,166)
#D1A0AE
(209,160,174)
#D6AAB6
(214,170,182)
#DBB4BE
(219,180,190)
#E0BEC6
(224,190,198)
#E5C8CE
(229,200,206)
#EAD2D6
(234,210,214)
#EFDCDE
(239,220,222)
#F4E6E6
(244,230,230)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78C9E; }

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

This text font color is #C78C9E.


Background Color

.myBgColor { background-color: #C78C9E; }

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

This div background color is #C78C9E.


Border color

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

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

This div border color is #C78C9E.


Opacity

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

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

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

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

This text has shadow with #C78C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78C9E on black background.


Color preview on white background

This text has color #C78C9E on white background.



Black color preview on #C78C9E background

This text has black color on #C78C9E background.


White color preview on #C78C9E background

This text has white color on #C78C9E background.