COLOR #C17F9C

HEX: #C17F9C RGB: (193,127,156)

Color info

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

RGB color model

#C17F9C color RGB value is (193,127,156).

RGB: (193,127,156) (76%, 50%, 61%)

RGB channels and saturation

R 193 of 255 = 76%
G 127 of 255 = 50%
B 156 of 255 = 61%

193
127
156

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

Portions of RGB colors in percentages

R + G + B = 193 + 127 + 156 = 476 (100%)
R 193 of 476 ~ 40.55%
G 127 of 476 ~ 26.68%
B 156 of 476 ~ 32.77'%

%40.55
%26.68
%32.77

CMYK color model

#C17F9C color CMYK value is (0,34,19,24).

  • cyan value is 0.00%
  • magenta value is 34.20%
  • yellow value is 19.17%
  • key color value is 24.31%

CMYK: (0,34,19,24)
C0M34Y19K24 (0%, 34%, 19%, 24%)
(0.00 / 0.34 / 0.19 / 0.24)

CMYK percentages

%0
%34.2
%19.17
%24.31

Codes

Color #C17F9C in popluar color models

C1 7F 9C
RGB 193 127 156
HSL 334° 34.74% 62.75%
HSB/HSV 334° 34.20% 75.69%
CMYK 0.00% 34.20% 19.17%
24.31%

Color #C17F9C in popluar number systems.

HEX C1 7F 9C
Decimal 193 127 156
Binary 11000001 1111111 10011100
Octal 301 177 234

Shades and tints

Shades of #C17F9C

#C17F9C
(193,127,156)
#B0748E
(176,116,142)
#9F6980
(159,105,128)
#8E5E72
(142,94,114)
#7D5364
(125,83,100)
#6C4856
(108,72,86)
#5B3D48
(91,61,72)
#4A323A
(74,50,58)
#39272C
(57,39,44)
#281C1E
(40,28,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #C17F9C

#C17F9C
(193,127,156)
#C68AA5
(198,138,165)
#CB95AE
(203,149,174)
#D0A0B7
(208,160,183)
#D5ABC0
(213,171,192)
#DAB6C9
(218,182,201)
#DFC1D2
(223,193,210)
#E4CCDB
(228,204,219)
#E9D7E4
(233,215,228)
#EEE2ED
(238,226,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17F9C; }

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

This text font color is #C17F9C.

Background Color

.myBgColor { background-color: #C17F9C; }

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

This div background color is #C17F9C.

Border color

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

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

This div border color is #C17F9C.

Opacity

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

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

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

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

This text has shadow with #C17F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17F9C.

Preview

Color preview on black background

This text has color #C17F9C on black background.


Color preview on white background

This text has color #C17F9C on white background.


Black color preview on #C17F9C background

This text has black color on #C17F9C background.


White color preview on #C17F9C background

This text has white color on #C17F9C background.


Related colors

Complementary color

Complementary color for #hex is #3E8063.


I love getcolorcode.com

Triadic colors

1 #9CC17F and #7F9CC1 with #C17F9C are triadic colors.

2 #9C7FC1 and #7FC19C with #C17F9C are triadic colors.