COLOR #C17497

HEX: #C17497
RGB: (193,116,151)

Color info

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

RGB color model

#C17497 color RGB value is (193,116,151).

  • red value is 193;
  • green value is 116;
  • blue value is 151.
RGB:
(193,116,151)
(76%,45%,59%)

RGB channels and saturation

R 193 of 255 = 76%
G 116 of 255 = 45%
B 151 of 255 = 59%

193
116
151

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

Portions of RGB colors in percentages

R + G + B =
193 + 116 + 151 = 460 (100%)
R 193 of 460 ~ 41.96%
G 116 of 460 ~ 25.22%
B 151 of 460 ~ 32.83%

%41.96
%25.22
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 21.76%
  • key color value is 24.31%
CMYK:
(0,40,22,24)
C0M40Y22K24 
(0%,40%,22%,24%)
(0.00/0.40/0.22/0.24)	

CMYK percentages

%0
%39.9
%21.76
%24.31

Codes

Color #C17497 in popluar color models

C17497
RGB193116151
HSL333°38.31%60.59%
HSB/HSV333°39.90%75.69%
CMYK0.00%39.90%21.76%
24.31%

Color #C17497 in popluar number systems.

HEXC17497
Decimal193116151
Binary11000001111010010010111
Octal301164227

Shades and tints

Shades of #C17497

#C17497
(193,116,151)
#B06A8A
(176,106,138)
#9F607D
(159,96,125)
#8E5670
(142,86,112)
#7D4C63
(125,76,99)
#6C4256
(108,66,86)
#5B3849
(91,56,73)
#4A2E3C
(74,46,60)
#39242F
(57,36,47)
#281A22
(40,26,34)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #C17497

#C17497
(193,116,151)
#C680A0
(198,128,160)
#CB8CA9
(203,140,169)
#D098B2
(208,152,178)
#D5A4BB
(213,164,187)
#DAB0C4
(218,176,196)
#DFBCCD
(223,188,205)
#E4C8D6
(228,200,214)
#E9D4DF
(233,212,223)
#EEE0E8
(238,224,232)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17497; }

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

This text font color is #C17497.


Background Color

.myBgColor { background-color: #C17497; }

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

This div background color is #C17497.


Border color

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

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

This div border color is #C17497.


Opacity

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

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

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

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

This text has shadow with #C17497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17497 on black background.


Color preview on white background

This text has color #C17497 on white background.



Black color preview on #C17497 background

This text has black color on #C17497 background.


White color preview on #C17497 background

This text has white color on #C17497 background.