COLOR #C1719B

HEX: #C1719B RGB: (193,113,155)

Color info

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

RGB color model

#C1719B color RGB value is (193,113,155).

RGB: (193,113,155) (76%, 44%, 61%)

RGB channels and saturation

R 193 of 255 = 76%
G 113 of 255 = 44%
B 155 of 255 = 61%

193
113
155

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

Portions of RGB colors in percentages

R + G + B = 193 + 113 + 155 = 461 (100%)
R 193 of 461 ~ 41.87%
G 113 of 461 ~ 24.51%
B 155 of 461 ~ 33.62'%

%41.87
%24.51
%33.62

CMYK color model

#C1719B color CMYK value is (0,41,20,24).

  • cyan value is 0.00%
  • magenta value is 41.45%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK: (0,41,20,24) C0M41Y20K24 (0%,41%,20%,24%) (0.00/0.41/0.20/0.24) 

CMYK percentages

%0
%41.45
%19.69
%24.31

Codes

Color #C1719B in popluar color models

C1 71 9B
RGB 193 113 155
HSL 329° 39.22% 60.00%
HSB/HSV 329° 41.45% 75.69%
CMYK 0.00% 41.45% 19.69%
24.31%

Color #C1719B in popluar number systems.

HEX C1 71 9B
Decimal 193 113 155
Binary 11000001 1110001 10011011
Octal 301 161 233

Shades and tints

Shades of #C1719B

#C1719B
(193,113,155)
#B0678D
(176,103,141)
#9F5D7F
(159,93,127)
#8E5371
(142,83,113)
#7D4963
(125,73,99)
#6C3F55
(108,63,85)
#5B3547
(91,53,71)
#4A2B39
(74,43,57)
#39212B
(57,33,43)
#28171D
(40,23,29)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #C1719B

#C1719B
(193,113,155)
#C67DA4
(198,125,164)
#CB89AD
(203,137,173)
#D095B6
(208,149,182)
#D5A1BF
(213,161,191)
#DAADC8
(218,173,200)
#DFB9D1
(223,185,209)
#E4C5DA
(228,197,218)
#E9D1E3
(233,209,227)
#EEDDEC
(238,221,236)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1719B color. Also use rgb(193,113,155) instead hex code.

Text Font Color

.myTextColor { color: #C1719B; }

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

This text font color is #C1719B.

Background Color

.myBgColor { background-color: #C1719B; }

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

This div background color is #C1719B.

Border color

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

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

This div border color is #C1719B.

Opacity

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

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

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

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

This text has shadow with #C1719B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1719B.

Preview

Color preview on black background

This text has color #C1719B on black background.


Color preview on white background

This text has color #C1719B on white background.


Black color preview on #C1719B background

This text has black color on #C1719B background.


White color preview on #C1719B background

This text has white color on #C1719B background.


Related colors

Complementary color

Complementary color for #hex is #3E8E64.


I love getcolorcode.com

Triadic colors

1 #9BC171 and #719BC1 with #C1719B are triadic colors.

2 #9B71C1 and #71C19B with #C1719B are triadic colors.