COLOR #C17E8F

HEX: #C17E8F
RGB: (193,126,143)

Color info

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

RGB color model

#C17E8F color RGB value is (193,126,143).

  • red value is 193;
  • green value is 126;
  • blue value is 143.
RGB:
(193,126,143)
(76%,49%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 126 of 255 = 49%
B 143 of 255 = 56%

193
126
143

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

Portions of RGB colors in percentages

R + G + B =
193 + 126 + 143 = 462 (100%)
R 193 of 462 ~ 41.77%
G 126 of 462 ~ 27.27%
B 143 of 462 ~ 30.95%

%41.77
%27.27
%30.95

CMYK color model

#C17E8F color CMYK value is (0,35,26,24).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 25.91%
  • key color value is 24.31%
CMYK:
(0,35,26,24)
C0M35Y26K24 
(0%,35%,26%,24%)
(0.00/0.35/0.26/0.24)	

CMYK percentages

%0
%34.72
%25.91
%24.31

Codes

Color #C17E8F in popluar color models

C17E8F
RGB193126143
HSL345°35.08%62.55%
HSB/HSV345°34.72%75.69%
CMYK0.00%34.72%25.91%
24.31%

Color #C17E8F in popluar number systems.

HEXC17E8F
Decimal193126143
Binary11000001111111010001111
Octal301176217

Shades and tints

Shades of #C17E8F

#C17E8F
(193,126,143)
#B07382
(176,115,130)
#9F6875
(159,104,117)
#8E5D68
(142,93,104)
#7D525B
(125,82,91)
#6C474E
(108,71,78)
#5B3C41
(91,60,65)
#4A3134
(74,49,52)
#392627
(57,38,39)
#281B1A
(40,27,26)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #C17E8F

#C17E8F
(193,126,143)
#C68999
(198,137,153)
#CB94A3
(203,148,163)
#D09FAD
(208,159,173)
#D5AAB7
(213,170,183)
#DAB5C1
(218,181,193)
#DFC0CB
(223,192,203)
#E4CBD5
(228,203,213)
#E9D6DF
(233,214,223)
#EEE1E9
(238,225,233)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17E8F color. Also use rgb(193,126,143) instead hex code.

Text Font Color

.myTextColor { color: #C17E8F; }

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

This text font color is #C17E8F.


Background Color

.myBgColor { background-color: #C17E8F; }

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

This div background color is #C17E8F.


Border color

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

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

This div border color is #C17E8F.


Opacity

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

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

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

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

This text has shadow with #C17E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17E8F on black background.


Color preview on white background

This text has color #C17E8F on white background.



Black color preview on #C17E8F background

This text has black color on #C17E8F background.


White color preview on #C17E8F background

This text has white color on #C17E8F background.