COLOR #C8936B

HEX: #C8936B
RGB: (200,147,107)

Color info

#C8936B contains mainly red and green colors. Web safe color of #C8936B is #CC9966 (or #C96).

RGB color model

#C8936B color RGB value is (200,147,107).

  • red value is 200;
  • green value is 147;
  • blue value is 107.
RGB:
(200,147,107)
(78%,58%,42%)

RGB channels and saturation

R 200 of 255 = 78%
G 147 of 255 = 58%
B 107 of 255 = 42%

200
147
107

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

Portions of RGB colors in percentages

R + G + B =
200 + 147 + 107 = 454 (100%)
R 200 of 454 ~ 44.05%
G 147 of 454 ~ 32.38%
B 107 of 454 ~ 23.57%

%44.05
%32.38
%23.57

CMYK color model

#C8936B color CMYK value is (0,27,47,22).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 46.50%
  • key color value is 21.57%
CMYK:
(0,27,47,22)
C0M27Y47K22 
(0%,27%,47%,22%)
(0.00/0.27/0.47/0.22)	

CMYK percentages

%0
%26.5
%46.5
%21.57

Codes

Color #C8936B in popluar color models

C8936B
RGB200147107
HSL26°45.81%60.20%
HSB/HSV26°46.50%78.43%
CMYK0.00%26.50%46.50%
21.57%

Color #C8936B in popluar number systems.

HEXC8936B
Decimal200147107
Binary11001000100100111101011
Octal310223153

Shades and tints

Shades of #C8936B

#C8936B
(200,147,107)
#B68662
(182,134,98)
#A47959
(164,121,89)
#926C50
(146,108,80)
#805F47
(128,95,71)
#6E523E
(110,82,62)
#5C4535
(92,69,53)
#4A382C
(74,56,44)
#382B23
(56,43,35)
#261E1A
(38,30,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C8936B

#C8936B
(200,147,107)
#CD9C78
(205,156,120)
#D2A585
(210,165,133)
#D7AE92
(215,174,146)
#DCB79F
(220,183,159)
#E1C0AC
(225,192,172)
#E6C9B9
(230,201,185)
#EBD2C6
(235,210,198)
#F0DBD3
(240,219,211)
#F5E4E0
(245,228,224)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8936B color. Also use rgb(200,147,107) instead hex code.

Text Font Color

.myTextColor { color: #C8936B; }

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

This text font color is #C8936B.


Background Color

.myBgColor { background-color: #C8936B; }

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

This div background color is #C8936B.


Border color

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

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

This div border color is #C8936B.


Opacity

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

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

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

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

This text has shadow with #C8936B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8936B on black background.


Color preview on white background

This text has color #C8936B on white background.



Black color preview on #C8936B background

This text has black color on #C8936B background.


White color preview on #C8936B background

This text has white color on #C8936B background.