COLOR #C1747E

HEX: #C1747E
RGB: (193,116,126)

Color info

#C1747E contains mainly red color. Web safe color of #C1747E is #CC6666 (or #C66).

RGB color model

#C1747E color RGB value is (193,116,126).

  • red value is 193;
  • green value is 116;
  • blue value is 126.
RGB:
(193,116,126)
(76%,45%,49%)

RGB channels and saturation

R 193 of 255 = 76%
G 116 of 255 = 45%
B 126 of 255 = 49%

193
116
126

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

Portions of RGB colors in percentages

R + G + B =
193 + 116 + 126 = 435 (100%)
R 193 of 435 ~ 44.37%
G 116 of 435 ~ 26.67%
B 126 of 435 ~ 28.97%

%44.37
%26.67
%28.97

CMYK color model

#C1747E color CMYK value is (0,40,35,24).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK:
(0,40,35,24)
C0M40Y35K24 
(0%,40%,35%,24%)
(0.00/0.40/0.35/0.24)	

CMYK percentages

%0
%39.9
%34.72
%24.31

Codes

Color #C1747E in popluar color models

C1747E
RGB193116126
HSL352°38.31%60.59%
HSB/HSV352°39.90%75.69%
CMYK0.00%39.90%34.72%
24.31%

Color #C1747E in popluar number systems.

HEXC1747E
Decimal193116126
Binary1100000111101001111110
Octal301164176

Shades and tints

Shades of #C1747E

#C1747E
(193,116,126)
#B06A73
(176,106,115)
#9F6068
(159,96,104)
#8E565D
(142,86,93)
#7D4C52
(125,76,82)
#6C4247
(108,66,71)
#5B383C
(91,56,60)
#4A2E31
(74,46,49)
#392426
(57,36,38)
#281A1B
(40,26,27)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C1747E

#C1747E
(193,116,126)
#C68089
(198,128,137)
#CB8C94
(203,140,148)
#D0989F
(208,152,159)
#D5A4AA
(213,164,170)
#DAB0B5
(218,176,181)
#DFBCC0
(223,188,192)
#E4C8CB
(228,200,203)
#E9D4D6
(233,212,214)
#EEE0E1
(238,224,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1747E color. Also use rgb(193,116,126) instead hex code.

Text Font Color

.myTextColor { color: #C1747E; }

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

This text font color is #C1747E.


Background Color

.myBgColor { background-color: #C1747E; }

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

This div background color is #C1747E.


Border color

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

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

This div border color is #C1747E.


Opacity

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

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

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

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

This text has shadow with #C1747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1747E on black background.


Color preview on white background

This text has color #C1747E on white background.



Black color preview on #C1747E background

This text has black color on #C1747E background.


White color preview on #C1747E background

This text has white color on #C1747E background.