COLOR #C78F9F

HEX: #C78F9F
RGB: (199,143,159)

Color info

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

RGB color model

#C78F9F color RGB value is (199,143,159).

  • red value is 199;
  • green value is 143;
  • blue value is 159.
RGB:
(199,143,159)
(78%,56%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 159 of 255 = 62%

199
143
159

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

Portions of RGB colors in percentages

R + G + B =
199 + 143 + 159 = 501 (100%)
R 199 of 501 ~ 39.72%
G 143 of 501 ~ 28.54%
B 159 of 501 ~ 31.74%

%39.72
%28.54
%31.74

CMYK color model

#C78F9F color CMYK value is (0,28,20,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 20.10%
  • key color value is 21.96%
CMYK:
(0,28,20,22)
C0M28Y20K22 
(0%,28%,20%,22%)
(0.00/0.28/0.20/0.22)	

CMYK percentages

%0
%28.14
%20.1
%21.96

Codes

Color #C78F9F in popluar color models

C78F9F
RGB199143159
HSL343°33.33%67.06%
HSB/HSV343°28.14%78.04%
CMYK0.00%28.14%20.10%
21.96%

Color #C78F9F in popluar number systems.

HEXC78F9F
Decimal199143159
Binary110001111000111110011111
Octal307217237

Shades and tints

Shades of #C78F9F

#C78F9F
(199,143,159)
#B58291
(181,130,145)
#A37583
(163,117,131)
#916875
(145,104,117)
#7F5B67
(127,91,103)
#6D4E59
(109,78,89)
#5B414B
(91,65,75)
#49343D
(73,52,61)
#37272F
(55,39,47)
#251A21
(37,26,33)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #C78F9F

#C78F9F
(199,143,159)
#CC99A7
(204,153,167)
#D1A3AF
(209,163,175)
#D6ADB7
(214,173,183)
#DBB7BF
(219,183,191)
#E0C1C7
(224,193,199)
#E5CBCF
(229,203,207)
#EAD5D7
(234,213,215)
#EFDFDF
(239,223,223)
#F4E9E7
(244,233,231)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78F9F color. Also use rgb(199,143,159) instead hex code.

Text Font Color

.myTextColor { color: #C78F9F; }

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

This text font color is #C78F9F.


Background Color

.myBgColor { background-color: #C78F9F; }

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

This div background color is #C78F9F.


Border color

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

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

This div border color is #C78F9F.


Opacity

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

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

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

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

This text has shadow with #C78F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78F9F on black background.


Color preview on white background

This text has color #C78F9F on white background.



Black color preview on #C78F9F background

This text has black color on #C78F9F background.


White color preview on #C78F9F background

This text has white color on #C78F9F background.