COLOR #C6747D

HEX: #C6747D
RGB: (198,116,125)

Color info

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

RGB color model

#C6747D color RGB value is (198,116,125).

  • red value is 198;
  • green value is 116;
  • blue value is 125.
RGB:
(198,116,125)
(78%,45%,49%)

RGB channels and saturation

R 198 of 255 = 78%
G 116 of 255 = 45%
B 125 of 255 = 49%

198
116
125

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

Portions of RGB colors in percentages

R + G + B =
198 + 116 + 125 = 439 (100%)
R 198 of 439 ~ 45.1%
G 116 of 439 ~ 26.42%
B 125 of 439 ~ 28.47%

%45.1
%26.42
%28.47

CMYK color model

#C6747D color CMYK value is (0,41,37,22).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 36.87%
  • key color value is 22.35%
CMYK:
(0,41,37,22)
C0M41Y37K22 
(0%,41%,37%,22%)
(0.00/0.41/0.37/0.22)	

CMYK percentages

%0
%41.41
%36.87
%22.35

Codes

Color #C6747D in popluar color models

C6747D
RGB198116125
HSL353°41.84%61.57%
HSB/HSV353°41.41%77.65%
CMYK0.00%41.41%36.87%
22.35%

Color #C6747D in popluar number systems.

HEXC6747D
Decimal198116125
Binary1100011011101001111101
Octal306164175

Shades and tints

Shades of #C6747D

#C6747D
(198,116,125)
#B46A72
(180,106,114)
#A26067
(162,96,103)
#90565C
(144,86,92)
#7E4C51
(126,76,81)
#6C4246
(108,66,70)
#5A383B
(90,56,59)
#482E30
(72,46,48)
#362425
(54,36,37)
#241A1A
(36,26,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #C6747D

#C6747D
(198,116,125)
#CB8088
(203,128,136)
#D08C93
(208,140,147)
#D5989E
(213,152,158)
#DAA4A9
(218,164,169)
#DFB0B4
(223,176,180)
#E4BCBF
(228,188,191)
#E9C8CA
(233,200,202)
#EED4D5
(238,212,213)
#F3E0E0
(243,224,224)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6747D color. Also use rgb(198,116,125) instead hex code.

Text Font Color

.myTextColor { color: #C6747D; }

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

This text font color is #C6747D.


Background Color

.myBgColor { background-color: #C6747D; }

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

This div background color is #C6747D.


Border color

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

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

This div border color is #C6747D.


Opacity

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

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

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

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

This text has shadow with #C6747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6747D on black background.


Color preview on white background

This text has color #C6747D on white background.



Black color preview on #C6747D background

This text has black color on #C6747D background.


White color preview on #C6747D background

This text has white color on #C6747D background.