COLOR #C17A9E

HEX: #C17A9E
RGB: (193,122,158)

Color info

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

RGB color model

#C17A9E color RGB value is (193,122,158).

  • red value is 193;
  • green value is 122;
  • blue value is 158.
RGB:
(193,122,158)
(76%,48%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 122 of 255 = 48%
B 158 of 255 = 62%

193
122
158

R + G + B ~ 62%. #C17A9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 122 + 158 = 473 (100%)
R 193 of 473 ~ 40.8%
G 122 of 473 ~ 25.79%
B 158 of 473 ~ 33.4%

%40.8
%25.79
%33.4

CMYK color model

#C17A9E color CMYK value is (0,37,18,24).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(0,37,18,24)
C0M37Y18K24 
(0%,37%,18%,24%)
(0.00/0.37/0.18/0.24)	

CMYK percentages

%0
%36.79
%18.13
%24.31

Codes

Color #C17A9E in popluar color models

C17A9E
RGB193122158
HSL330°36.41%61.76%
HSB/HSV330°36.79%75.69%
CMYK0.00%36.79%18.13%
24.31%

Color #C17A9E in popluar number systems.

HEXC17A9E
Decimal193122158
Binary11000001111101010011110
Octal301172236

Shades and tints

Shades of #C17A9E

#C17A9E
(193,122,158)
#B06F90
(176,111,144)
#9F6482
(159,100,130)
#8E5974
(142,89,116)
#7D4E66
(125,78,102)
#6C4358
(108,67,88)
#5B384A
(91,56,74)
#4A2D3C
(74,45,60)
#39222E
(57,34,46)
#281720
(40,23,32)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #C17A9E

#C17A9E
(193,122,158)
#C686A6
(198,134,166)
#CB92AE
(203,146,174)
#D09EB6
(208,158,182)
#D5AABE
(213,170,190)
#DAB6C6
(218,182,198)
#DFC2CE
(223,194,206)
#E4CED6
(228,206,214)
#E9DADE
(233,218,222)
#EEE6E6
(238,230,230)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17A9E color. Also use rgb(193,122,158) instead hex code.

Text Font Color

.myTextColor { color: #C17A9E; }

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

This text font color is #C17A9E.


Background Color

.myBgColor { background-color: #C17A9E; }

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

This div background color is #C17A9E.


Border color

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

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

This div border color is #C17A9E.


Opacity

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

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

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

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

This text has shadow with #C17A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17A9E on black background.


Color preview on white background

This text has color #C17A9E on white background.



Black color preview on #C17A9E background

This text has black color on #C17A9E background.


White color preview on #C17A9E background

This text has white color on #C17A9E background.