COLOR #C78BA6

HEX: #C78BA6 RGB: (199,139,166)

Color info

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

RGB color model

#C78BA6 color RGB value is (199,139,166).

RGB: (199,139,166) (78%, 55%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 139 of 255 = 55%
B 166 of 255 = 65%

199
139
166

R + G + B ~ 66%. #C78BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 139 + 166 = 504 (100%)
R 199 of 504 ~ 39.48%
G 139 of 504 ~ 27.58%
B 166 of 504 ~ 32.94'%

%39.48
%27.58
%32.94

CMYK color model

#C78BA6 color CMYK value is (0,30,17,22).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 16.58%
  • key color value is 21.96%

CMYK: (0,30,17,22)
C0M30Y17K22 (0%, 30%, 17%, 22%)
(0.00 / 0.30 / 0.17 / 0.22)

CMYK percentages

%0
%30.15
%16.58
%21.96

Codes

Color #C78BA6 in popluar color models

C7 8B A6
RGB 199 139 166
HSL 333° 34.88% 66.27%
HSB/HSV 333° 30.15% 78.04%
CMYK 0.00% 30.15% 16.58%
21.96%

Color #C78BA6 in popluar number systems.

HEX C7 8B A6
Decimal 199 139 166
Binary 11000111 10001011 10100110
Octal 307 213 246

Shades and tints

Shades of #C78BA6

#C78BA6
(199,139,166)
#B57F97
(181,127,151)
#A37388
(163,115,136)
#916779
(145,103,121)
#7F5B6A
(127,91,106)
#6D4F5B
(109,79,91)
#5B434C
(91,67,76)
#49373D
(73,55,61)
#372B2E
(55,43,46)
#251F1F
(37,31,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #C78BA6

#C78BA6
(199,139,166)
#CC95AE
(204,149,174)
#D19FB6
(209,159,182)
#D6A9BE
(214,169,190)
#DBB3C6
(219,179,198)
#E0BDCE
(224,189,206)
#E5C7D6
(229,199,214)
#EAD1DE
(234,209,222)
#EFDBE6
(239,219,230)
#F4E5EE
(244,229,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78BA6; }

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

This text font color is #C78BA6.

Background Color

.myBgColor { background-color: #C78BA6; }

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

This div background color is #C78BA6.

Border color

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

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

This div border color is #C78BA6.

Opacity

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

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

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

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

This text has shadow with #C78BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78BA6.

Preview

Color preview on black background

This text has color #C78BA6 on black background.


Color preview on white background

This text has color #C78BA6 on white background.


Black color preview on #C78BA6 background

This text has black color on #C78BA6 background.


White color preview on #C78BA6 background

This text has white color on #C78BA6 background.


Related colors

Complementary color

Complementary color for #hex is #387459.


I love getcolorcode.com

Triadic colors

1 #A6C78B and #8BA6C7 with #C78BA6 are triadic colors.

2 #A68BC7 and #8BC7A6 with #C78BA6 are triadic colors.