COLOR #C8724D

HEX: #C8724D
RGB: (200,114,77)

Color info

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

RGB color model

#C8724D color RGB value is (200,114,77).

  • red value is 200;
  • green value is 114;
  • blue value is 77.
RGB:
(200,114,77)
(78%,45%,30%)

RGB channels and saturation

R 200 of 255 = 78%
G 114 of 255 = 45%
B 77 of 255 = 30%

200
114
77

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

Portions of RGB colors in percentages

R + G + B =
200 + 114 + 77 = 391 (100%)
R 200 of 391 ~ 51.15%
G 114 of 391 ~ 29.16%
B 77 of 391 ~ 19.69%

%51.15
%29.16
%19.69

CMYK color model

#C8724D color CMYK value is (0,43,62,22).

  • cyan value is 0.00%
  • magenta value is 43.00%
  • yellow value is 61.50%
  • key color value is 21.57%
CMYK:
(0,43,62,22)
C0M43Y62K22 
(0%,43%,62%,22%)
(0.00/0.43/0.62/0.22)	

CMYK percentages

%0
%43
%61.5
%21.57

Codes

Color #C8724D in popluar color models

C8724D
RGB20011477
HSL18°52.79%54.31%
HSB/HSV18°61.50%78.43%
CMYK0.00%43.00%61.50%
21.57%

Color #C8724D in popluar number systems.

HEXC8724D
Decimal20011477
Binary1100100011100101001101
Octal310162115

Shades and tints

Shades of #C8724D

#C8724D
(200,114,77)
#B66846
(182,104,70)
#A45E3F
(164,94,63)
#925438
(146,84,56)
#804A31
(128,74,49)
#6E402A
(110,64,42)
#5C3623
(92,54,35)
#4A2C1C
(74,44,28)
#382215
(56,34,21)
#26180E
(38,24,14)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #C8724D

#C8724D
(200,114,77)
#CD7E5D
(205,126,93)
#D28A6D
(210,138,109)
#D7967D
(215,150,125)
#DCA28D
(220,162,141)
#E1AE9D
(225,174,157)
#E6BAAD
(230,186,173)
#EBC6BD
(235,198,189)
#F0D2CD
(240,210,205)
#F5DEDD
(245,222,221)
#FAEAED
(250,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8724D color. Also use rgb(200,114,77) instead hex code.

Text Font Color

.myTextColor { color: #C8724D; }

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

This text font color is #C8724D.


Background Color

.myBgColor { background-color: #C8724D; }

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

This div background color is #C8724D.


Border color

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

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

This div border color is #C8724D.


Opacity

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

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

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

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

This text has shadow with #C8724D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8724D on black background.


Color preview on white background

This text has color #C8724D on white background.



Black color preview on #C8724D background

This text has black color on #C8724D background.


White color preview on #C8724D background

This text has white color on #C8724D background.