COLOR #C16AA6

HEX: #C16AA6
RGB: (193,106,166)

Color info

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

RGB color model

#C16AA6 color RGB value is (193,106,166).

  • red value is 193;
  • green value is 106;
  • blue value is 166.
RGB:
(193,106,166)
(76%,42%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 106 of 255 = 42%
B 166 of 255 = 65%

193
106
166

R + G + B ~ 61%. #C16AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 106 + 166 = 465 (100%)
R 193 of 465 ~ 41.51%
G 106 of 465 ~ 22.8%
B 166 of 465 ~ 35.7%

%41.51
%22.8
%35.7

CMYK color model

#C16AA6 color CMYK value is (0,45,14,24).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(0,45,14,24)
C0M45Y14K24 
(0%,45%,14%,24%)
(0.00/0.45/0.14/0.24)	

CMYK percentages

%0
%45.08
%13.99
%24.31

Codes

Color #C16AA6 in popluar color models

C16AA6
RGB193106166
HSL319°41.23%58.63%
HSB/HSV319°45.08%75.69%
CMYK0.00%45.08%13.99%
24.31%

Color #C16AA6 in popluar number systems.

HEXC16AA6
Decimal193106166
Binary11000001110101010100110
Octal301152246

Shades and tints

Shades of #C16AA6

#C16AA6
(193,106,166)
#B06197
(176,97,151)
#9F5888
(159,88,136)
#8E4F79
(142,79,121)
#7D466A
(125,70,106)
#6C3D5B
(108,61,91)
#5B344C
(91,52,76)
#4A2B3D
(74,43,61)
#39222E
(57,34,46)
#28191F
(40,25,31)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C16AA6

#C16AA6
(193,106,166)
#C677AE
(198,119,174)
#CB84B6
(203,132,182)
#D091BE
(208,145,190)
#D59EC6
(213,158,198)
#DAABCE
(218,171,206)
#DFB8D6
(223,184,214)
#E4C5DE
(228,197,222)
#E9D2E6
(233,210,230)
#EEDFEE
(238,223,238)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16AA6 color. Also use rgb(193,106,166) instead hex code.

Text Font Color

.myTextColor { color: #C16AA6; }

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

This text font color is #C16AA6.


Background Color

.myBgColor { background-color: #C16AA6; }

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

This div background color is #C16AA6.


Border color

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

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

This div border color is #C16AA6.


Opacity

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

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

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

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

This text has shadow with #C16AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16AA6 on black background.


Color preview on white background

This text has color #C16AA6 on white background.



Black color preview on #C16AA6 background

This text has black color on #C16AA6 background.


White color preview on #C16AA6 background

This text has white color on #C16AA6 background.