COLOR #C785B6

HEX: #C785B6 RGB: (199,133,182)

Color info

#C785B6 contains mainly red and blue colors. Web safe color of #C785B6 is #CC99CC (or #C9C).

RGB color model

#C785B6 color RGB value is (199,133,182).

RGB: (199,133,182) (78%, 52%, 71%)

RGB channels and saturation

R 199 of 255 = 78%
G 133 of 255 = 52%
B 182 of 255 = 71%

199
133
182

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

Portions of RGB colors in percentages

R + G + B = 199 + 133 + 182 = 514 (100%)
R 199 of 514 ~ 38.72%
G 133 of 514 ~ 25.88%
B 182 of 514 ~ 35.41'%

%38.72
%25.88
%35.41

CMYK color model

#C785B6 color CMYK value is (0,33,9,22).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 8.54%
  • key color value is 21.96%
CMYK: (0,33,9,22) C0M33Y9K22 (0%,33%,9%,22%) (0.00/0.33/0.09/0.22) 

CMYK percentages

%0
%33.17
%8.54
%21.96

Codes

Color #C785B6 in popluar color models

C7 85 B6
RGB 199 133 182
HSL 315° 37.08% 65.10%
HSB/HSV 315° 33.17% 78.04%
CMYK 0.00% 33.17% 8.54%
21.96%

Color #C785B6 in popluar number systems.

HEX C7 85 B6
Decimal 199 133 182
Binary 11000111 10000101 10110110
Octal 307 205 266

Shades and tints

Shades of #C785B6

#C785B6
(199,133,182)
#B579A6
(181,121,166)
#A36D96
(163,109,150)
#916186
(145,97,134)
#7F5576
(127,85,118)
#6D4966
(109,73,102)
#5B3D56
(91,61,86)
#493146
(73,49,70)
#372536
(55,37,54)
#251926
(37,25,38)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #C785B6

#C785B6
(199,133,182)
#CC90BC
(204,144,188)
#D19BC2
(209,155,194)
#D6A6C8
(214,166,200)
#DBB1CE
(219,177,206)
#E0BCD4
(224,188,212)
#E5C7DA
(229,199,218)
#EAD2E0
(234,210,224)
#EFDDE6
(239,221,230)
#F4E8EC
(244,232,236)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C785B6 color. Also use rgb(199,133,182) instead hex code.

Text Font Color

.myTextColor { color: #C785B6; }

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

This text font color is #C785B6.

Background Color

.myBgColor { background-color: #C785B6; }

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

This div background color is #C785B6.

Border color

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

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

This div border color is #C785B6.

Opacity

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

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

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

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

This text has shadow with #C785B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C785B6.

Preview

Color preview on black background

This text has color #C785B6 on black background.


Color preview on white background

This text has color #C785B6 on white background.


Black color preview on #C785B6 background

This text has black color on #C785B6 background.


White color preview on #C785B6 background

This text has white color on #C785B6 background.


Related colors

Complementary color

Complementary color for #hex is #387A49.


I love getcolorcode.com

Triadic colors

1 #B6C785 and #85B6C7 with #C785B6 are triadic colors.

2 #B685C7 and #85C7B6 with #C785B6 are triadic colors.