COLOR #C16C8C

HEX: #C16C8C RGB: (193,108,140)

Color info

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

RGB color model

#C16C8C color RGB value is (193,108,140).

RGB: (193,108,140) (76%, 42%, 55%)

RGB channels and saturation

R 193 of 255 = 76%
G 108 of 255 = 42%
B 140 of 255 = 55%

193
108
140

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

Portions of RGB colors in percentages

R + G + B = 193 + 108 + 140 = 441 (100%)
R 193 of 441 ~ 43.76%
G 108 of 441 ~ 24.49%
B 140 of 441 ~ 31.75'%

%43.76
%24.49
%31.75

CMYK color model

#C16C8C color CMYK value is (0,44,27,24).

  • cyan value is 0.00%
  • magenta value is 44.04%
  • yellow value is 27.46%
  • key color value is 24.31%

CMYK: (0,44,27,24)
C0M44Y27K24 (0%, 44%, 27%, 24%)
(0.00 / 0.44 / 0.27 / 0.24)

CMYK percentages

%0
%44.04
%27.46
%24.31

Codes

Color #C16C8C in popluar color models

C1 6C 8C
RGB 193 108 140
HSL 337° 40.67% 59.02%
HSB/HSV 337° 44.04% 75.69%
CMYK 0.00% 44.04% 27.46%
24.31%

Color #C16C8C in popluar number systems.

HEX C1 6C 8C
Decimal 193 108 140
Binary 11000001 1101100 10001100
Octal 301 154 214

Shades and tints

Shades of #C16C8C

#C16C8C
(193,108,140)
#B06380
(176,99,128)
#9F5A74
(159,90,116)
#8E5168
(142,81,104)
#7D485C
(125,72,92)
#6C3F50
(108,63,80)
#5B3644
(91,54,68)
#4A2D38
(74,45,56)
#39242C
(57,36,44)
#281B20
(40,27,32)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #C16C8C

#C16C8C
(193,108,140)
#C67996
(198,121,150)
#CB86A0
(203,134,160)
#D093AA
(208,147,170)
#D5A0B4
(213,160,180)
#DAADBE
(218,173,190)
#DFBAC8
(223,186,200)
#E4C7D2
(228,199,210)
#E9D4DC
(233,212,220)
#EEE1E6
(238,225,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16C8C color. Also use rgb(193,108,140) instead hex code.

Text Font Color

.myTextColor { color: #C16C8C; }

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

This text font color is #C16C8C.

Background Color

.myBgColor { background-color: #C16C8C; }

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

This div background color is #C16C8C.

Border color

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

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

This div border color is #C16C8C.

Opacity

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

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

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

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

This text has shadow with #C16C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C16C8C.

Preview

Color preview on black background

This text has color #C16C8C on black background.


Color preview on white background

This text has color #C16C8C on white background.


Black color preview on #C16C8C background

This text has black color on #C16C8C background.


White color preview on #C16C8C background

This text has white color on #C16C8C background.


Related colors

Complementary color

Complementary color for #hex is #3E9373.


I love getcolorcode.com

Triadic colors

1 #8CC16C and #6C8CC1 with #C16C8C are triadic colors.

2 #8C6CC1 and #6CC18C with #C16C8C are triadic colors.