COLOR #C8714A

HEX: #C8714A
RGB: (200,113,74)

Color info

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

RGB color model

#C8714A color RGB value is (200,113,74).

  • red value is 200;
  • green value is 113;
  • blue value is 74.
RGB:
(200,113,74)
(78%,44%,29%)

RGB channels and saturation

R 200 of 255 = 78%
G 113 of 255 = 44%
B 74 of 255 = 29%

200
113
74

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

Portions of RGB colors in percentages

R + G + B =
200 + 113 + 74 = 387 (100%)
R 200 of 387 ~ 51.68%
G 113 of 387 ~ 29.2%
B 74 of 387 ~ 19.12%

%51.68
%29.2
%19.12

CMYK color model

#C8714A color CMYK value is (0,44,63,22).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 63.00%
  • key color value is 21.57%
CMYK:
(0,44,63,22)
C0M44Y63K22 
(0%,44%,63%,22%)
(0.00/0.44/0.63/0.22)	

CMYK percentages

%0
%43.5
%63
%21.57

Codes

Color #C8714A in popluar color models

C8714A
RGB20011374
HSL19°53.39%53.73%
HSB/HSV19°63.00%78.43%
CMYK0.00%43.50%63.00%
21.57%

Color #C8714A in popluar number systems.

HEXC8714A
Decimal20011374
Binary1100100011100011001010
Octal310161112

Shades and tints

Shades of #C8714A

#C8714A
(200,113,74)
#B66744
(182,103,68)
#A45D3E
(164,93,62)
#925338
(146,83,56)
#804932
(128,73,50)
#6E3F2C
(110,63,44)
#5C3526
(92,53,38)
#4A2B20
(74,43,32)
#38211A
(56,33,26)
#261714
(38,23,20)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #C8714A

#C8714A
(200,113,74)
#CD7D5A
(205,125,90)
#D2896A
(210,137,106)
#D7957A
(215,149,122)
#DCA18A
(220,161,138)
#E1AD9A
(225,173,154)
#E6B9AA
(230,185,170)
#EBC5BA
(235,197,186)
#F0D1CA
(240,209,202)
#F5DDDA
(245,221,218)
#FAE9EA
(250,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8714A color. Also use rgb(200,113,74) instead hex code.

Text Font Color

.myTextColor { color: #C8714A; }

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

This text font color is #C8714A.


Background Color

.myBgColor { background-color: #C8714A; }

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

This div background color is #C8714A.


Border color

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

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

This div border color is #C8714A.


Opacity

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

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

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

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

This text has shadow with #C8714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8714A on black background.


Color preview on white background

This text has color #C8714A on white background.



Black color preview on #C8714A background

This text has black color on #C8714A background.


White color preview on #C8714A background

This text has white color on #C8714A background.