COLOR #C17B9D

HEX: #C17B9D
RGB: (193,123,157)

Color info

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

RGB color model

#C17B9D color RGB value is (193,123,157).

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

RGB channels and saturation

R 193 of 255 = 76%
G 123 of 255 = 48%
B 157 of 255 = 62%

193
123
157

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

Portions of RGB colors in percentages

R + G + B =
193 + 123 + 157 = 473 (100%)
R 193 of 473 ~ 40.8%
G 123 of 473 ~ 26%
B 157 of 473 ~ 33.19%

%40.8
%26
%33.19

CMYK color model

#C17B9D color CMYK value is (0,36,19,24).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK:
(0,36,19,24)
C0M36Y19K24 
(0%,36%,19%,24%)
(0.00/0.36/0.19/0.24)	

CMYK percentages

%0
%36.27
%18.65
%24.31

Codes

Color #C17B9D in popluar color models

C17B9D
RGB193123157
HSL331°36.08%61.96%
HSB/HSV331°36.27%75.69%
CMYK0.00%36.27%18.65%
24.31%

Color #C17B9D in popluar number systems.

HEXC17B9D
Decimal193123157
Binary11000001111101110011101
Octal301173235

Shades and tints

Shades of #C17B9D

#C17B9D
(193,123,157)
#B0708F
(176,112,143)
#9F6581
(159,101,129)
#8E5A73
(142,90,115)
#7D4F65
(125,79,101)
#6C4457
(108,68,87)
#5B3949
(91,57,73)
#4A2E3B
(74,46,59)
#39232D
(57,35,45)
#28181F
(40,24,31)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #C17B9D

#C17B9D
(193,123,157)
#C687A5
(198,135,165)
#CB93AD
(203,147,173)
#D09FB5
(208,159,181)
#D5ABBD
(213,171,189)
#DAB7C5
(218,183,197)
#DFC3CD
(223,195,205)
#E4CFD5
(228,207,213)
#E9DBDD
(233,219,221)
#EEE7E5
(238,231,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17B9D color. Also use rgb(193,123,157) instead hex code.

Text Font Color

.myTextColor { color: #C17B9D; }

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

This text font color is #C17B9D.


Background Color

.myBgColor { background-color: #C17B9D; }

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

This div background color is #C17B9D.


Border color

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

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

This div border color is #C17B9D.


Opacity

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

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

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

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

This text has shadow with #C17B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17B9D on black background.


Color preview on white background

This text has color #C17B9D on white background.



Black color preview on #C17B9D background

This text has black color on #C17B9D background.


White color preview on #C17B9D background

This text has white color on #C17B9D background.