COLOR #C17493

HEX: #C17493 RGB: (193,116,147)

Color info

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

RGB color model

#C17493 color RGB value is (193,116,147).

RGB: (193,116,147) (76%, 45%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 116 of 255 = 45%
B 147 of 255 = 58%

193
116
147

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

Portions of RGB colors in percentages

R + G + B = 193 + 116 + 147 = 456 (100%)
R 193 of 456 ~ 42.32%
G 116 of 456 ~ 25.44%
B 147 of 456 ~ 32.24'%

%42.32
%25.44
%32.24

CMYK color model

#C17493 color CMYK value is (0,40,24,24).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 23.83%
  • key color value is 24.31%

CMYK: (0,40,24,24)
C0M40Y24K24 (0%, 40%, 24%, 24%)
(0.00 / 0.40 / 0.24 / 0.24)

CMYK percentages

%0
%39.9
%23.83
%24.31

Codes

Color #C17493 in popluar color models

C1 74 93
RGB 193 116 147
HSL 336° 38.31% 60.59%
HSB/HSV 336° 39.90% 75.69%
CMYK 0.00% 39.90% 23.83%
24.31%

Color #C17493 in popluar number systems.

HEX C1 74 93
Decimal 193 116 147
Binary 11000001 1110100 10010011
Octal 301 164 223

Shades and tints

Shades of #C17493

#C17493
(193,116,147)
#B06A86
(176,106,134)
#9F6079
(159,96,121)
#8E566C
(142,86,108)
#7D4C5F
(125,76,95)
#6C4252
(108,66,82)
#5B3845
(91,56,69)
#4A2E38
(74,46,56)
#39242B
(57,36,43)
#281A1E
(40,26,30)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #C17493

#C17493
(193,116,147)
#C6809C
(198,128,156)
#CB8CA5
(203,140,165)
#D098AE
(208,152,174)
#D5A4B7
(213,164,183)
#DAB0C0
(218,176,192)
#DFBCC9
(223,188,201)
#E4C8D2
(228,200,210)
#E9D4DB
(233,212,219)
#EEE0E4
(238,224,228)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17493 color. Also use rgb(193,116,147) instead hex code.

Text Font Color

.myTextColor { color: #C17493; }

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

This text font color is #C17493.

Background Color

.myBgColor { background-color: #C17493; }

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

This div background color is #C17493.

Border color

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

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

This div border color is #C17493.

Opacity

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

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

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

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

This text has shadow with #C17493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17493.

Preview

Color preview on black background

This text has color #C17493 on black background.


Color preview on white background

This text has color #C17493 on white background.


Black color preview on #C17493 background

This text has black color on #C17493 background.


White color preview on #C17493 background

This text has white color on #C17493 background.


Related colors

Complementary color

Complementary color for #hex is #3E8B6C.


I love getcolorcode.com

Triadic colors

1 #93C174 and #7493C1 with #C17493 are triadic colors.

2 #9374C1 and #74C193 with #C17493 are triadic colors.