COLOR #C78AB3

HEX: #C78AB3 RGB: (199,138,179)

Color info

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

RGB color model

#C78AB3 color RGB value is (199,138,179).

RGB: (199,138,179) (78%, 54%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 179 of 255 = 70%

199
138
179

R + G + B ~ 67%. #C78AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 138 + 179 = 516 (100%)
R 199 of 516 ~ 38.57%
G 138 of 516 ~ 26.74%
B 179 of 516 ~ 34.69'%

%38.57
%26.74
%34.69

CMYK color model

#C78AB3 color CMYK value is (0,31,10,22).

  • cyan value is 0.00%
  • magenta value is 30.65%
  • yellow value is 10.05%
  • key color value is 21.96%

CMYK: (0,31,10,22)
C0M31Y10K22 (0%, 31%, 10%, 22%)
(0.00 / 0.31 / 0.10 / 0.22)

CMYK percentages

%0
%30.65
%10.05
%21.96

Codes

Color #C78AB3 in popluar color models

C7 8A B3
RGB 199 138 179
HSL 320° 35.26% 66.08%
HSB/HSV 320° 30.65% 78.04%
CMYK 0.00% 30.65% 10.05%
21.96%

Color #C78AB3 in popluar number systems.

HEX C7 8A B3
Decimal 199 138 179
Binary 11000111 10001010 10110011
Octal 307 212 263

Shades and tints

Shades of #C78AB3

#C78AB3
(199,138,179)
#B57EA3
(181,126,163)
#A37293
(163,114,147)
#916683
(145,102,131)
#7F5A73
(127,90,115)
#6D4E63
(109,78,99)
#5B4253
(91,66,83)
#493643
(73,54,67)
#372A33
(55,42,51)
#251E23
(37,30,35)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #C78AB3

#C78AB3
(199,138,179)
#CC94B9
(204,148,185)
#D19EBF
(209,158,191)
#D6A8C5
(214,168,197)
#DBB2CB
(219,178,203)
#E0BCD1
(224,188,209)
#E5C6D7
(229,198,215)
#EAD0DD
(234,208,221)
#EFDAE3
(239,218,227)
#F4E4E9
(244,228,233)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78AB3 color. Also use rgb(199,138,179) instead hex code.

Text Font Color

.myTextColor { color: #C78AB3; }

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

This text font color is #C78AB3.

Background Color

.myBgColor { background-color: #C78AB3; }

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

This div background color is #C78AB3.

Border color

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

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

This div border color is #C78AB3.

Opacity

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

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

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

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

This text has shadow with #C78AB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78AB3.

Preview

Color preview on black background

This text has color #C78AB3 on black background.


Color preview on white background

This text has color #C78AB3 on white background.


Black color preview on #C78AB3 background

This text has black color on #C78AB3 background.


White color preview on #C78AB3 background

This text has white color on #C78AB3 background.


Related colors

Complementary color

Complementary color for #hex is #38754C.


I love getcolorcode.com

Triadic colors

1 #B3C78A and #8AB3C7 with #C78AB3 are triadic colors.

2 #B38AC7 and #8AC7B3 with #C78AB3 are triadic colors.