COLOR #C8941C

HEX: #C8941C
RGB: (200,148,28)

Color info

#C8941C contains mainly red and green colors. Web safe color of #C8941C is #CC9933 (or #C93).

RGB color model

#C8941C color RGB value is (200,148,28).

  • red value is 200;
  • green value is 148;
  • blue value is 28.
RGB:
(200,148,28)
(78%,58%,11%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 28 of 255 = 11%

200
148
28

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

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 28 = 376 (100%)
R 200 of 376 ~ 53.19%
G 148 of 376 ~ 39.36%
B 28 of 376 ~ 7.45%

%53.19
%39.36

CMYK color model

#C8941C color CMYK value is (0,26,86,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 86.00%
  • key color value is 21.57%
CMYK:
(0,26,86,22)
C0M26Y86K22 
(0%,26%,86%,22%)
(0.00/0.26/0.86/0.22)	

CMYK percentages

%0
%26
%86
%21.57

Codes

Color #C8941C in popluar color models

C8941C
RGB20014828
HSL42°75.44%44.71%
HSB/HSV42°86.00%78.43%
CMYK0.00%26.00%86.00%
21.57%

Color #C8941C in popluar number systems.

HEXC8941C
Decimal20014828
Binary110010001001010011100
Octal31022434

Shades and tints

Shades of #C8941C

#C8941C
(200,148,28)
#B6871A
(182,135,26)
#A47A18
(164,122,24)
#926D16
(146,109,22)
#806014
(128,96,20)
#6E5312
(110,83,18)
#5C4610
(92,70,16)
#4A390E
(74,57,14)
#382C0C
(56,44,12)
#261F0A
(38,31,10)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #C8941C

#C8941C
(200,148,28)
#CD9D30
(205,157,48)
#D2A644
(210,166,68)
#D7AF58
(215,175,88)
#DCB86C
(220,184,108)
#E1C180
(225,193,128)
#E6CA94
(230,202,148)
#EBD3A8
(235,211,168)
#F0DCBC
(240,220,188)
#F5E5D0
(245,229,208)
#FAEEE4
(250,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8941C color. Also use rgb(200,148,28) instead hex code.

Text Font Color

.myTextColor { color: #C8941C; }

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

This text font color is #C8941C.


Background Color

.myBgColor { background-color: #C8941C; }

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

This div background color is #C8941C.


Border color

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

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

This div border color is #C8941C.


Opacity

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

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

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

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

This text has shadow with #C8941C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8941C on black background.


Color preview on white background

This text has color #C8941C on white background.



Black color preview on #C8941C background

This text has black color on #C8941C background.


White color preview on #C8941C background

This text has white color on #C8941C background.