COLOR #C17ABF

HEX: #C17ABF RGB: (193,122,191)

Color info

#C17ABF contains mainly red and blue colors. Web safe color of #C17ABF is #CC66CC (or #C6C).

RGB color model

#C17ABF color RGB value is (193,122,191).

RGB: (193,122,191) (76%, 48%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 122 of 255 = 48%
B 191 of 255 = 75%

193
122
191

R + G + B ~ 66%. #C17ABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 122 + 191 = 506 (100%)
R 193 of 506 ~ 38.14%
G 122 of 506 ~ 24.11%
B 191 of 506 ~ 37.75'%

%38.14
%24.11
%37.75

CMYK color model

#C17ABF color CMYK value is (0,37,1,24).

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

CMYK: (0,37,1,24)
C0M37Y1K24 (0%, 37%, 1%, 24%)
(0.00 / 0.37 / 0.01 / 0.24)

CMYK percentages

%0
%36.79
%1.04
%24.31

Codes

Color #C17ABF in popluar color models

C1 7A BF
RGB 193 122 191
HSL 302° 36.41% 61.76%
HSB/HSV 302° 36.79% 75.69%
CMYK 0.00% 36.79% 1.04%
24.31%

Color #C17ABF in popluar number systems.

HEX C1 7A BF
Decimal 193 122 191
Binary 11000001 1111010 10111111
Octal 301 172 277

Shades and tints

Shades of #C17ABF

#C17ABF
(193,122,191)
#B06FAE
(176,111,174)
#9F649D
(159,100,157)
#8E598C
(142,89,140)
#7D4E7B
(125,78,123)
#6C436A
(108,67,106)
#5B3859
(91,56,89)
#4A2D48
(74,45,72)
#392237
(57,34,55)
#281726
(40,23,38)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #C17ABF

#C17ABF
(193,122,191)
#C686C4
(198,134,196)
#CB92C9
(203,146,201)
#D09ECE
(208,158,206)
#D5AAD3
(213,170,211)
#DAB6D8
(218,182,216)
#DFC2DD
(223,194,221)
#E4CEE2
(228,206,226)
#E9DAE7
(233,218,231)
#EEE6EC
(238,230,236)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17ABF; }

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

This text font color is #C17ABF.

Background Color

.myBgColor { background-color: #C17ABF; }

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

This div background color is #C17ABF.

Border color

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

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

This div border color is #C17ABF.

Opacity

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

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

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

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

This text has shadow with #C17ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17ABF.

Preview

Color preview on black background

This text has color #C17ABF on black background.


Color preview on white background

This text has color #C17ABF on white background.


Black color preview on #C17ABF background

This text has black color on #C17ABF background.


White color preview on #C17ABF background

This text has white color on #C17ABF background.


Related colors

Complementary color

Complementary color for #hex is #3E8540.


I love getcolorcode.com

Triadic colors

1 #BFC17A and #7ABFC1 with #C17ABF are triadic colors.

2 #BF7AC1 and #7AC1BF with #C17ABF are triadic colors.