COLOR #C16E93

HEX: #C16E93
RGB: (193,110,147)

Color info

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

RGB color model

#C16E93 color RGB value is (193,110,147).

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

RGB channels and saturation

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

193
110
147

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

Portions of RGB colors in percentages

R + G + B =
193 + 110 + 147 = 450 (100%)
R 193 of 450 ~ 42.89%
G 110 of 450 ~ 24.44%
B 147 of 450 ~ 32.67%

%42.89
%24.44
%32.67

CMYK color model

#C16E93 color CMYK value is (0,43,24,24).

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 23.83%
  • key color value is 24.31%
CMYK:
(0,43,24,24)
C0M43Y24K24 
(0%,43%,24%,24%)
(0.00/0.43/0.24/0.24)	

CMYK percentages

%0
%43.01
%23.83
%24.31

Codes

Color #C16E93 in popluar color models

C16E93
RGB193110147
HSL333°40.10%59.41%
HSB/HSV333°43.01%75.69%
CMYK0.00%43.01%23.83%
24.31%

Color #C16E93 in popluar number systems.

HEXC16E93
Decimal193110147
Binary11000001110111010010011
Octal301156223

Shades and tints

Shades of #C16E93

#C16E93
(193,110,147)
#B06486
(176,100,134)
#9F5A79
(159,90,121)
#8E506C
(142,80,108)
#7D465F
(125,70,95)
#6C3C52
(108,60,82)
#5B3245
(91,50,69)
#4A2838
(74,40,56)
#391E2B
(57,30,43)
#28141E
(40,20,30)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #C16E93

#C16E93
(193,110,147)
#C67B9C
(198,123,156)
#CB88A5
(203,136,165)
#D095AE
(208,149,174)
#D5A2B7
(213,162,183)
#DAAFC0
(218,175,192)
#DFBCC9
(223,188,201)
#E4C9D2
(228,201,210)
#E9D6DB
(233,214,219)
#EEE3E4
(238,227,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C16E93; }

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

This text font color is #C16E93.


Background Color

.myBgColor { background-color: #C16E93; }

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

This div background color is #C16E93.


Border color

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

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

This div border color is #C16E93.


Opacity

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

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

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

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

This text has shadow with #C16E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16E93 on black background.


Color preview on white background

This text has color #C16E93 on white background.



Black color preview on #C16E93 background

This text has black color on #C16E93 background.


White color preview on #C16E93 background

This text has white color on #C16E93 background.