COLOR #C16F8C

HEX: #C16F8C
RGB: (193,111,140)

Color info

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

RGB color model

#C16F8C color RGB value is (193,111,140).

  • red value is 193;
  • green value is 111;
  • blue value is 140.
RGB:
(193,111,140)
(76%,44%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 111 of 255 = 44%
B 140 of 255 = 55%

193
111
140

R + G + B ~ 58%. #C16F8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 111 + 140 = 444 (100%)
R 193 of 444 ~ 43.47%
G 111 of 444 ~ 25%
B 140 of 444 ~ 31.53%

%43.47
%25
%31.53

CMYK color model

#C16F8C color CMYK value is (0,42,27,24).

  • cyan value is 0.00%
  • magenta value is 42.49%
  • yellow value is 27.46%
  • key color value is 24.31%
CMYK:
(0,42,27,24)
C0M42Y27K24 
(0%,42%,27%,24%)
(0.00/0.42/0.27/0.24)	

CMYK percentages

%0
%42.49
%27.46
%24.31

Codes

Color #C16F8C in popluar color models

C16F8C
RGB193111140
HSL339°39.81%59.61%
HSB/HSV339°42.49%75.69%
CMYK0.00%42.49%27.46%
24.31%

Color #C16F8C in popluar number systems.

HEXC16F8C
Decimal193111140
Binary11000001110111110001100
Octal301157214

Shades and tints

Shades of #C16F8C

#C16F8C
(193,111,140)
#B06580
(176,101,128)
#9F5B74
(159,91,116)
#8E5168
(142,81,104)
#7D475C
(125,71,92)
#6C3D50
(108,61,80)
#5B3344
(91,51,68)
#4A2938
(74,41,56)
#391F2C
(57,31,44)
#281520
(40,21,32)
#170B14
(23,11,20)
#000000
(0,0,0)

Tints of #C16F8C

#C16F8C
(193,111,140)
#C67C96
(198,124,150)
#CB89A0
(203,137,160)
#D096AA
(208,150,170)
#D5A3B4
(213,163,180)
#DAB0BE
(218,176,190)
#DFBDC8
(223,189,200)
#E4CAD2
(228,202,210)
#E9D7DC
(233,215,220)
#EEE4E6
(238,228,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16F8C color. Also use rgb(193,111,140) instead hex code.

Text Font Color

.myTextColor { color: #C16F8C; }

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

This text font color is #C16F8C.


Background Color

.myBgColor { background-color: #C16F8C; }

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

This div background color is #C16F8C.


Border color

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

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

This div border color is #C16F8C.


Opacity

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

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

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

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

This text has shadow with #C16F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16F8C on black background.


Color preview on white background

This text has color #C16F8C on white background.



Black color preview on #C16F8C background

This text has black color on #C16F8C background.


White color preview on #C16F8C background

This text has white color on #C16F8C background.