COLOR #C68076

HEX: #C68076 RGB: (198,128,118)

Color info

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

RGB color model

#C68076 color RGB value is (198,128,118).

RGB: (198,128,118) (78%, 50%, 46%)

RGB channels and saturation

R 198 of 255 = 78%
G 128 of 255 = 50%
B 118 of 255 = 46%

198
128
118

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

Portions of RGB colors in percentages

R + G + B = 198 + 128 + 118 = 444 (100%)
R 198 of 444 ~ 44.59%
G 128 of 444 ~ 28.83%
B 118 of 444 ~ 26.58'%

%44.59
%28.83
%26.58

CMYK color model

#C68076 color CMYK value is (0,35,40,22).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 40.40%
  • key color value is 22.35%

CMYK: (0,35,40,22)
C0M35Y40K22 (0%, 35%, 40%, 22%)
(0.00 / 0.35 / 0.40 / 0.22)

CMYK percentages

%0
%35.35
%40.4
%22.35

Codes

Color #C68076 in popluar color models

C6 80 76
RGB 198 128 118
HSL 41.24% 61.96%
HSB/HSV 40.40% 77.65%
CMYK 0.00% 35.35% 40.40%
22.35%

Color #C68076 in popluar number systems.

HEX C6 80 76
Decimal 198 128 118
Binary 11000110 10000000 1110110
Octal 306 200 166

Shades and tints

Shades of #C68076

#C68076
(198,128,118)
#B4756C
(180,117,108)
#A26A62
(162,106,98)
#905F58
(144,95,88)
#7E544E
(126,84,78)
#6C4944
(108,73,68)
#5A3E3A
(90,62,58)
#483330
(72,51,48)
#362826
(54,40,38)
#241D1C
(36,29,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C68076

#C68076
(198,128,118)
#CB8B82
(203,139,130)
#D0968E
(208,150,142)
#D5A19A
(213,161,154)
#DAACA6
(218,172,166)
#DFB7B2
(223,183,178)
#E4C2BE
(228,194,190)
#E9CDCA
(233,205,202)
#EED8D6
(238,216,214)
#F3E3E2
(243,227,226)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68076; }

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

This text font color is #C68076.

Background Color

.myBgColor { background-color: #C68076; }

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

This div background color is #C68076.

Border color

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

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

This div border color is #C68076.

Opacity

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

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

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

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

This text has shadow with #C68076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68076.

Preview

Color preview on black background

This text has color #C68076 on black background.


Color preview on white background

This text has color #C68076 on white background.


Black color preview on #C68076 background

This text has black color on #C68076 background.


White color preview on #C68076 background

This text has white color on #C68076 background.


Related colors

Complementary color

Complementary color for #hex is #397F89.


I love getcolorcode.com

Triadic colors

1 #76C680 and #8076C6 with #C68076 are triadic colors.

2 #7680C6 and #80C676 with #C68076 are triadic colors.