COLOR #C781BA

HEX: #C781BA
RGB: (199,129,186)

Color info

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

RGB color model

#C781BA color RGB value is (199,129,186).

  • red value is 199;
  • green value is 129;
  • blue value is 186.
RGB:
(199,129,186)
(78%,51%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 129 of 255 = 51%
B 186 of 255 = 73%

199
129
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 129 + 186 = 514 (100%)
R 199 of 514 ~ 38.72%
G 129 of 514 ~ 25.1%
B 186 of 514 ~ 36.19%

%38.72
%25.1
%36.19

CMYK color model

#C781BA color CMYK value is (0,35,7,22).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(0,35,7,22)
C0M35Y7K22 
(0%,35%,7%,22%)
(0.00/0.35/0.07/0.22)	

CMYK percentages

%0
%35.18
%6.53
%21.96

Codes

Color #C781BA in popluar color models

C781BA
RGB199129186
HSL311°38.46%64.31%
HSB/HSV311°35.18%78.04%
CMYK0.00%35.18%6.53%
21.96%

Color #C781BA in popluar number systems.

HEXC781BA
Decimal199129186
Binary110001111000000110111010
Octal307201272

Shades and tints

Shades of #C781BA

#C781BA
(199,129,186)
#B576AA
(181,118,170)
#A36B9A
(163,107,154)
#91608A
(145,96,138)
#7F557A
(127,85,122)
#6D4A6A
(109,74,106)
#5B3F5A
(91,63,90)
#49344A
(73,52,74)
#37293A
(55,41,58)
#251E2A
(37,30,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #C781BA

#C781BA
(199,129,186)
#CC8CC0
(204,140,192)
#D197C6
(209,151,198)
#D6A2CC
(214,162,204)
#DBADD2
(219,173,210)
#E0B8D8
(224,184,216)
#E5C3DE
(229,195,222)
#EACEE4
(234,206,228)
#EFD9EA
(239,217,234)
#F4E4F0
(244,228,240)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C781BA color. Also use rgb(199,129,186) instead hex code.

Text Font Color

.myTextColor { color: #C781BA; }

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

This text font color is #C781BA.


Background Color

.myBgColor { background-color: #C781BA; }

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

This div background color is #C781BA.


Border color

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

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

This div border color is #C781BA.


Opacity

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

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

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

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

This text has shadow with #C781BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C781BA on black background.


Color preview on white background

This text has color #C781BA on white background.



Black color preview on #C781BA background

This text has black color on #C781BA background.


White color preview on #C781BA background

This text has white color on #C781BA background.