COLOR #C176B1

HEX: #C176B1
RGB: (193,118,177)

Color info

#C176B1 contains mainly red and blue colors. Web safe color of #C176B1 is #CC6699 (or #C69).

RGB color model

#C176B1 color RGB value is (193,118,177).

  • red value is 193;
  • green value is 118;
  • blue value is 177.
RGB:
(193,118,177)
(76%,46%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 118 of 255 = 46%
B 177 of 255 = 69%

193
118
177

R + G + B ~ 64%. #C176B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 118 + 177 = 488 (100%)
R 193 of 488 ~ 39.55%
G 118 of 488 ~ 24.18%
B 177 of 488 ~ 36.27%

%39.55
%24.18
%36.27

CMYK color model

#C176B1 color CMYK value is (0,39,8,24).

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 8.29%
  • key color value is 24.31%
CMYK:
(0,39,8,24)
C0M39Y8K24 
(0%,39%,8%,24%)
(0.00/0.39/0.08/0.24)	

CMYK percentages

%0
%38.86
%8.29
%24.31

Codes

Color #C176B1 in popluar color models

C176B1
RGB193118177
HSL313°37.69%60.98%
HSB/HSV313°38.86%75.69%
CMYK0.00%38.86%8.29%
24.31%

Color #C176B1 in popluar number systems.

HEXC176B1
Decimal193118177
Binary11000001111011010110001
Octal301166261

Shades and tints

Shades of #C176B1

#C176B1
(193,118,177)
#B06CA1
(176,108,161)
#9F6291
(159,98,145)
#8E5881
(142,88,129)
#7D4E71
(125,78,113)
#6C4461
(108,68,97)
#5B3A51
(91,58,81)
#4A3041
(74,48,65)
#392631
(57,38,49)
#281C21
(40,28,33)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C176B1

#C176B1
(193,118,177)
#C682B8
(198,130,184)
#CB8EBF
(203,142,191)
#D09AC6
(208,154,198)
#D5A6CD
(213,166,205)
#DAB2D4
(218,178,212)
#DFBEDB
(223,190,219)
#E4CAE2
(228,202,226)
#E9D6E9
(233,214,233)
#EEE2F0
(238,226,240)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C176B1 color. Also use rgb(193,118,177) instead hex code.

Text Font Color

.myTextColor { color: #C176B1; }

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

This text font color is #C176B1.


Background Color

.myBgColor { background-color: #C176B1; }

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

This div background color is #C176B1.


Border color

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

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

This div border color is #C176B1.


Opacity

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

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

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

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

This text has shadow with #C176B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C176B1 on black background.


Color preview on white background

This text has color #C176B1 on white background.



Black color preview on #C176B1 background

This text has black color on #C176B1 background.


White color preview on #C176B1 background

This text has white color on #C176B1 background.