COLOR #C191BD

HEX: #C191BD
RGB: (193,145,189)

Color info

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

RGB color model

#C191BD color RGB value is (193,145,189).

  • red value is 193;
  • green value is 145;
  • blue value is 189.
RGB:
(193,145,189)
(76%,57%,74%)

RGB channels and saturation

R 193 of 255 = 76%
G 145 of 255 = 57%
B 189 of 255 = 74%

193
145
189

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

Portions of RGB colors in percentages

R + G + B =
193 + 145 + 189 = 527 (100%)
R 193 of 527 ~ 36.62%
G 145 of 527 ~ 27.51%
B 189 of 527 ~ 35.86%

%36.62
%27.51
%35.86

CMYK color model

#C191BD color CMYK value is (0,25,2,24).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK:
(0,25,2,24)
C0M25Y2K24 
(0%,25%,2%,24%)
(0.00/0.25/0.02/0.24)	

CMYK percentages

%0
%24.87
%2.07
%24.31

Codes

Color #C191BD in popluar color models

C191BD
RGB193145189
HSL305°27.91%66.27%
HSB/HSV305°24.87%75.69%
CMYK0.00%24.87%2.07%
24.31%

Color #C191BD in popluar number systems.

HEXC191BD
Decimal193145189
Binary110000011001000110111101
Octal301221275

Shades and tints

Shades of #C191BD

#C191BD
(193,145,189)
#B084AC
(176,132,172)
#9F779B
(159,119,155)
#8E6A8A
(142,106,138)
#7D5D79
(125,93,121)
#6C5068
(108,80,104)
#5B4357
(91,67,87)
#4A3646
(74,54,70)
#392935
(57,41,53)
#281C24
(40,28,36)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #C191BD

#C191BD
(193,145,189)
#C69BC3
(198,155,195)
#CBA5C9
(203,165,201)
#D0AFCF
(208,175,207)
#D5B9D5
(213,185,213)
#DAC3DB
(218,195,219)
#DFCDE1
(223,205,225)
#E4D7E7
(228,215,231)
#E9E1ED
(233,225,237)
#EEEBF3
(238,235,243)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C191BD color. Also use rgb(193,145,189) instead hex code.

Text Font Color

.myTextColor { color: #C191BD; }

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

This text font color is #C191BD.


Background Color

.myBgColor { background-color: #C191BD; }

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

This div background color is #C191BD.


Border color

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

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

This div border color is #C191BD.


Opacity

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

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

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

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

This text has shadow with #C191BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C191BD on black background.


Color preview on white background

This text has color #C191BD on white background.



Black color preview on #C191BD background

This text has black color on #C191BD background.


White color preview on #C191BD background

This text has white color on #C191BD background.