COLOR #C16A9D

HEX: #C16A9D RGB: (193,106,157)

Color info

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

RGB color model

#C16A9D color RGB value is (193,106,157).

RGB: (193,106,157) (76%, 42%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 106 of 255 = 42%
B 157 of 255 = 62%

193
106
157

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

Portions of RGB colors in percentages

R + G + B = 193 + 106 + 157 = 456 (100%)
R 193 of 456 ~ 42.32%
G 106 of 456 ~ 23.25%
B 157 of 456 ~ 34.43'%

%42.32
%23.25
%34.43

CMYK color model

#C16A9D color CMYK value is (0,45,19,24).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 18.65%
  • key color value is 24.31%

CMYK: (0,45,19,24)
C0M45Y19K24 (0%, 45%, 19%, 24%)
(0.00 / 0.45 / 0.19 / 0.24)

CMYK percentages

%0
%45.08
%18.65
%24.31

Codes

Color #C16A9D in popluar color models

C1 6A 9D
RGB 193 106 157
HSL 325° 41.23% 58.63%
HSB/HSV 325° 45.08% 75.69%
CMYK 0.00% 45.08% 18.65%
24.31%

Color #C16A9D in popluar number systems.

HEX C1 6A 9D
Decimal 193 106 157
Binary 11000001 1101010 10011101
Octal 301 152 235

Shades and tints

Shades of #C16A9D

#C16A9D
(193,106,157)
#B0618F
(176,97,143)
#9F5881
(159,88,129)
#8E4F73
(142,79,115)
#7D4665
(125,70,101)
#6C3D57
(108,61,87)
#5B3449
(91,52,73)
#4A2B3B
(74,43,59)
#39222D
(57,34,45)
#28191F
(40,25,31)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #C16A9D

#C16A9D
(193,106,157)
#C677A5
(198,119,165)
#CB84AD
(203,132,173)
#D091B5
(208,145,181)
#D59EBD
(213,158,189)
#DAABC5
(218,171,197)
#DFB8CD
(223,184,205)
#E4C5D5
(228,197,213)
#E9D2DD
(233,210,221)
#EEDFE5
(238,223,229)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C16A9D; }

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

This text font color is #C16A9D.

Background Color

.myBgColor { background-color: #C16A9D; }

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

This div background color is #C16A9D.

Border color

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

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

This div border color is #C16A9D.

Opacity

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

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

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

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

This text has shadow with #C16A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C16A9D.

Preview

Color preview on black background

This text has color #C16A9D on black background.


Color preview on white background

This text has color #C16A9D on white background.


Black color preview on #C16A9D background

This text has black color on #C16A9D background.


White color preview on #C16A9D background

This text has white color on #C16A9D background.


Related colors

Complementary color

Complementary color for #hex is #3E9562.


I love getcolorcode.com

Triadic colors

1 #9DC16A and #6A9DC1 with #C16A9D are triadic colors.

2 #9D6AC1 and #6AC19D with #C16A9D are triadic colors.