COLOR #C17787

HEX: #C17787
RGB: (193,119,135)

Color info

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

RGB color model

#C17787 color RGB value is (193,119,135).

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

RGB channels and saturation

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

193
119
135

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

Portions of RGB colors in percentages

R + G + B =
193 + 119 + 135 = 447 (100%)
R 193 of 447 ~ 43.18%
G 119 of 447 ~ 26.62%
B 135 of 447 ~ 30.2%

%43.18
%26.62
%30.2

CMYK color model

#C17787 color CMYK value is (0,38,30,24).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(0,38,30,24)
C0M38Y30K24 
(0%,38%,30%,24%)
(0.00/0.38/0.30/0.24)	

CMYK percentages

%0
%38.34
%30.05
%24.31

Codes

Color #C17787 in popluar color models

C17787
RGB193119135
HSL347°37.37%61.18%
HSB/HSV347°38.34%75.69%
CMYK0.00%38.34%30.05%
24.31%

Color #C17787 in popluar number systems.

HEXC17787
Decimal193119135
Binary11000001111011110000111
Octal301167207

Shades and tints

Shades of #C17787

#C17787
(193,119,135)
#B06D7B
(176,109,123)
#9F636F
(159,99,111)
#8E5963
(142,89,99)
#7D4F57
(125,79,87)
#6C454B
(108,69,75)
#5B3B3F
(91,59,63)
#4A3133
(74,49,51)
#392727
(57,39,39)
#281D1B
(40,29,27)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #C17787

#C17787
(193,119,135)
#C68391
(198,131,145)
#CB8F9B
(203,143,155)
#D09BA5
(208,155,165)
#D5A7AF
(213,167,175)
#DAB3B9
(218,179,185)
#DFBFC3
(223,191,195)
#E4CBCD
(228,203,205)
#E9D7D7
(233,215,215)
#EEE3E1
(238,227,225)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17787; }

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

This text font color is #C17787.


Background Color

.myBgColor { background-color: #C17787; }

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

This div background color is #C17787.


Border color

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

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

This div border color is #C17787.


Opacity

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

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

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

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

This text has shadow with #C17787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17787 on black background.


Color preview on white background

This text has color #C17787 on white background.



Black color preview on #C17787 background

This text has black color on #C17787 background.


White color preview on #C17787 background

This text has white color on #C17787 background.