COLOR #C785AC

HEX: #C785AC RGB: (199,133,172)

Color info

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

RGB color model

#C785AC color RGB value is (199,133,172).

RGB: (199,133,172) (78%, 52%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 133 of 255 = 52%
B 172 of 255 = 67%

199
133
172

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

Portions of RGB colors in percentages

R + G + B = 199 + 133 + 172 = 504 (100%)
R 199 of 504 ~ 39.48%
G 133 of 504 ~ 26.39%
B 172 of 504 ~ 34.13'%

%39.48
%26.39
%34.13

CMYK color model

#C785AC color CMYK value is (0,33,14,22).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 13.57%
  • key color value is 21.96%
CMYK: (0,33,14,22) C0M33Y14K22 (0%,33%,14%,22%) (0.00/0.33/0.14/0.22) 

CMYK percentages

%0
%33.17
%13.57
%21.96

Codes

Color #C785AC in popluar color models

C7 85 AC
RGB 199 133 172
HSL 325° 37.08% 65.10%
HSB/HSV 325° 33.17% 78.04%
CMYK 0.00% 33.17% 13.57%
21.96%

Color #C785AC in popluar number systems.

HEX C7 85 AC
Decimal 199 133 172
Binary 11000111 10000101 10101100
Octal 307 205 254

Shades and tints

Shades of #C785AC

#C785AC
(199,133,172)
#B5799D
(181,121,157)
#A36D8E
(163,109,142)
#91617F
(145,97,127)
#7F5570
(127,85,112)
#6D4961
(109,73,97)
#5B3D52
(91,61,82)
#493143
(73,49,67)
#372534
(55,37,52)
#251925
(37,25,37)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #C785AC

#C785AC
(199,133,172)
#CC90B3
(204,144,179)
#D19BBA
(209,155,186)
#D6A6C1
(214,166,193)
#DBB1C8
(219,177,200)
#E0BCCF
(224,188,207)
#E5C7D6
(229,199,214)
#EAD2DD
(234,210,221)
#EFDDE4
(239,221,228)
#F4E8EB
(244,232,235)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C785AC; }

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

This text font color is #C785AC.

Background Color

.myBgColor { background-color: #C785AC; }

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

This div background color is #C785AC.

Border color

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

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

This div border color is #C785AC.

Opacity

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

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

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

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

This text has shadow with #C785AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C785AC.

Preview

Color preview on black background

This text has color #C785AC on black background.


Color preview on white background

This text has color #C785AC on white background.


Black color preview on #C785AC background

This text has black color on #C785AC background.


White color preview on #C785AC background

This text has white color on #C785AC background.


Related colors

Complementary color

Complementary color for #hex is #387A53.


I love getcolorcode.com

Triadic colors

1 #ACC785 and #85ACC7 with #C785AC are triadic colors.

2 #AC85C7 and #85C7AC with #C785AC are triadic colors.