COLOR #C17987

HEX: #C17987
RGB: (193,121,135)

Color info

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

RGB color model

#C17987 color RGB value is (193,121,135).

  • red value is 193;
  • green value is 121;
  • blue value is 135.
RGB:
(193,121,135)
(76%,47%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 121 of 255 = 47%
B 135 of 255 = 53%

193
121
135

R + G + B ~ 59%. #C17987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 121 + 135 = 449 (100%)
R 193 of 449 ~ 42.98%
G 121 of 449 ~ 26.95%
B 135 of 449 ~ 30.07%

%42.98
%26.95
%30.07

CMYK color model

#C17987 color CMYK value is (0,37,30,24).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(0,37,30,24)
C0M37Y30K24 
(0%,37%,30%,24%)
(0.00/0.37/0.30/0.24)	

CMYK percentages

%0
%37.31
%30.05
%24.31

Codes

Color #C17987 in popluar color models

C17987
RGB193121135
HSL348°36.73%61.57%
HSB/HSV348°37.31%75.69%
CMYK0.00%37.31%30.05%
24.31%

Color #C17987 in popluar number systems.

HEXC17987
Decimal193121135
Binary11000001111100110000111
Octal301171207

Shades and tints

Shades of #C17987

#C17987
(193,121,135)
#B06E7B
(176,110,123)
#9F636F
(159,99,111)
#8E5863
(142,88,99)
#7D4D57
(125,77,87)
#6C424B
(108,66,75)
#5B373F
(91,55,63)
#4A2C33
(74,44,51)
#392127
(57,33,39)
#28161B
(40,22,27)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #C17987

#C17987
(193,121,135)
#C68591
(198,133,145)
#CB919B
(203,145,155)
#D09DA5
(208,157,165)
#D5A9AF
(213,169,175)
#DAB5B9
(218,181,185)
#DFC1C3
(223,193,195)
#E4CDCD
(228,205,205)
#E9D9D7
(233,217,215)
#EEE5E1
(238,229,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17987 color. Also use rgb(193,121,135) instead hex code.

Text Font Color

.myTextColor { color: #C17987; }

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

This text font color is #C17987.


Background Color

.myBgColor { background-color: #C17987; }

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

This div background color is #C17987.


Border color

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

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

This div border color is #C17987.


Opacity

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

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

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

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

This text has shadow with #C17987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17987 on black background.


Color preview on white background

This text has color #C17987 on white background.



Black color preview on #C17987 background

This text has black color on #C17987 background.


White color preview on #C17987 background

This text has white color on #C17987 background.