COLOR #C19CB5

HEX: #C19CB5
RGB: (193,156,181)

Color info

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

RGB color model

#C19CB5 color RGB value is (193,156,181).

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

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 181 of 255 = 71%

193
156
181

R + G + B ~ 69%. #C19CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 156 + 181 = 530 (100%)
R 193 of 530 ~ 36.42%
G 156 of 530 ~ 29.43%
B 181 of 530 ~ 34.15%

%36.42
%29.43
%34.15

CMYK color model

#C19CB5 color CMYK value is (0,19,6,24).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 6.22%
  • key color value is 24.31%
CMYK:
(0,19,6,24)
C0M19Y6K24 
(0%,19%,6%,24%)
(0.00/0.19/0.06/0.24)	

CMYK percentages

%0
%19.17
%6.22
%24.31

Codes

Color #C19CB5 in popluar color models

C19CB5
RGB193156181
HSL319°22.98%68.43%
HSB/HSV319°19.17%75.69%
CMYK0.00%19.17%6.22%
24.31%

Color #C19CB5 in popluar number systems.

HEXC19CB5
Decimal193156181
Binary110000011001110010110101
Octal301234265

Shades and tints

Shades of #C19CB5

#C19CB5
(193,156,181)
#B08EA5
(176,142,165)
#9F8095
(159,128,149)
#8E7285
(142,114,133)
#7D6475
(125,100,117)
#6C5665
(108,86,101)
#5B4855
(91,72,85)
#4A3A45
(74,58,69)
#392C35
(57,44,53)
#281E25
(40,30,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #C19CB5

#C19CB5
(193,156,181)
#C6A5BB
(198,165,187)
#CBAEC1
(203,174,193)
#D0B7C7
(208,183,199)
#D5C0CD
(213,192,205)
#DAC9D3
(218,201,211)
#DFD2D9
(223,210,217)
#E4DBDF
(228,219,223)
#E9E4E5
(233,228,229)
#EEEDEB
(238,237,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19CB5; }

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

This text font color is #C19CB5.


Background Color

.myBgColor { background-color: #C19CB5; }

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

This div background color is #C19CB5.


Border color

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

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

This div border color is #C19CB5.


Opacity

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

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

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

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

This text has shadow with #C19CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19CB5 on black background.


Color preview on white background

This text has color #C19CB5 on white background.



Black color preview on #C19CB5 background

This text has black color on #C19CB5 background.


White color preview on #C19CB5 background

This text has white color on #C19CB5 background.