COLOR #C67656

HEX: #C67656
RGB: (198,118,86)

Color info

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

RGB color model

#C67656 color RGB value is (198,118,86).

  • red value is 198;
  • green value is 118;
  • blue value is 86.
RGB:
(198,118,86)
(78%,46%,34%)

RGB channels and saturation

R 198 of 255 = 78%
G 118 of 255 = 46%
B 86 of 255 = 34%

198
118
86

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

Portions of RGB colors in percentages

R + G + B =
198 + 118 + 86 = 402 (100%)
R 198 of 402 ~ 49.25%
G 118 of 402 ~ 29.35%
B 86 of 402 ~ 21.39%

%49.25
%29.35
%21.39

CMYK color model

#C67656 color CMYK value is (0,40,57,22).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 56.57%
  • key color value is 22.35%
CMYK:
(0,40,57,22)
C0M40Y57K22 
(0%,40%,57%,22%)
(0.00/0.40/0.57/0.22)	

CMYK percentages

%0
%40.4
%56.57
%22.35

Codes

Color #C67656 in popluar color models

C67656
RGB19811886
HSL17°49.56%55.69%
HSB/HSV17°56.57%77.65%
CMYK0.00%40.40%56.57%
22.35%

Color #C67656 in popluar number systems.

HEXC67656
Decimal19811886
Binary1100011011101101010110
Octal306166126

Shades and tints

Shades of #C67656

#C67656
(198,118,86)
#B46C4F
(180,108,79)
#A26248
(162,98,72)
#905841
(144,88,65)
#7E4E3A
(126,78,58)
#6C4433
(108,68,51)
#5A3A2C
(90,58,44)
#483025
(72,48,37)
#36261E
(54,38,30)
#241C17
(36,28,23)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #C67656

#C67656
(198,118,86)
#CB8265
(203,130,101)
#D08E74
(208,142,116)
#D59A83
(213,154,131)
#DAA692
(218,166,146)
#DFB2A1
(223,178,161)
#E4BEB0
(228,190,176)
#E9CABF
(233,202,191)
#EED6CE
(238,214,206)
#F3E2DD
(243,226,221)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67656 color. Also use rgb(198,118,86) instead hex code.

Text Font Color

.myTextColor { color: #C67656; }

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

This text font color is #C67656.


Background Color

.myBgColor { background-color: #C67656; }

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

This div background color is #C67656.


Border color

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

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

This div border color is #C67656.


Opacity

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

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

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

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

This text has shadow with #C67656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67656 on black background.


Color preview on white background

This text has color #C67656 on white background.



Black color preview on #C67656 background

This text has black color on #C67656 background.


White color preview on #C67656 background

This text has white color on #C67656 background.