COLOR #C17AA0

HEX: #C17AA0
RGB: (193,122,160)

Color info

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

RGB color model

#C17AA0 color RGB value is (193,122,160).

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

RGB channels and saturation

R 193 of 255 = 76%
G 122 of 255 = 48%
B 160 of 255 = 63%

193
122
160

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

Portions of RGB colors in percentages

R + G + B =
193 + 122 + 160 = 475 (100%)
R 193 of 475 ~ 40.63%
G 122 of 475 ~ 25.68%
B 160 of 475 ~ 33.68%

%40.63
%25.68
%33.68

CMYK color model

#C17AA0 color CMYK value is (0,37,17,24).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,37,17,24)
C0M37Y17K24 
(0%,37%,17%,24%)
(0.00/0.37/0.17/0.24)	

CMYK percentages

%0
%36.79
%17.1
%24.31

Codes

Color #C17AA0 in popluar color models

C17AA0
RGB193122160
HSL328°36.41%61.76%
HSB/HSV328°36.79%75.69%
CMYK0.00%36.79%17.10%
24.31%

Color #C17AA0 in popluar number systems.

HEXC17AA0
Decimal193122160
Binary11000001111101010100000
Octal301172240

Shades and tints

Shades of #C17AA0

#C17AA0
(193,122,160)
#B06F92
(176,111,146)
#9F6484
(159,100,132)
#8E5976
(142,89,118)
#7D4E68
(125,78,104)
#6C435A
(108,67,90)
#5B384C
(91,56,76)
#4A2D3E
(74,45,62)
#392230
(57,34,48)
#281722
(40,23,34)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #C17AA0

#C17AA0
(193,122,160)
#C686A8
(198,134,168)
#CB92B0
(203,146,176)
#D09EB8
(208,158,184)
#D5AAC0
(213,170,192)
#DAB6C8
(218,182,200)
#DFC2D0
(223,194,208)
#E4CED8
(228,206,216)
#E9DAE0
(233,218,224)
#EEE6E8
(238,230,232)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17AA0; }

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

This text font color is #C17AA0.


Background Color

.myBgColor { background-color: #C17AA0; }

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

This div background color is #C17AA0.


Border color

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

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

This div border color is #C17AA0.


Opacity

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

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

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

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

This text has shadow with #C17AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17AA0 on black background.


Color preview on white background

This text has color #C17AA0 on white background.



Black color preview on #C17AA0 background

This text has black color on #C17AA0 background.


White color preview on #C17AA0 background

This text has white color on #C17AA0 background.