COLOR #C16D87

HEX: #C16D87
RGB: (193,109,135)

Color info

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

RGB color model

#C16D87 color RGB value is (193,109,135).

  • red value is 193;
  • green value is 109;
  • blue value is 135.
RGB:
(193,109,135)
(76%,43%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 109 of 255 = 43%
B 135 of 255 = 53%

193
109
135

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

Portions of RGB colors in percentages

R + G + B =
193 + 109 + 135 = 437 (100%)
R 193 of 437 ~ 44.16%
G 109 of 437 ~ 24.94%
B 135 of 437 ~ 30.89%

%44.16
%24.94
%30.89

CMYK color model

#C16D87 color CMYK value is (0,44,30,24).

  • cyan value is 0.00%
  • magenta value is 43.52%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(0,44,30,24)
C0M44Y30K24 
(0%,44%,30%,24%)
(0.00/0.44/0.30/0.24)	

CMYK percentages

%0
%43.52
%30.05
%24.31

Codes

Color #C16D87 in popluar color models

C16D87
RGB193109135
HSL341°40.38%59.22%
HSB/HSV341°43.52%75.69%
CMYK0.00%43.52%30.05%
24.31%

Color #C16D87 in popluar number systems.

HEXC16D87
Decimal193109135
Binary11000001110110110000111
Octal301155207

Shades and tints

Shades of #C16D87

#C16D87
(193,109,135)
#B0647B
(176,100,123)
#9F5B6F
(159,91,111)
#8E5263
(142,82,99)
#7D4957
(125,73,87)
#6C404B
(108,64,75)
#5B373F
(91,55,63)
#4A2E33
(74,46,51)
#392527
(57,37,39)
#281C1B
(40,28,27)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #C16D87

#C16D87
(193,109,135)
#C67A91
(198,122,145)
#CB879B
(203,135,155)
#D094A5
(208,148,165)
#D5A1AF
(213,161,175)
#DAAEB9
(218,174,185)
#DFBBC3
(223,187,195)
#E4C8CD
(228,200,205)
#E9D5D7
(233,213,215)
#EEE2E1
(238,226,225)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16D87 color. Also use rgb(193,109,135) instead hex code.

Text Font Color

.myTextColor { color: #C16D87; }

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

This text font color is #C16D87.


Background Color

.myBgColor { background-color: #C16D87; }

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

This div background color is #C16D87.


Border color

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

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

This div border color is #C16D87.


Opacity

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

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

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

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

This text has shadow with #C16D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16D87 on black background.


Color preview on white background

This text has color #C16D87 on white background.



Black color preview on #C16D87 background

This text has black color on #C16D87 background.


White color preview on #C16D87 background

This text has white color on #C16D87 background.