COLOR #C8736A

HEX: #C8736A RGB: (200,115,106)

Color info

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

RGB color model

#C8736A color RGB value is (200,115,106).

RGB: (200,115,106) (78%, 45%, 42%)

RGB channels and saturation

R 200 of 255 = 78%
G 115 of 255 = 45%
B 106 of 255 = 42%

200
115
106

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

Portions of RGB colors in percentages

R + G + B = 200 + 115 + 106 = 421 (100%)
R 200 of 421 ~ 47.51%
G 115 of 421 ~ 27.32%
B 106 of 421 ~ 25.18'%

%47.51
%27.32
%25.18

CMYK color model

#C8736A color CMYK value is (0,43,47,22).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 47.00%
  • key color value is 21.57%

CMYK: (0,43,47,22)
C0M43Y47K22 (0%, 43%, 47%, 22%)
(0.00 / 0.43 / 0.47 / 0.22)

CMYK percentages

%0
%42.5
%47
%21.57

Codes

Color #C8736A in popluar color models

C8 73 6A
RGB 200 115 106
HSL 46.08% 60.00%
HSB/HSV 47.00% 78.43%
CMYK 0.00% 42.50% 47.00%
21.57%

Color #C8736A in popluar number systems.

HEX C8 73 6A
Decimal 200 115 106
Binary 11001000 1110011 1101010
Octal 310 163 152

Shades and tints

Shades of #C8736A

#C8736A
(200,115,106)
#B66961
(182,105,97)
#A45F58
(164,95,88)
#92554F
(146,85,79)
#804B46
(128,75,70)
#6E413D
(110,65,61)
#5C3734
(92,55,52)
#4A2D2B
(74,45,43)
#382322
(56,35,34)
#261919
(38,25,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #C8736A

#C8736A
(200,115,106)
#CD7F77
(205,127,119)
#D28B84
(210,139,132)
#D79791
(215,151,145)
#DCA39E
(220,163,158)
#E1AFAB
(225,175,171)
#E6BBB8
(230,187,184)
#EBC7C5
(235,199,197)
#F0D3D2
(240,211,210)
#F5DFDF
(245,223,223)
#FAEBEC
(250,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8736A color. Also use rgb(200,115,106) instead hex code.

Text Font Color

.myTextColor { color: #C8736A; }

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

This text font color is #C8736A.

Background Color

.myBgColor { background-color: #C8736A; }

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

This div background color is #C8736A.

Border color

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

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

This div border color is #C8736A.

Opacity

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

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

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

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

This text has shadow with #C8736A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8736A.

Preview

Color preview on black background

This text has color #C8736A on black background.


Color preview on white background

This text has color #C8736A on white background.


Black color preview on #C8736A background

This text has black color on #C8736A background.


White color preview on #C8736A background

This text has white color on #C8736A background.


Related colors

Complementary color

Complementary color for #hex is #378C95.


I love getcolorcode.com

Triadic colors

1 #6AC873 and #736AC8 with #C8736A are triadic colors.

2 #6A73C8 and #73C86A with #C8736A are triadic colors.