COLOR #C785A3

HEX: #C785A3 RGB: (199,133,163)

Color info

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

RGB color model

#C785A3 color RGB value is (199,133,163).

RGB: (199,133,163) (78%, 52%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 133 of 255 = 52%
B 163 of 255 = 64%

199
133
163

R + G + B ~ 65%. #C785A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 133 + 163 = 495 (100%)
R 199 of 495 ~ 40.2%
G 133 of 495 ~ 26.87%
B 163 of 495 ~ 32.93'%

%40.2
%26.87
%32.93

CMYK color model

#C785A3 color CMYK value is (0,33,18,22).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 18.09%
  • key color value is 21.96%

CMYK: (0,33,18,22)
C0M33Y18K22 (0%, 33%, 18%, 22%)
(0.00 / 0.33 / 0.18 / 0.22)

CMYK percentages

%0
%33.17
%18.09
%21.96

Codes

Color #C785A3 in popluar color models

C7 85 A3
RGB 199 133 163
HSL 333° 37.08% 65.10%
HSB/HSV 333° 33.17% 78.04%
CMYK 0.00% 33.17% 18.09%
21.96%

Color #C785A3 in popluar number systems.

HEX C7 85 A3
Decimal 199 133 163
Binary 11000111 10000101 10100011
Octal 307 205 243

Shades and tints

Shades of #C785A3

#C785A3
(199,133,163)
#B57995
(181,121,149)
#A36D87
(163,109,135)
#916179
(145,97,121)
#7F556B
(127,85,107)
#6D495D
(109,73,93)
#5B3D4F
(91,61,79)
#493141
(73,49,65)
#372533
(55,37,51)
#251925
(37,25,37)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #C785A3

#C785A3
(199,133,163)
#CC90AB
(204,144,171)
#D19BB3
(209,155,179)
#D6A6BB
(214,166,187)
#DBB1C3
(219,177,195)
#E0BCCB
(224,188,203)
#E5C7D3
(229,199,211)
#EAD2DB
(234,210,219)
#EFDDE3
(239,221,227)
#F4E8EB
(244,232,235)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C785A3; }

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

This text font color is #C785A3.

Background Color

.myBgColor { background-color: #C785A3; }

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

This div background color is #C785A3.

Border color

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

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

This div border color is #C785A3.

Opacity

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

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

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

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

This text has shadow with #C785A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C785A3.

Preview

Color preview on black background

This text has color #C785A3 on black background.


Color preview on white background

This text has color #C785A3 on white background.


Black color preview on #C785A3 background

This text has black color on #C785A3 background.


White color preview on #C785A3 background

This text has white color on #C785A3 background.


Related colors

Complementary color

Complementary color for #hex is #387A5C.


I love getcolorcode.com

Triadic colors

1 #A3C785 and #85A3C7 with #C785A3 are triadic colors.

2 #A385C7 and #85C7A3 with #C785A3 are triadic colors.