COLOR #C78BA8

HEX: #C78BA8 RGB: (199,139,168)

Color info

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

RGB color model

#C78BA8 color RGB value is (199,139,168).

RGB: (199,139,168) (78%, 55%, 66%)

RGB channels and saturation

R 199 of 255 = 78%
G 139 of 255 = 55%
B 168 of 255 = 66%

199
139
168

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

Portions of RGB colors in percentages

R + G + B = 199 + 139 + 168 = 506 (100%)
R 199 of 506 ~ 39.33%
G 139 of 506 ~ 27.47%
B 168 of 506 ~ 33.2'%

%39.33
%27.47
%33.2

CMYK color model

#C78BA8 color CMYK value is (0,30,16,22).

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

CMYK: (0,30,16,22)
C0M30Y16K22 (0%, 30%, 16%, 22%)
(0.00 / 0.30 / 0.16 / 0.22)

CMYK percentages

%0
%30.15
%15.58
%21.96

Codes

Color #C78BA8 in popluar color models

C7 8B A8
RGB 199 139 168
HSL 331° 34.88% 66.27%
HSB/HSV 331° 30.15% 78.04%
CMYK 0.00% 30.15% 15.58%
21.96%

Color #C78BA8 in popluar number systems.

HEX C7 8B A8
Decimal 199 139 168
Binary 11000111 10001011 10101000
Octal 307 213 250

Shades and tints

Shades of #C78BA8

#C78BA8
(199,139,168)
#B57F99
(181,127,153)
#A3738A
(163,115,138)
#91677B
(145,103,123)
#7F5B6C
(127,91,108)
#6D4F5D
(109,79,93)
#5B434E
(91,67,78)
#49373F
(73,55,63)
#372B30
(55,43,48)
#251F21
(37,31,33)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #C78BA8

#C78BA8
(199,139,168)
#CC95AF
(204,149,175)
#D19FB6
(209,159,182)
#D6A9BD
(214,169,189)
#DBB3C4
(219,179,196)
#E0BDCB
(224,189,203)
#E5C7D2
(229,199,210)
#EAD1D9
(234,209,217)
#EFDBE0
(239,219,224)
#F4E5E7
(244,229,231)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78BA8; }

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

This text font color is #C78BA8.

Background Color

.myBgColor { background-color: #C78BA8; }

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

This div background color is #C78BA8.

Border color

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

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

This div border color is #C78BA8.

Opacity

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

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

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

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

This text has shadow with #C78BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78BA8.

Preview

Color preview on black background

This text has color #C78BA8 on black background.


Color preview on white background

This text has color #C78BA8 on white background.


Black color preview on #C78BA8 background

This text has black color on #C78BA8 background.


White color preview on #C78BA8 background

This text has white color on #C78BA8 background.


Related colors

Complementary color

Complementary color for #hex is #387457.


I love getcolorcode.com

Triadic colors

1 #A8C78B and #8BA8C7 with #C78BA8 are triadic colors.

2 #A88BC7 and #8BC7A8 with #C78BA8 are triadic colors.