COLOR #C8614D

HEX: #C8614D
RGB: (200,97,77)

Color info

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

RGB color model

#C8614D color RGB value is (200,97,77).

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

RGB channels and saturation

R 200 of 255 = 78%
G 97 of 255 = 38%
B 77 of 255 = 30%

200
97
77

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

Portions of RGB colors in percentages

R + G + B =
200 + 97 + 77 = 374 (100%)
R 200 of 374 ~ 53.48%
G 97 of 374 ~ 25.94%
B 77 of 374 ~ 20.59%

%53.48
%25.94
%20.59

CMYK color model

#C8614D color CMYK value is (0,52,62,22).

  • cyan value is 0.00%
  • magenta value is 51.50%
  • yellow value is 61.50%
  • key color value is 21.57%
CMYK:
(0,52,62,22)
C0M52Y62K22 
(0%,52%,62%,22%)
(0.00/0.52/0.62/0.22)	

CMYK percentages

%0
%51.5
%61.5
%21.57

Codes

Color #C8614D in popluar color models

C8614D
RGB2009777
HSL10°52.79%54.31%
HSB/HSV10°61.50%78.43%
CMYK0.00%51.50%61.50%
21.57%

Color #C8614D in popluar number systems.

HEXC8614D
Decimal2009777
Binary1100100011000011001101
Octal310141115

Shades and tints

Shades of #C8614D

#C8614D
(200,97,77)
#B65946
(182,89,70)
#A4513F
(164,81,63)
#924938
(146,73,56)
#804131
(128,65,49)
#6E392A
(110,57,42)
#5C3123
(92,49,35)
#4A291C
(74,41,28)
#382115
(56,33,21)
#26190E
(38,25,14)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #C8614D

#C8614D
(200,97,77)
#CD6F5D
(205,111,93)
#D27D6D
(210,125,109)
#D78B7D
(215,139,125)
#DC998D
(220,153,141)
#E1A79D
(225,167,157)
#E6B5AD
(230,181,173)
#EBC3BD
(235,195,189)
#F0D1CD
(240,209,205)
#F5DFDD
(245,223,221)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8614D; }

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

This text font color is #C8614D.


Background Color

.myBgColor { background-color: #C8614D; }

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

This div background color is #C8614D.


Border color

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

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

This div border color is #C8614D.


Opacity

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

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

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

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

This text has shadow with #C8614D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8614D on black background.


Color preview on white background

This text has color #C8614D on white background.



Black color preview on #C8614D background

This text has black color on #C8614D background.


White color preview on #C8614D background

This text has white color on #C8614D background.