COLOR #C17AA8

HEX: #C17AA8 RGB: (193,122,168)

Color info

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

RGB color model

#C17AA8 color RGB value is (193,122,168).

RGB: (193,122,168) (76%, 48%, 66%)

RGB channels and saturation

R 193 of 255 = 76%
G 122 of 255 = 48%
B 168 of 255 = 66%

193
122
168

R + G + B ~ 63%. #C17AA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 122 + 168 = 483 (100%)
R 193 of 483 ~ 39.96%
G 122 of 483 ~ 25.26%
B 168 of 483 ~ 34.78'%

%39.96
%25.26
%34.78

CMYK color model

#C17AA8 color CMYK value is (0,37,13,24).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 12.95%
  • key color value is 24.31%

CMYK: (0,37,13,24)
C0M37Y13K24 (0%, 37%, 13%, 24%)
(0.00 / 0.37 / 0.13 / 0.24)

CMYK percentages

%0
%36.79
%12.95
%24.31

Codes

Color #C17AA8 in popluar color models

C1 7A A8
RGB 193 122 168
HSL 321° 36.41% 61.76%
HSB/HSV 321° 36.79% 75.69%
CMYK 0.00% 36.79% 12.95%
24.31%

Color #C17AA8 in popluar number systems.

HEX C1 7A A8
Decimal 193 122 168
Binary 11000001 1111010 10101000
Octal 301 172 250

Shades and tints

Shades of #C17AA8

#C17AA8
(193,122,168)
#B06F99
(176,111,153)
#9F648A
(159,100,138)
#8E597B
(142,89,123)
#7D4E6C
(125,78,108)
#6C435D
(108,67,93)
#5B384E
(91,56,78)
#4A2D3F
(74,45,63)
#392230
(57,34,48)
#281721
(40,23,33)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #C17AA8

#C17AA8
(193,122,168)
#C686AF
(198,134,175)
#CB92B6
(203,146,182)
#D09EBD
(208,158,189)
#D5AAC4
(213,170,196)
#DAB6CB
(218,182,203)
#DFC2D2
(223,194,210)
#E4CED9
(228,206,217)
#E9DAE0
(233,218,224)
#EEE6E7
(238,230,231)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17AA8; }

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

This text font color is #C17AA8.

Background Color

.myBgColor { background-color: #C17AA8; }

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

This div background color is #C17AA8.

Border color

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

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

This div border color is #C17AA8.

Opacity

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

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

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

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

This text has shadow with #C17AA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17AA8.

Preview

Color preview on black background

This text has color #C17AA8 on black background.


Color preview on white background

This text has color #C17AA8 on white background.


Black color preview on #C17AA8 background

This text has black color on #C17AA8 background.


White color preview on #C17AA8 background

This text has white color on #C17AA8 background.


Related colors

Complementary color

Complementary color for #hex is #3E8557.


I love getcolorcode.com

Triadic colors

1 #A8C17A and #7AA8C1 with #C17AA8 are triadic colors.

2 #A87AC1 and #7AC1A8 with #C17AA8 are triadic colors.