COLOR #C8791E

HEX: #C8791E RGB: (200,121,30)

Color info

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

RGB color model

#C8791E color RGB value is (200,121,30).

RGB: (200,121,30) (78%, 47%, 12%)

RGB channels and saturation

R 200 of 255 = 78%
G 121 of 255 = 47%
B 30 of 255 = 12%

200
121
30

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

Portions of RGB colors in percentages

R + G + B = 200 + 121 + 30 = 351 (100%)
R 200 of 351 ~ 56.98%
G 121 of 351 ~ 34.47%
B 30 of 351 ~ 8.55'%

%56.98
%34.47

CMYK color model

#C8791E color CMYK value is (0,40,85,22).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 85.00%
  • key color value is 21.57%
CMYK: (0,40,85,22) C0M40Y85K22 (0%,40%,85%,22%) (0.00/0.40/0.85/0.22) 

CMYK percentages

%0
%39.5
%85
%21.57

Codes

Color #C8791E in popluar color models

C8 79 1E
RGB 200 121 30
HSL 32° 73.91% 45.10%
HSB/HSV 32° 85.00% 78.43%
CMYK 0.00% 39.50% 85.00%
21.57%

Color #C8791E in popluar number systems.

HEX C8 79 1E
Decimal 200 121 30
Binary 11001000 1111001 11110
Octal 310 171 36

Shades and tints

Shades of #C8791E

#C8791E
(200,121,30)
#B66E1C
(182,110,28)
#A4631A
(164,99,26)
#925818
(146,88,24)
#804D16
(128,77,22)
#6E4214
(110,66,20)
#5C3712
(92,55,18)
#4A2C10
(74,44,16)
#38210E
(56,33,14)
#26160C
(38,22,12)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #C8791E

#C8791E
(200,121,30)
#CD8532
(205,133,50)
#D29146
(210,145,70)
#D79D5A
(215,157,90)
#DCA96E
(220,169,110)
#E1B582
(225,181,130)
#E6C196
(230,193,150)
#EBCDAA
(235,205,170)
#F0D9BE
(240,217,190)
#F5E5D2
(245,229,210)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8791E color. Also use rgb(200,121,30) instead hex code.

Text Font Color

.myTextColor { color: #C8791E; }

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

This text font color is #C8791E.

Background Color

.myBgColor { background-color: #C8791E; }

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

This div background color is #C8791E.

Border color

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

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

This div border color is #C8791E.

Opacity

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

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

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

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

This text has shadow with #C8791E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8791E.

Preview

Color preview on black background

This text has color #C8791E on black background.


Color preview on white background

This text has color #C8791E on white background.


Black color preview on #C8791E background

This text has black color on #C8791E background.


White color preview on #C8791E background

This text has white color on #C8791E background.


Related colors

Complementary color

Complementary color for #hex is #3786E1.


I love getcolorcode.com

Triadic colors

1 #1EC879 and #791EC8 with #C8791E are triadic colors.

2 #1E79C8 and #79C81E with #C8791E are triadic colors.