COLOR #C6738D

HEX: #C6738D
RGB: (198,115,141)

Color info

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

RGB color model

#C6738D color RGB value is (198,115,141).

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

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 141 of 255 = 55%

198
115
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 115 + 141 = 454 (100%)
R 198 of 454 ~ 43.61%
G 115 of 454 ~ 25.33%
B 141 of 454 ~ 31.06%

%43.61
%25.33
%31.06

CMYK color model

#C6738D color CMYK value is (0,42,29,22).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,42,29,22)
C0M42Y29K22 
(0%,42%,29%,22%)
(0.00/0.42/0.29/0.22)	

CMYK percentages

%0
%41.92
%28.79
%22.35

Codes

Color #C6738D in popluar color models

C6738D
RGB198115141
HSL341°42.13%61.37%
HSB/HSV341°41.92%77.65%
CMYK0.00%41.92%28.79%
22.35%

Color #C6738D in popluar number systems.

HEXC6738D
Decimal198115141
Binary11000110111001110001101
Octal306163215

Shades and tints

Shades of #C6738D

#C6738D
(198,115,141)
#B46981
(180,105,129)
#A25F75
(162,95,117)
#905569
(144,85,105)
#7E4B5D
(126,75,93)
#6C4151
(108,65,81)
#5A3745
(90,55,69)
#482D39
(72,45,57)
#36232D
(54,35,45)
#241921
(36,25,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C6738D

#C6738D
(198,115,141)
#CB7F97
(203,127,151)
#D08BA1
(208,139,161)
#D597AB
(213,151,171)
#DAA3B5
(218,163,181)
#DFAFBF
(223,175,191)
#E4BBC9
(228,187,201)
#E9C7D3
(233,199,211)
#EED3DD
(238,211,221)
#F3DFE7
(243,223,231)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6738D; }

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

This text font color is #C6738D.


Background Color

.myBgColor { background-color: #C6738D; }

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

This div background color is #C6738D.


Border color

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

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

This div border color is #C6738D.


Opacity

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

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

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

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

This text has shadow with #C6738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6738D on black background.


Color preview on white background

This text has color #C6738D on white background.



Black color preview on #C6738D background

This text has black color on #C6738D background.


White color preview on #C6738D background

This text has white color on #C6738D background.