COLOR #C19FB5

HEX: #C19FB5
RGB: (193,159,181)

Color info

#C19FB5 contains red, green and blue colors in about the same proportion. Web safe color of #C19FB5 is #CC99CC (or #C9C).

RGB color model

#C19FB5 color RGB value is (193,159,181).

  • red value is 193;
  • green value is 159;
  • blue value is 181.
RGB:
(193,159,181)
(76%,62%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 181 of 255 = 71%

193
159
181

R + G + B ~ 70%. #C19FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 181 = 533 (100%)
R 193 of 533 ~ 36.21%
G 159 of 533 ~ 29.83%
B 181 of 533 ~ 33.96%

%36.21
%29.83
%33.96

CMYK color model

#C19FB5 color CMYK value is (0,18,6,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 6.22%
  • key color value is 24.31%
CMYK:
(0,18,6,24)
C0M18Y6K24 
(0%,18%,6%,24%)
(0.00/0.18/0.06/0.24)	

CMYK percentages

%0
%17.62
%6.22
%24.31

Codes

Color #C19FB5 in popluar color models

C19FB5
RGB193159181
HSL321°21.52%69.02%
HSB/HSV321°17.62%75.69%
CMYK0.00%17.62%6.22%
24.31%

Color #C19FB5 in popluar number systems.

HEXC19FB5
Decimal193159181
Binary110000011001111110110101
Octal301237265

Shades and tints

Shades of #C19FB5

#C19FB5
(193,159,181)
#B091A5
(176,145,165)
#9F8395
(159,131,149)
#8E7585
(142,117,133)
#7D6775
(125,103,117)
#6C5965
(108,89,101)
#5B4B55
(91,75,85)
#4A3D45
(74,61,69)
#392F35
(57,47,53)
#282125
(40,33,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #C19FB5

#C19FB5
(193,159,181)
#C6A7BB
(198,167,187)
#CBAFC1
(203,175,193)
#D0B7C7
(208,183,199)
#D5BFCD
(213,191,205)
#DAC7D3
(218,199,211)
#DFCFD9
(223,207,217)
#E4D7DF
(228,215,223)
#E9DFE5
(233,223,229)
#EEE7EB
(238,231,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19FB5 color. Also use rgb(193,159,181) instead hex code.

Text Font Color

.myTextColor { color: #C19FB5; }

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

This text font color is #C19FB5.


Background Color

.myBgColor { background-color: #C19FB5; }

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

This div background color is #C19FB5.


Border color

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

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

This div border color is #C19FB5.


Opacity

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

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

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

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

This text has shadow with #C19FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FB5 on black background.


Color preview on white background

This text has color #C19FB5 on white background.



Black color preview on #C19FB5 background

This text has black color on #C19FB5 background.


White color preview on #C19FB5 background

This text has white color on #C19FB5 background.