COLOR #C78FA2

HEX: #C78FA2 RGB: (199,143,162)

Color info

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

RGB color model

#C78FA2 color RGB value is (199,143,162).

RGB: (199,143,162) (78%, 56%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 162 of 255 = 64%

199
143
162

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

Portions of RGB colors in percentages

R + G + B = 199 + 143 + 162 = 504 (100%)
R 199 of 504 ~ 39.48%
G 143 of 504 ~ 28.37%
B 162 of 504 ~ 32.14'%

%39.48
%28.37
%32.14

CMYK color model

#C78FA2 color CMYK value is (0,28,19,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 18.59%
  • key color value is 21.96%

CMYK: (0,28,19,22)
C0M28Y19K22 (0%, 28%, 19%, 22%)
(0.00 / 0.28 / 0.19 / 0.22)

CMYK percentages

%0
%28.14
%18.59
%21.96

Codes

Color #C78FA2 in popluar color models

C7 8F A2
RGB 199 143 162
HSL 340° 33.33% 67.06%
HSB/HSV 340° 28.14% 78.04%
CMYK 0.00% 28.14% 18.59%
21.96%

Color #C78FA2 in popluar number systems.

HEX C7 8F A2
Decimal 199 143 162
Binary 11000111 10001111 10100010
Octal 307 217 242

Shades and tints

Shades of #C78FA2

#C78FA2
(199,143,162)
#B58294
(181,130,148)
#A37586
(163,117,134)
#916878
(145,104,120)
#7F5B6A
(127,91,106)
#6D4E5C
(109,78,92)
#5B414E
(91,65,78)
#493440
(73,52,64)
#372732
(55,39,50)
#251A24
(37,26,36)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #C78FA2

#C78FA2
(199,143,162)
#CC99AA
(204,153,170)
#D1A3B2
(209,163,178)
#D6ADBA
(214,173,186)
#DBB7C2
(219,183,194)
#E0C1CA
(224,193,202)
#E5CBD2
(229,203,210)
#EAD5DA
(234,213,218)
#EFDFE2
(239,223,226)
#F4E9EA
(244,233,234)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78FA2; }

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

This text font color is #C78FA2.

Background Color

.myBgColor { background-color: #C78FA2; }

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

This div background color is #C78FA2.

Border color

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

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

This div border color is #C78FA2.

Opacity

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

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

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

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

This text has shadow with #C78FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78FA2.

Preview

Color preview on black background

This text has color #C78FA2 on black background.


Color preview on white background

This text has color #C78FA2 on white background.


Black color preview on #C78FA2 background

This text has black color on #C78FA2 background.


White color preview on #C78FA2 background

This text has white color on #C78FA2 background.


Related colors

Complementary color

Complementary color for #hex is #38705D.


I love getcolorcode.com

Triadic colors

1 #A2C78F and #8FA2C7 with #C78FA2 are triadic colors.

2 #A28FC7 and #8FC7A2 with #C78FA2 are triadic colors.