COLOR #C787B0

HEX: #C787B0 RGB: (199,135,176)

Color info

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

RGB color model

#C787B0 color RGB value is (199,135,176).

RGB: (199,135,176) (78%, 53%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 135 of 255 = 53%
B 176 of 255 = 69%

199
135
176

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

Portions of RGB colors in percentages

R + G + B = 199 + 135 + 176 = 510 (100%)
R 199 of 510 ~ 39.02%
G 135 of 510 ~ 26.47%
B 176 of 510 ~ 34.51'%

%39.02
%26.47
%34.51

CMYK color model

#C787B0 color CMYK value is (0,32,12,22).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK: (0,32,12,22) C0M32Y12K22 (0%,32%,12%,22%) (0.00/0.32/0.12/0.22) 

CMYK percentages

%0
%32.16
%11.56
%21.96

Codes

Color #C787B0 in popluar color models

C7 87 B0
RGB 199 135 176
HSL 322° 36.36% 65.49%
HSB/HSV 322° 32.16% 78.04%
CMYK 0.00% 32.16% 11.56%
21.96%

Color #C787B0 in popluar number systems.

HEX C7 87 B0
Decimal 199 135 176
Binary 11000111 10000111 10110000
Octal 307 207 260

Shades and tints

Shades of #C787B0

#C787B0
(199,135,176)
#B57BA0
(181,123,160)
#A36F90
(163,111,144)
#916380
(145,99,128)
#7F5770
(127,87,112)
#6D4B60
(109,75,96)
#5B3F50
(91,63,80)
#493340
(73,51,64)
#372730
(55,39,48)
#251B20
(37,27,32)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #C787B0

#C787B0
(199,135,176)
#CC91B7
(204,145,183)
#D19BBE
(209,155,190)
#D6A5C5
(214,165,197)
#DBAFCC
(219,175,204)
#E0B9D3
(224,185,211)
#E5C3DA
(229,195,218)
#EACDE1
(234,205,225)
#EFD7E8
(239,215,232)
#F4E1EF
(244,225,239)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C787B0 color. Also use rgb(199,135,176) instead hex code.

Text Font Color

.myTextColor { color: #C787B0; }

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

This text font color is #C787B0.

Background Color

.myBgColor { background-color: #C787B0; }

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

This div background color is #C787B0.

Border color

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

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

This div border color is #C787B0.

Opacity

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

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

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

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

This text has shadow with #C787B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C787B0.

Preview

Color preview on black background

This text has color #C787B0 on black background.


Color preview on white background

This text has color #C787B0 on white background.


Black color preview on #C787B0 background

This text has black color on #C787B0 background.


White color preview on #C787B0 background

This text has white color on #C787B0 background.


Related colors

Complementary color

Complementary color for #hex is #38784F.


I love getcolorcode.com

Triadic colors

1 #B0C787 and #87B0C7 with #C787B0 are triadic colors.

2 #B087C7 and #87C7B0 with #C787B0 are triadic colors.