COLOR #C785AB

HEX: #C785AB
RGB: (199,133,171)

Color info

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

RGB color model

#C785AB color RGB value is (199,133,171).

  • red value is 199;
  • green value is 133;
  • blue value is 171.
RGB:
(199,133,171)
(78%,52%,67%)

RGB channels and saturation

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

199
133
171

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

Portions of RGB colors in percentages

R + G + B =
199 + 133 + 171 = 503 (100%)
R 199 of 503 ~ 39.56%
G 133 of 503 ~ 26.44%
B 171 of 503 ~ 34%

%39.56
%26.44
%34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 14.07%
  • 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
%14.07
%21.96

Codes

Color #C785AB in popluar color models

C785AB
RGB199133171
HSL325°37.08%65.10%
HSB/HSV325°33.17%78.04%
CMYK0.00%33.17%14.07%
21.96%

Color #C785AB in popluar number systems.

HEXC785AB
Decimal199133171
Binary110001111000010110101011
Octal307205253

Shades and tints

Shades of #C785AB

#C785AB
(199,133,171)
#B5799C
(181,121,156)
#A36D8D
(163,109,141)
#91617E
(145,97,126)
#7F556F
(127,85,111)
#6D4960
(109,73,96)
#5B3D51
(91,61,81)
#493142
(73,49,66)
#372533
(55,37,51)
#251924
(37,25,36)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #C785AB

#C785AB
(199,133,171)
#CC90B2
(204,144,178)
#D19BB9
(209,155,185)
#D6A6C0
(214,166,192)
#DBB1C7
(219,177,199)
#E0BCCE
(224,188,206)
#E5C7D5
(229,199,213)
#EAD2DC
(234,210,220)
#EFDDE3
(239,221,227)
#F4E8EA
(244,232,234)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C785AB; }

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

This text font color is #C785AB.


Background Color

.myBgColor { background-color: #C785AB; }

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

This div background color is #C785AB.


Border color

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

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

This div border color is #C785AB.


Opacity

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

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

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

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

This text has shadow with #C785AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C785AB on black background.


Color preview on white background

This text has color #C785AB on white background.



Black color preview on #C785AB background

This text has black color on #C785AB background.


White color preview on #C785AB background

This text has white color on #C785AB background.