COLOR #C6704E

HEX: #C6704E
RGB: (198,112,78)

Color info

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

RGB color model

#C6704E color RGB value is (198,112,78).

  • red value is 198;
  • green value is 112;
  • blue value is 78.
RGB:
(198,112,78)
(78%,44%,31%)

RGB channels and saturation

R 198 of 255 = 78%
G 112 of 255 = 44%
B 78 of 255 = 31%

198
112
78

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

Portions of RGB colors in percentages

R + G + B =
198 + 112 + 78 = 388 (100%)
R 198 of 388 ~ 51.03%
G 112 of 388 ~ 28.87%
B 78 of 388 ~ 20.1%

%51.03
%28.87
%20.1

CMYK color model

#C6704E color CMYK value is (0,43,61,22).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 60.61%
  • key color value is 22.35%
CMYK:
(0,43,61,22)
C0M43Y61K22 
(0%,43%,61%,22%)
(0.00/0.43/0.61/0.22)	

CMYK percentages

%0
%43.43
%60.61
%22.35

Codes

Color #C6704E in popluar color models

C6704E
RGB19811278
HSL17°51.28%54.12%
HSB/HSV17°60.61%77.65%
CMYK0.00%43.43%60.61%
22.35%

Color #C6704E in popluar number systems.

HEXC6704E
Decimal19811278
Binary1100011011100001001110
Octal306160116

Shades and tints

Shades of #C6704E

#C6704E
(198,112,78)
#B46647
(180,102,71)
#A25C40
(162,92,64)
#905239
(144,82,57)
#7E4832
(126,72,50)
#6C3E2B
(108,62,43)
#5A3424
(90,52,36)
#482A1D
(72,42,29)
#362016
(54,32,22)
#24160F
(36,22,15)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #C6704E

#C6704E
(198,112,78)
#CB7D5E
(203,125,94)
#D08A6E
(208,138,110)
#D5977E
(213,151,126)
#DAA48E
(218,164,142)
#DFB19E
(223,177,158)
#E4BEAE
(228,190,174)
#E9CBBE
(233,203,190)
#EED8CE
(238,216,206)
#F3E5DE
(243,229,222)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6704E color. Also use rgb(198,112,78) instead hex code.

Text Font Color

.myTextColor { color: #C6704E; }

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

This text font color is #C6704E.


Background Color

.myBgColor { background-color: #C6704E; }

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

This div background color is #C6704E.


Border color

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

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

This div border color is #C6704E.


Opacity

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

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

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

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

This text has shadow with #C6704E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6704E on black background.


Color preview on white background

This text has color #C6704E on white background.



Black color preview on #C6704E background

This text has black color on #C6704E background.


White color preview on #C6704E background

This text has white color on #C6704E background.