COLOR #C8601B

HEX: #C8601B
RGB: (200,96,27)

Color info

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

RGB color model

#C8601B color RGB value is (200,96,27).

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

RGB channels and saturation

R 200 of 255 = 78%
G 96 of 255 = 38%
B 27 of 255 = 11%

200
96
27

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

Portions of RGB colors in percentages

R + G + B =
200 + 96 + 27 = 323 (100%)
R 200 of 323 ~ 61.92%
G 96 of 323 ~ 29.72%
B 27 of 323 ~ 8.36%

%61.92
%29.72

CMYK color model

#C8601B color CMYK value is (0,52,87,22).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 86.50%
  • key color value is 21.57%
CMYK:
(0,52,87,22)
C0M52Y87K22 
(0%,52%,87%,22%)
(0.00/0.52/0.87/0.22)	

CMYK percentages

%0
%52
%86.5
%21.57

Codes

Color #C8601B in popluar color models

C8601B
RGB2009627
HSL24°76.21%44.51%
HSB/HSV24°86.50%78.43%
CMYK0.00%52.00%86.50%
21.57%

Color #C8601B in popluar number systems.

HEXC8601B
Decimal2009627
Binary11001000110000011011
Octal31014033

Shades and tints

Shades of #C8601B

#C8601B
(200,96,27)
#B65819
(182,88,25)
#A45017
(164,80,23)
#924815
(146,72,21)
#804013
(128,64,19)
#6E3811
(110,56,17)
#5C300F
(92,48,15)
#4A280D
(74,40,13)
#38200B
(56,32,11)
#261809
(38,24,9)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #C8601B

#C8601B
(200,96,27)
#CD6E2F
(205,110,47)
#D27C43
(210,124,67)
#D78A57
(215,138,87)
#DC986B
(220,152,107)
#E1A67F
(225,166,127)
#E6B493
(230,180,147)
#EBC2A7
(235,194,167)
#F0D0BB
(240,208,187)
#F5DECF
(245,222,207)
#FAECE3
(250,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8601B; }

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

This text font color is #C8601B.


Background Color

.myBgColor { background-color: #C8601B; }

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

This div background color is #C8601B.


Border color

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

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

This div border color is #C8601B.


Opacity

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

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

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

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

This text has shadow with #C8601B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8601B on black background.


Color preview on white background

This text has color #C8601B on white background.



Black color preview on #C8601B background

This text has black color on #C8601B background.


White color preview on #C8601B background

This text has white color on #C8601B background.