COLOR #C17F9A

HEX: #C17F9A RGB: (193,127,154)

Color info

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

RGB color model

#C17F9A color RGB value is (193,127,154).

RGB: (193,127,154) (76%, 50%, 60%)

RGB channels and saturation

R 193 of 255 = 76%
G 127 of 255 = 50%
B 154 of 255 = 60%

193
127
154

R + G + B ~ 62%. #C17F9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 127 + 154 = 474 (100%)
R 193 of 474 ~ 40.72%
G 127 of 474 ~ 26.79%
B 154 of 474 ~ 32.49'%

%40.72
%26.79
%32.49

CMYK color model

#C17F9A color CMYK value is (0,34,20,24).

  • cyan value is 0.00%
  • magenta value is 34.20%
  • yellow value is 20.21%
  • key color value is 24.31%
CMYK: (0,34,20,24) C0M34Y20K24 (0%,34%,20%,24%) (0.00/0.34/0.20/0.24) 

CMYK percentages

%0
%34.2
%20.21
%24.31

Codes

Color #C17F9A in popluar color models

C1 7F 9A
RGB 193 127 154
HSL 335° 34.74% 62.75%
HSB/HSV 335° 34.20% 75.69%
CMYK 0.00% 34.20% 20.21%
24.31%

Color #C17F9A in popluar number systems.

HEX C1 7F 9A
Decimal 193 127 154
Binary 11000001 1111111 10011010
Octal 301 177 232

Shades and tints

Shades of #C17F9A

#C17F9A
(193,127,154)
#B0748C
(176,116,140)
#9F697E
(159,105,126)
#8E5E70
(142,94,112)
#7D5362
(125,83,98)
#6C4854
(108,72,84)
#5B3D46
(91,61,70)
#4A3238
(74,50,56)
#39272A
(57,39,42)
#281C1C
(40,28,28)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C17F9A

#C17F9A
(193,127,154)
#C68AA3
(198,138,163)
#CB95AC
(203,149,172)
#D0A0B5
(208,160,181)
#D5ABBE
(213,171,190)
#DAB6C7
(218,182,199)
#DFC1D0
(223,193,208)
#E4CCD9
(228,204,217)
#E9D7E2
(233,215,226)
#EEE2EB
(238,226,235)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17F9A color. Also use rgb(193,127,154) instead hex code.

Text Font Color

.myTextColor { color: #C17F9A; }

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

This text font color is #C17F9A.

Background Color

.myBgColor { background-color: #C17F9A; }

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

This div background color is #C17F9A.

Border color

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

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

This div border color is #C17F9A.

Opacity

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

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

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

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

This text has shadow with #C17F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17F9A.

Preview

Color preview on black background

This text has color #C17F9A on black background.


Color preview on white background

This text has color #C17F9A on white background.


Black color preview on #C17F9A background

This text has black color on #C17F9A background.


White color preview on #C17F9A background

This text has white color on #C17F9A background.


Related colors

Complementary color

Complementary color for #hex is #3E8065.


I love getcolorcode.com

Triadic colors

1 #9AC17F and #7F9AC1 with #C17F9A are triadic colors.

2 #9A7FC1 and #7FC19A with #C17F9A are triadic colors.