COLOR #C16EA8

HEX: #C16EA8 RGB: (193,110,168)

Color info

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

RGB color model

#C16EA8 color RGB value is (193,110,168).

RGB: (193,110,168) (76%, 43%, 66%)

RGB channels and saturation

R 193 of 255 = 76%
G 110 of 255 = 43%
B 168 of 255 = 66%

193
110
168

R + G + B ~ 62%. #C16EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 110 + 168 = 471 (100%)
R 193 of 471 ~ 40.98%
G 110 of 471 ~ 23.35%
B 168 of 471 ~ 35.67'%

%40.98
%23.35
%35.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 12.95%
  • key color value is 24.31%
CMYK: (0,43,13,24) C0M43Y13K24 (0%,43%,13%,24%) (0.00/0.43/0.13/0.24) 

CMYK percentages

%0
%43.01
%12.95
%24.31

Codes

Color #C16EA8 in popluar color models

C1 6E A8
RGB 193 110 168
HSL 318° 40.10% 59.41%
HSB/HSV 318° 43.01% 75.69%
CMYK 0.00% 43.01% 12.95%
24.31%

Color #C16EA8 in popluar number systems.

HEX C1 6E A8
Decimal 193 110 168
Binary 11000001 1101110 10101000
Octal 301 156 250

Shades and tints

Shades of #C16EA8

#C16EA8
(193,110,168)
#B06499
(176,100,153)
#9F5A8A
(159,90,138)
#8E507B
(142,80,123)
#7D466C
(125,70,108)
#6C3C5D
(108,60,93)
#5B324E
(91,50,78)
#4A283F
(74,40,63)
#391E30
(57,30,48)
#281421
(40,20,33)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #C16EA8

#C16EA8
(193,110,168)
#C67BAF
(198,123,175)
#CB88B6
(203,136,182)
#D095BD
(208,149,189)
#D5A2C4
(213,162,196)
#DAAFCB
(218,175,203)
#DFBCD2
(223,188,210)
#E4C9D9
(228,201,217)
#E9D6E0
(233,214,224)
#EEE3E7
(238,227,231)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C16EA8; }

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

This text font color is #C16EA8.

Background Color

.myBgColor { background-color: #C16EA8; }

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

This div background color is #C16EA8.

Border color

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

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

This div border color is #C16EA8.

Opacity

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

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

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

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

This text has shadow with #C16EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C16EA8.

Preview

Color preview on black background

This text has color #C16EA8 on black background.


Color preview on white background

This text has color #C16EA8 on white background.


Black color preview on #C16EA8 background

This text has black color on #C16EA8 background.


White color preview on #C16EA8 background

This text has white color on #C16EA8 background.


Related colors

Complementary color

Complementary color for #hex is #3E9157.


I love getcolorcode.com

Triadic colors

1 #A8C16E and #6EA8C1 with #C16EA8 are triadic colors.

2 #A86EC1 and #6EC1A8 with #C16EA8 are triadic colors.