COLOR #C78CA1

HEX: #C78CA1
RGB: (199,140,161)

Color info

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

RGB color model

#C78CA1 color RGB value is (199,140,161).

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

RGB channels and saturation

R 199 of 255 = 78%
G 140 of 255 = 55%
B 161 of 255 = 63%

199
140
161

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

Portions of RGB colors in percentages

R + G + B =
199 + 140 + 161 = 500 (100%)
R 199 of 500 ~ 39.8%
G 140 of 500 ~ 28%
B 161 of 500 ~ 32.2%

%39.8
%28
%32.2

CMYK color model

#C78CA1 color CMYK value is (0,30,19,22).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,30,19,22)
C0M30Y19K22 
(0%,30%,19%,22%)
(0.00/0.30/0.19/0.22)	

CMYK percentages

%0
%29.65
%19.1
%21.96

Codes

Color #C78CA1 in popluar color models

C78CA1
RGB199140161
HSL339°34.50%66.47%
HSB/HSV339°29.65%78.04%
CMYK0.00%29.65%19.10%
21.96%

Color #C78CA1 in popluar number systems.

HEXC78CA1
Decimal199140161
Binary110001111000110010100001
Octal307214241

Shades and tints

Shades of #C78CA1

#C78CA1
(199,140,161)
#B58093
(181,128,147)
#A37485
(163,116,133)
#916877
(145,104,119)
#7F5C69
(127,92,105)
#6D505B
(109,80,91)
#5B444D
(91,68,77)
#49383F
(73,56,63)
#372C31
(55,44,49)
#252023
(37,32,35)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C78CA1

#C78CA1
(199,140,161)
#CC96A9
(204,150,169)
#D1A0B1
(209,160,177)
#D6AAB9
(214,170,185)
#DBB4C1
(219,180,193)
#E0BEC9
(224,190,201)
#E5C8D1
(229,200,209)
#EAD2D9
(234,210,217)
#EFDCE1
(239,220,225)
#F4E6E9
(244,230,233)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78CA1; }

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

This text font color is #C78CA1.


Background Color

.myBgColor { background-color: #C78CA1; }

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

This div background color is #C78CA1.


Border color

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

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

This div border color is #C78CA1.


Opacity

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

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

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

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

This text has shadow with #C78CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78CA1 on black background.


Color preview on white background

This text has color #C78CA1 on white background.



Black color preview on #C78CA1 background

This text has black color on #C78CA1 background.


White color preview on #C78CA1 background

This text has white color on #C78CA1 background.