COLOR #C86C1B

HEX: #C86C1B
RGB: (200,108,27)

Color info

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

RGB color model

#C86C1B color RGB value is (200,108,27).

  • red value is 200;
  • green value is 108;
  • blue value is 27.
RGB:
(200,108,27)
(78%,42%,11%)

RGB channels and saturation

R 200 of 255 = 78%
G 108 of 255 = 42%
B 27 of 255 = 11%

200
108
27

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

Portions of RGB colors in percentages

R + G + B =
200 + 108 + 27 = 335 (100%)
R 200 of 335 ~ 59.7%
G 108 of 335 ~ 32.24%
B 27 of 335 ~ 8.06%

%59.7
%32.24

CMYK color model

#C86C1B color CMYK value is (0,46,87,22).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 86.50%
  • key color value is 21.57%
CMYK:
(0,46,87,22)
C0M46Y87K22 
(0%,46%,87%,22%)
(0.00/0.46/0.87/0.22)	

CMYK percentages

%0
%46
%86.5
%21.57

Codes

Color #C86C1B in popluar color models

C86C1B
RGB20010827
HSL28°76.21%44.51%
HSB/HSV28°86.50%78.43%
CMYK0.00%46.00%86.50%
21.57%

Color #C86C1B in popluar number systems.

HEXC86C1B
Decimal20010827
Binary11001000110110011011
Octal31015433

Shades and tints

Shades of #C86C1B

#C86C1B
(200,108,27)
#B66319
(182,99,25)
#A45A17
(164,90,23)
#925115
(146,81,21)
#804813
(128,72,19)
#6E3F11
(110,63,17)
#5C360F
(92,54,15)
#4A2D0D
(74,45,13)
#38240B
(56,36,11)
#261B09
(38,27,9)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #C86C1B

#C86C1B
(200,108,27)
#CD792F
(205,121,47)
#D28643
(210,134,67)
#D79357
(215,147,87)
#DCA06B
(220,160,107)
#E1AD7F
(225,173,127)
#E6BA93
(230,186,147)
#EBC7A7
(235,199,167)
#F0D4BB
(240,212,187)
#F5E1CF
(245,225,207)
#FAEEE3
(250,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86C1B; }

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

This text font color is #C86C1B.


Background Color

.myBgColor { background-color: #C86C1B; }

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

This div background color is #C86C1B.


Border color

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

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

This div border color is #C86C1B.


Opacity

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

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

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

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

This text has shadow with #C86C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86C1B on black background.


Color preview on white background

This text has color #C86C1B on white background.



Black color preview on #C86C1B background

This text has black color on #C86C1B background.


White color preview on #C86C1B background

This text has white color on #C86C1B background.