COLOR #C16D93

HEX: #C16D93
RGB: (193,109,147)

Color info

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

RGB color model

#C16D93 color RGB value is (193,109,147).

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

RGB channels and saturation

R 193 of 255 = 76%
G 109 of 255 = 43%
B 147 of 255 = 58%

193
109
147

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

Portions of RGB colors in percentages

R + G + B =
193 + 109 + 147 = 449 (100%)
R 193 of 449 ~ 42.98%
G 109 of 449 ~ 24.28%
B 147 of 449 ~ 32.74%

%42.98
%24.28
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.52%
  • yellow value is 23.83%
  • key color value is 24.31%
CMYK:
(0,44,24,24)
C0M44Y24K24 
(0%,44%,24%,24%)
(0.00/0.44/0.24/0.24)	

CMYK percentages

%0
%43.52
%23.83
%24.31

Codes

Color #C16D93 in popluar color models

C16D93
RGB193109147
HSL333°40.38%59.22%
HSB/HSV333°43.52%75.69%
CMYK0.00%43.52%23.83%
24.31%

Color #C16D93 in popluar number systems.

HEXC16D93
Decimal193109147
Binary11000001110110110010011
Octal301155223

Shades and tints

Shades of #C16D93

#C16D93
(193,109,147)
#B06486
(176,100,134)
#9F5B79
(159,91,121)
#8E526C
(142,82,108)
#7D495F
(125,73,95)
#6C4052
(108,64,82)
#5B3745
(91,55,69)
#4A2E38
(74,46,56)
#39252B
(57,37,43)
#281C1E
(40,28,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #C16D93

#C16D93
(193,109,147)
#C67A9C
(198,122,156)
#CB87A5
(203,135,165)
#D094AE
(208,148,174)
#D5A1B7
(213,161,183)
#DAAEC0
(218,174,192)
#DFBBC9
(223,187,201)
#E4C8D2
(228,200,210)
#E9D5DB
(233,213,219)
#EEE2E4
(238,226,228)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C16D93; }

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

This text font color is #C16D93.


Background Color

.myBgColor { background-color: #C16D93; }

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

This div background color is #C16D93.


Border color

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

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

This div border color is #C16D93.


Opacity

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

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

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

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

This text has shadow with #C16D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16D93 on black background.


Color preview on white background

This text has color #C16D93 on white background.



Black color preview on #C16D93 background

This text has black color on #C16D93 background.


White color preview on #C16D93 background

This text has white color on #C16D93 background.