COLOR #C8796C

HEX: #C8796C RGB: (200,121,108)

Color info

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

RGB color model

#C8796C color RGB value is (200,121,108).

RGB: (200,121,108) (78%, 47%, 42%)

RGB channels and saturation

R 200 of 255 = 78%
G 121 of 255 = 47%
B 108 of 255 = 42%

200
121
108

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

Portions of RGB colors in percentages

R + G + B = 200 + 121 + 108 = 429 (100%)
R 200 of 429 ~ 46.62%
G 121 of 429 ~ 28.21%
B 108 of 429 ~ 25.17'%

%46.62
%28.21
%25.17

CMYK color model

#C8796C color CMYK value is (0,40,46,22).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 46.00%
  • key color value is 21.57%
CMYK: (0,40,46,22) C0M40Y46K22 (0%,40%,46%,22%) (0.00/0.40/0.46/0.22) 

CMYK percentages

%0
%39.5
%46
%21.57

Codes

Color #C8796C in popluar color models

C8 79 6C
RGB 200 121 108
HSL 45.54% 60.39%
HSB/HSV 46.00% 78.43%
CMYK 0.00% 39.50% 46.00%
21.57%

Color #C8796C in popluar number systems.

HEX C8 79 6C
Decimal 200 121 108
Binary 11001000 1111001 1101100
Octal 310 171 154

Shades and tints

Shades of #C8796C

#C8796C
(200,121,108)
#B66E63
(182,110,99)
#A4635A
(164,99,90)
#925851
(146,88,81)
#804D48
(128,77,72)
#6E423F
(110,66,63)
#5C3736
(92,55,54)
#4A2C2D
(74,44,45)
#382124
(56,33,36)
#26161B
(38,22,27)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #C8796C

#C8796C
(200,121,108)
#CD8579
(205,133,121)
#D29186
(210,145,134)
#D79D93
(215,157,147)
#DCA9A0
(220,169,160)
#E1B5AD
(225,181,173)
#E6C1BA
(230,193,186)
#EBCDC7
(235,205,199)
#F0D9D4
(240,217,212)
#F5E5E1
(245,229,225)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8796C color. Also use rgb(200,121,108) instead hex code.

Text Font Color

.myTextColor { color: #C8796C; }

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

This text font color is #C8796C.

Background Color

.myBgColor { background-color: #C8796C; }

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

This div background color is #C8796C.

Border color

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

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

This div border color is #C8796C.

Opacity

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

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

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

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

This text has shadow with #C8796C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8796C.

Preview

Color preview on black background

This text has color #C8796C on black background.


Color preview on white background

This text has color #C8796C on white background.


Black color preview on #C8796C background

This text has black color on #C8796C background.


White color preview on #C8796C background

This text has white color on #C8796C background.


Related colors

Complementary color

Complementary color for #hex is #378693.


I love getcolorcode.com

Triadic colors

1 #6CC879 and #796CC8 with #C8796C are triadic colors.

2 #6C79C8 and #79C86C with #C8796C are triadic colors.