COLOR #C6798D

HEX: #C6798D
RGB: (198,121,141)

Color info

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

RGB color model

#C6798D color RGB value is (198,121,141).

  • red value is 198;
  • green value is 121;
  • blue value is 141.
RGB:
(198,121,141)
(78%,47%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 121 of 255 = 47%
B 141 of 255 = 55%

198
121
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 121 + 141 = 460 (100%)
R 198 of 460 ~ 43.04%
G 121 of 460 ~ 26.3%
B 141 of 460 ~ 30.65%

%43.04
%26.3
%30.65

CMYK color model

#C6798D color CMYK value is (0,39,29,22).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,39,29,22)
C0M39Y29K22 
(0%,39%,29%,22%)
(0.00/0.39/0.29/0.22)	

CMYK percentages

%0
%38.89
%28.79
%22.35

Codes

Color #C6798D in popluar color models

C6798D
RGB198121141
HSL344°40.31%62.55%
HSB/HSV344°38.89%77.65%
CMYK0.00%38.89%28.79%
22.35%

Color #C6798D in popluar number systems.

HEXC6798D
Decimal198121141
Binary11000110111100110001101
Octal306171215

Shades and tints

Shades of #C6798D

#C6798D
(198,121,141)
#B46E81
(180,110,129)
#A26375
(162,99,117)
#905869
(144,88,105)
#7E4D5D
(126,77,93)
#6C4251
(108,66,81)
#5A3745
(90,55,69)
#482C39
(72,44,57)
#36212D
(54,33,45)
#241621
(36,22,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #C6798D

#C6798D
(198,121,141)
#CB8597
(203,133,151)
#D091A1
(208,145,161)
#D59DAB
(213,157,171)
#DAA9B5
(218,169,181)
#DFB5BF
(223,181,191)
#E4C1C9
(228,193,201)
#E9CDD3
(233,205,211)
#EED9DD
(238,217,221)
#F3E5E7
(243,229,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6798D color. Also use rgb(198,121,141) instead hex code.

Text Font Color

.myTextColor { color: #C6798D; }

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

This text font color is #C6798D.


Background Color

.myBgColor { background-color: #C6798D; }

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

This div background color is #C6798D.


Border color

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

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

This div border color is #C6798D.


Opacity

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

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

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

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

This text has shadow with #C6798D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6798D on black background.


Color preview on white background

This text has color #C6798D on white background.



Black color preview on #C6798D background

This text has black color on #C6798D background.


White color preview on #C6798D background

This text has white color on #C6798D background.