COLOR #C17294

HEX: #C17294 RGB: (193,114,148)

Color info

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

RGB color model

#C17294 color RGB value is (193,114,148).

RGB: (193,114,148) (76%, 45%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 114 of 255 = 45%
B 148 of 255 = 58%

193
114
148

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

Portions of RGB colors in percentages

R + G + B = 193 + 114 + 148 = 455 (100%)
R 193 of 455 ~ 42.42%
G 114 of 455 ~ 25.05%
B 148 of 455 ~ 32.53'%

%42.42
%25.05
%32.53

CMYK color model

#C17294 color CMYK value is (0,41,23,24).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 23.32%
  • key color value is 24.31%

CMYK: (0,41,23,24)
C0M41Y23K24 (0%, 41%, 23%, 24%)
(0.00 / 0.41 / 0.23 / 0.24)

CMYK percentages

%0
%40.93
%23.32
%24.31

Codes

Color #C17294 in popluar color models

C1 72 94
RGB 193 114 148
HSL 334° 38.92% 60.20%
HSB/HSV 334° 40.93% 75.69%
CMYK 0.00% 40.93% 23.32%
24.31%

Color #C17294 in popluar number systems.

HEX C1 72 94
Decimal 193 114 148
Binary 11000001 1110010 10010100
Octal 301 162 224

Shades and tints

Shades of #C17294

#C17294
(193,114,148)
#B06887
(176,104,135)
#9F5E7A
(159,94,122)
#8E546D
(142,84,109)
#7D4A60
(125,74,96)
#6C4053
(108,64,83)
#5B3646
(91,54,70)
#4A2C39
(74,44,57)
#39222C
(57,34,44)
#28181F
(40,24,31)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #C17294

#C17294
(193,114,148)
#C67E9D
(198,126,157)
#CB8AA6
(203,138,166)
#D096AF
(208,150,175)
#D5A2B8
(213,162,184)
#DAAEC1
(218,174,193)
#DFBACA
(223,186,202)
#E4C6D3
(228,198,211)
#E9D2DC
(233,210,220)
#EEDEE5
(238,222,229)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17294 color. Also use rgb(193,114,148) instead hex code.

Text Font Color

.myTextColor { color: #C17294; }

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

This text font color is #C17294.

Background Color

.myBgColor { background-color: #C17294; }

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

This div background color is #C17294.

Border color

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

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

This div border color is #C17294.

Opacity

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

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

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

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

This text has shadow with #C17294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17294.

Preview

Color preview on black background

This text has color #C17294 on black background.


Color preview on white background

This text has color #C17294 on white background.


Black color preview on #C17294 background

This text has black color on #C17294 background.


White color preview on #C17294 background

This text has white color on #C17294 background.


Related colors

Complementary color

Complementary color for #hex is #3E8D6B.


I love getcolorcode.com

Triadic colors

1 #94C172 and #7294C1 with #C17294 are triadic colors.

2 #9472C1 and #72C194 with #C17294 are triadic colors.