COLOR #C16894

HEX: #C16894
RGB: (193,104,148)

Color info

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

RGB color model

#C16894 color RGB value is (193,104,148).

  • red value is 193;
  • green value is 104;
  • blue value is 148.
RGB:
(193,104,148)
(76%,41%,58%)

RGB channels and saturation

R 193 of 255 = 76%
G 104 of 255 = 41%
B 148 of 255 = 58%

193
104
148

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

Portions of RGB colors in percentages

R + G + B =
193 + 104 + 148 = 445 (100%)
R 193 of 445 ~ 43.37%
G 104 of 445 ~ 23.37%
B 148 of 445 ~ 33.26%

%43.37
%23.37
%33.26

CMYK color model

#C16894 color CMYK value is (0,46,23,24).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 23.32%
  • key color value is 24.31%
CMYK:
(0,46,23,24)
C0M46Y23K24 
(0%,46%,23%,24%)
(0.00/0.46/0.23/0.24)	

CMYK percentages

%0
%46.11
%23.32
%24.31

Codes

Color #C16894 in popluar color models

C16894
RGB193104148
HSL330°41.78%58.24%
HSB/HSV330°46.11%75.69%
CMYK0.00%46.11%23.32%
24.31%

Color #C16894 in popluar number systems.

HEXC16894
Decimal193104148
Binary11000001110100010010100
Octal301150224

Shades and tints

Shades of #C16894

#C16894
(193,104,148)
#B05F87
(176,95,135)
#9F567A
(159,86,122)
#8E4D6D
(142,77,109)
#7D4460
(125,68,96)
#6C3B53
(108,59,83)
#5B3246
(91,50,70)
#4A2939
(74,41,57)
#39202C
(57,32,44)
#28171F
(40,23,31)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #C16894

#C16894
(193,104,148)
#C6759D
(198,117,157)
#CB82A6
(203,130,166)
#D08FAF
(208,143,175)
#D59CB8
(213,156,184)
#DAA9C1
(218,169,193)
#DFB6CA
(223,182,202)
#E4C3D3
(228,195,211)
#E9D0DC
(233,208,220)
#EEDDE5
(238,221,229)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16894 color. Also use rgb(193,104,148) instead hex code.

Text Font Color

.myTextColor { color: #C16894; }

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

This text font color is #C16894.


Background Color

.myBgColor { background-color: #C16894; }

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

This div background color is #C16894.


Border color

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

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

This div border color is #C16894.


Opacity

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

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

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

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

This text has shadow with #C16894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16894 on black background.


Color preview on white background

This text has color #C16894 on white background.



Black color preview on #C16894 background

This text has black color on #C16894 background.


White color preview on #C16894 background

This text has white color on #C16894 background.