COLOR #C8493A

HEX: #C8493A RGB: (200,73,58)

Color info

#C8493A contains mainly red color. Web safe color of #C8493A is #CC3333 (or #C33).

RGB color model

#C8493A color RGB value is (200,73,58).

RGB: (200,73,58) (78%, 29%, 23%)

RGB channels and saturation

R 200 of 255 = 78%
G 73 of 255 = 29%
B 58 of 255 = 23%

200
73
58

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

Portions of RGB colors in percentages

R + G + B = 200 + 73 + 58 = 331 (100%)
R 200 of 331 ~ 60.42%
G 73 of 331 ~ 22.05%
B 58 of 331 ~ 17.52'%

%60.42
%22.05
%17.52

CMYK color model

#C8493A color CMYK value is (0,64,71,22).

  • cyan value is 0.00%
  • magenta value is 63.50%
  • yellow value is 71.00%
  • key color value is 21.57%
CMYK: (0,64,71,22) C0M64Y71K22 (0%,64%,71%,22%) (0.00/0.64/0.71/0.22) 

CMYK percentages

%0
%63.5
%71
%21.57

Codes

Color #C8493A in popluar color models

C8 49 3A
RGB 200 73 58
HSL 56.35% 50.59%
HSB/HSV 71.00% 78.43%
CMYK 0.00% 63.50% 71.00%
21.57%

Color #C8493A in popluar number systems.

HEX C8 49 3A
Decimal 200 73 58
Binary 11001000 1001001 111010
Octal 310 111 72

Shades and tints

Shades of #C8493A

#C8493A
(200,73,58)
#B64335
(182,67,53)
#A43D30
(164,61,48)
#92372B
(146,55,43)
#803126
(128,49,38)
#6E2B21
(110,43,33)
#5C251C
(92,37,28)
#4A1F17
(74,31,23)
#381912
(56,25,18)
#26130D
(38,19,13)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #C8493A

#C8493A
(200,73,58)
#CD594B
(205,89,75)
#D2695C
(210,105,92)
#D7796D
(215,121,109)
#DC897E
(220,137,126)
#E1998F
(225,153,143)
#E6A9A0
(230,169,160)
#EBB9B1
(235,185,177)
#F0C9C2
(240,201,194)
#F5D9D3
(245,217,211)
#FAE9E4
(250,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8493A color. Also use rgb(200,73,58) instead hex code.

Text Font Color

.myTextColor { color: #C8493A; }

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

This text font color is #C8493A.

Background Color

.myBgColor { background-color: #C8493A; }

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

This div background color is #C8493A.

Border color

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

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

This div border color is #C8493A.

Opacity

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

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

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

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

This text has shadow with #C8493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8493A.

Preview

Color preview on black background

This text has color #C8493A on black background.


Color preview on white background

This text has color #C8493A on white background.


Black color preview on #C8493A background

This text has black color on #C8493A background.


White color preview on #C8493A background

This text has white color on #C8493A background.


Related colors

Complementary color

Complementary color for #hex is #37B6C5.


I love getcolorcode.com

Triadic colors

1 #3AC849 and #493AC8 with #C8493A are triadic colors.

2 #3A49C8 and #49C83A with #C8493A are triadic colors.