COLOR #C1718D

HEX: #C1718D
RGB: (193,113,141)

Color info

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

RGB color model

#C1718D color RGB value is (193,113,141).

  • red value is 193;
  • green value is 113;
  • blue value is 141.
RGB:
(193,113,141)
(76%,44%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 113 of 255 = 44%
B 141 of 255 = 55%

193
113
141

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

Portions of RGB colors in percentages

R + G + B =
193 + 113 + 141 = 447 (100%)
R 193 of 447 ~ 43.18%
G 113 of 447 ~ 25.28%
B 141 of 447 ~ 31.54%

%43.18
%25.28
%31.54

CMYK color model

#C1718D color CMYK value is (0,41,27,24).

  • cyan value is 0.00%
  • magenta value is 41.45%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(0,41,27,24)
C0M41Y27K24 
(0%,41%,27%,24%)
(0.00/0.41/0.27/0.24)	

CMYK percentages

%0
%41.45
%26.94
%24.31

Codes

Color #C1718D in popluar color models

C1718D
RGB193113141
HSL339°39.22%60.00%
HSB/HSV339°41.45%75.69%
CMYK0.00%41.45%26.94%
24.31%

Color #C1718D in popluar number systems.

HEXC1718D
Decimal193113141
Binary11000001111000110001101
Octal301161215

Shades and tints

Shades of #C1718D

#C1718D
(193,113,141)
#B06781
(176,103,129)
#9F5D75
(159,93,117)
#8E5369
(142,83,105)
#7D495D
(125,73,93)
#6C3F51
(108,63,81)
#5B3545
(91,53,69)
#4A2B39
(74,43,57)
#39212D
(57,33,45)
#281721
(40,23,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #C1718D

#C1718D
(193,113,141)
#C67D97
(198,125,151)
#CB89A1
(203,137,161)
#D095AB
(208,149,171)
#D5A1B5
(213,161,181)
#DAADBF
(218,173,191)
#DFB9C9
(223,185,201)
#E4C5D3
(228,197,211)
#E9D1DD
(233,209,221)
#EEDDE7
(238,221,231)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1718D; }

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

This text font color is #C1718D.


Background Color

.myBgColor { background-color: #C1718D; }

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

This div background color is #C1718D.


Border color

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

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

This div border color is #C1718D.


Opacity

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

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

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

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

This text has shadow with #C1718D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1718D on black background.


Color preview on white background

This text has color #C1718D on white background.



Black color preview on #C1718D background

This text has black color on #C1718D background.


White color preview on #C1718D background

This text has white color on #C1718D background.