COLOR #C17C87

HEX: #C17C87 RGB: (193,124,135)

Color info

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

RGB color model

#C17C87 color RGB value is (193,124,135).

RGB: (193,124,135) (76%, 49%, 53%)

RGB channels and saturation

R 193 of 255 = 76%
G 124 of 255 = 49%
B 135 of 255 = 53%

193
124
135

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

Portions of RGB colors in percentages

R + G + B = 193 + 124 + 135 = 452 (100%)
R 193 of 452 ~ 42.7%
G 124 of 452 ~ 27.43%
B 135 of 452 ~ 29.87'%

%42.7
%27.43
%29.87

CMYK color model

#C17C87 color CMYK value is (0,36,30,24).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 30.05%
  • key color value is 24.31%

CMYK: (0,36,30,24)
C0M36Y30K24 (0%, 36%, 30%, 24%)
(0.00 / 0.36 / 0.30 / 0.24)

CMYK percentages

%0
%35.75
%30.05
%24.31

Codes

Color #C17C87 in popluar color models

C1 7C 87
RGB 193 124 135
HSL 350° 35.75% 62.16%
HSB/HSV 350° 35.75% 75.69%
CMYK 0.00% 35.75% 30.05%
24.31%

Color #C17C87 in popluar number systems.

HEX C1 7C 87
Decimal 193 124 135
Binary 11000001 1111100 10000111
Octal 301 174 207

Shades and tints

Shades of #C17C87

#C17C87
(193,124,135)
#B0717B
(176,113,123)
#9F666F
(159,102,111)
#8E5B63
(142,91,99)
#7D5057
(125,80,87)
#6C454B
(108,69,75)
#5B3A3F
(91,58,63)
#4A2F33
(74,47,51)
#392427
(57,36,39)
#28191B
(40,25,27)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #C17C87

#C17C87
(193,124,135)
#C68791
(198,135,145)
#CB929B
(203,146,155)
#D09DA5
(208,157,165)
#D5A8AF
(213,168,175)
#DAB3B9
(218,179,185)
#DFBEC3
(223,190,195)
#E4C9CD
(228,201,205)
#E9D4D7
(233,212,215)
#EEDFE1
(238,223,225)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17C87 color. Also use rgb(193,124,135) instead hex code.

Text Font Color

.myTextColor { color: #C17C87; }

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

This text font color is #C17C87.

Background Color

.myBgColor { background-color: #C17C87; }

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

This div background color is #C17C87.

Border color

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

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

This div border color is #C17C87.

Opacity

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

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

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

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

This text has shadow with #C17C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17C87.

Preview

Color preview on black background

This text has color #C17C87 on black background.


Color preview on white background

This text has color #C17C87 on white background.


Black color preview on #C17C87 background

This text has black color on #C17C87 background.


White color preview on #C17C87 background

This text has white color on #C17C87 background.


Related colors

Complementary color

Complementary color for #hex is #3E8378.


I love getcolorcode.com

Triadic colors

1 #87C17C and #7C87C1 with #C17C87 are triadic colors.

2 #877CC1 and #7CC187 with #C17C87 are triadic colors.