COLOR #C17195

HEX: #C17195 RGB: (193,113,149)

Color info

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

RGB color model

#C17195 color RGB value is (193,113,149).

RGB: (193,113,149) (76%, 44%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 113 of 255 = 44%
B 149 of 255 = 58%

193
113
149

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

Portions of RGB colors in percentages

R + G + B = 193 + 113 + 149 = 455 (100%)
R 193 of 455 ~ 42.42%
G 113 of 455 ~ 24.84%
B 149 of 455 ~ 32.75'%

%42.42
%24.84
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.45%
  • yellow value is 22.80%
  • 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
%41.45
%22.8
%24.31

Codes

Color #C17195 in popluar color models

C1 71 95
RGB 193 113 149
HSL 333° 39.22% 60.00%
HSB/HSV 333° 41.45% 75.69%
CMYK 0.00% 41.45% 22.80%
24.31%

Color #C17195 in popluar number systems.

HEX C1 71 95
Decimal 193 113 149
Binary 11000001 1110001 10010101
Octal 301 161 225

Shades and tints

Shades of #C17195

#C17195
(193,113,149)
#B06788
(176,103,136)
#9F5D7B
(159,93,123)
#8E536E
(142,83,110)
#7D4961
(125,73,97)
#6C3F54
(108,63,84)
#5B3547
(91,53,71)
#4A2B3A
(74,43,58)
#39212D
(57,33,45)
#281720
(40,23,32)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #C17195

#C17195
(193,113,149)
#C67D9E
(198,125,158)
#CB89A7
(203,137,167)
#D095B0
(208,149,176)
#D5A1B9
(213,161,185)
#DAADC2
(218,173,194)
#DFB9CB
(223,185,203)
#E4C5D4
(228,197,212)
#E9D1DD
(233,209,221)
#EEDDE6
(238,221,230)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17195 color. Also use rgb(193,113,149) instead hex code.

Text Font Color

.myTextColor { color: #C17195; }

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

This text font color is #C17195.

Background Color

.myBgColor { background-color: #C17195; }

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

This div background color is #C17195.

Border color

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

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

This div border color is #C17195.

Opacity

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

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

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

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

This text has shadow with #C17195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17195.

Preview

Color preview on black background

This text has color #C17195 on black background.


Color preview on white background

This text has color #C17195 on white background.


Black color preview on #C17195 background

This text has black color on #C17195 background.


White color preview on #C17195 background

This text has white color on #C17195 background.


Related colors

Complementary color

Complementary color for #hex is #3E8E6A.


I love getcolorcode.com

Triadic colors

1 #95C171 and #7195C1 with #C17195 are triadic colors.

2 #9571C1 and #71C195 with #C17195 are triadic colors.