COLOR #C17FAE

HEX: #C17FAE RGB: (193,127,174)

Color info

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

RGB color model

#C17FAE color RGB value is (193,127,174).

RGB: (193,127,174) (76%, 50%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 127 of 255 = 50%
B 174 of 255 = 68%

193
127
174

R + G + B ~ 65%. #C17FAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 127 + 174 = 494 (100%)
R 193 of 494 ~ 39.07%
G 127 of 494 ~ 25.71%
B 174 of 494 ~ 35.22'%

%39.07
%25.71
%35.22

CMYK color model

#C17FAE color CMYK value is (0,34,10,24).

  • cyan value is 0.00%
  • magenta value is 34.20%
  • yellow value is 9.84%
  • key color value is 24.31%

CMYK: (0,34,10,24)
C0M34Y10K24 (0%, 34%, 10%, 24%)
(0.00 / 0.34 / 0.10 / 0.24)

CMYK percentages

%0
%34.2
%9.84
%24.31

Codes

Color #C17FAE in popluar color models

C1 7F AE
RGB 193 127 174
HSL 317° 34.74% 62.75%
HSB/HSV 317° 34.20% 75.69%
CMYK 0.00% 34.20% 9.84%
24.31%

Color #C17FAE in popluar number systems.

HEX C1 7F AE
Decimal 193 127 174
Binary 11000001 1111111 10101110
Octal 301 177 256

Shades and tints

Shades of #C17FAE

#C17FAE
(193,127,174)
#B0749F
(176,116,159)
#9F6990
(159,105,144)
#8E5E81
(142,94,129)
#7D5372
(125,83,114)
#6C4863
(108,72,99)
#5B3D54
(91,61,84)
#4A3245
(74,50,69)
#392736
(57,39,54)
#281C27
(40,28,39)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #C17FAE

#C17FAE
(193,127,174)
#C68AB5
(198,138,181)
#CB95BC
(203,149,188)
#D0A0C3
(208,160,195)
#D5ABCA
(213,171,202)
#DAB6D1
(218,182,209)
#DFC1D8
(223,193,216)
#E4CCDF
(228,204,223)
#E9D7E6
(233,215,230)
#EEE2ED
(238,226,237)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17FAE color. Also use rgb(193,127,174) instead hex code.

Text Font Color

.myTextColor { color: #C17FAE; }

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

This text font color is #C17FAE.

Background Color

.myBgColor { background-color: #C17FAE; }

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

This div background color is #C17FAE.

Border color

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

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

This div border color is #C17FAE.

Opacity

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

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

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

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

This text has shadow with #C17FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17FAE.

Preview

Color preview on black background

This text has color #C17FAE on black background.


Color preview on white background

This text has color #C17FAE on white background.


Black color preview on #C17FAE background

This text has black color on #C17FAE background.


White color preview on #C17FAE background

This text has white color on #C17FAE background.


Related colors

Complementary color

Complementary color for #hex is #3E8051.


I love getcolorcode.com

Triadic colors

1 #AEC17F and #7FAEC1 with #C17FAE are triadic colors.

2 #AE7FC1 and #7FC1AE with #C17FAE are triadic colors.