COLOR #C86732

HEX: #C86732
RGB: (200,103,50)

Color info

#C86732 contains mainly red color. Web safe color of #C86732 is #CC6633 (or #C63).

RGB color model

#C86732 color RGB value is (200,103,50).

  • red value is 200;
  • green value is 103;
  • blue value is 50.
RGB:
(200,103,50)
(78%,40%,20%)

RGB channels and saturation

R 200 of 255 = 78%
G 103 of 255 = 40%
B 50 of 255 = 20%

200
103
50

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

Portions of RGB colors in percentages

R + G + B =
200 + 103 + 50 = 353 (100%)
R 200 of 353 ~ 56.66%
G 103 of 353 ~ 29.18%
B 50 of 353 ~ 14.16%

%56.66
%29.18
%14.16

CMYK color model

#C86732 color CMYK value is (0,49,75,22).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 75.00%
  • key color value is 21.57%
CMYK:
(0,49,75,22)
C0M49Y75K22 
(0%,49%,75%,22%)
(0.00/0.49/0.75/0.22)	

CMYK percentages

%0
%48.5
%75
%21.57

Codes

Color #C86732 in popluar color models

C86732
RGB20010350
HSL21°60.00%49.02%
HSB/HSV21°75.00%78.43%
CMYK0.00%48.50%75.00%
21.57%

Color #C86732 in popluar number systems.

HEXC86732
Decimal20010350
Binary110010001100111110010
Octal31014762

Shades and tints

Shades of #C86732

#C86732
(200,103,50)
#B65E2E
(182,94,46)
#A4552A
(164,85,42)
#924C26
(146,76,38)
#804322
(128,67,34)
#6E3A1E
(110,58,30)
#5C311A
(92,49,26)
#4A2816
(74,40,22)
#381F12
(56,31,18)
#26160E
(38,22,14)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #C86732

#C86732
(200,103,50)
#CD7444
(205,116,68)
#D28156
(210,129,86)
#D78E68
(215,142,104)
#DC9B7A
(220,155,122)
#E1A88C
(225,168,140)
#E6B59E
(230,181,158)
#EBC2B0
(235,194,176)
#F0CFC2
(240,207,194)
#F5DCD4
(245,220,212)
#FAE9E6
(250,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86732 color. Also use rgb(200,103,50) instead hex code.

Text Font Color

.myTextColor { color: #C86732; }

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

This text font color is #C86732.


Background Color

.myBgColor { background-color: #C86732; }

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

This div background color is #C86732.


Border color

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

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

This div border color is #C86732.


Opacity

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

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

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

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

This text has shadow with #C86732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86732 on black background.


Color preview on white background

This text has color #C86732 on white background.



Black color preview on #C86732 background

This text has black color on #C86732 background.


White color preview on #C86732 background

This text has white color on #C86732 background.