COLOR #C78B9A

HEX: #C78B9A
RGB: (199,139,154)

Color info

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

RGB color model

#C78B9A color RGB value is (199,139,154).

  • red value is 199;
  • green value is 139;
  • blue value is 154.
RGB:
(199,139,154)
(78%,55%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 139 of 255 = 55%
B 154 of 255 = 60%

199
139
154

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

Portions of RGB colors in percentages

R + G + B =
199 + 139 + 154 = 492 (100%)
R 199 of 492 ~ 40.45%
G 139 of 492 ~ 28.25%
B 154 of 492 ~ 31.3%

%40.45
%28.25
%31.3

CMYK color model

#C78B9A color CMYK value is (0,30,23,22).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(0,30,23,22)
C0M30Y23K22 
(0%,30%,23%,22%)
(0.00/0.30/0.23/0.22)	

CMYK percentages

%0
%30.15
%22.61
%21.96

Codes

Color #C78B9A in popluar color models

C78B9A
RGB199139154
HSL345°34.88%66.27%
HSB/HSV345°30.15%78.04%
CMYK0.00%30.15%22.61%
21.96%

Color #C78B9A in popluar number systems.

HEXC78B9A
Decimal199139154
Binary110001111000101110011010
Octal307213232

Shades and tints

Shades of #C78B9A

#C78B9A
(199,139,154)
#B57F8C
(181,127,140)
#A3737E
(163,115,126)
#916770
(145,103,112)
#7F5B62
(127,91,98)
#6D4F54
(109,79,84)
#5B4346
(91,67,70)
#493738
(73,55,56)
#372B2A
(55,43,42)
#251F1C
(37,31,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #C78B9A

#C78B9A
(199,139,154)
#CC95A3
(204,149,163)
#D19FAC
(209,159,172)
#D6A9B5
(214,169,181)
#DBB3BE
(219,179,190)
#E0BDC7
(224,189,199)
#E5C7D0
(229,199,208)
#EAD1D9
(234,209,217)
#EFDBE2
(239,219,226)
#F4E5EB
(244,229,235)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78B9A color. Also use rgb(199,139,154) instead hex code.

Text Font Color

.myTextColor { color: #C78B9A; }

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

This text font color is #C78B9A.


Background Color

.myBgColor { background-color: #C78B9A; }

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

This div background color is #C78B9A.


Border color

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

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

This div border color is #C78B9A.


Opacity

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

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

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

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

This text has shadow with #C78B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78B9A on black background.


Color preview on white background

This text has color #C78B9A on white background.



Black color preview on #C78B9A background

This text has black color on #C78B9A background.


White color preview on #C78B9A background

This text has white color on #C78B9A background.