COLOR #C84349

HEX: #C84349 RGB: (200,67,73)

Color info

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

RGB color model

#C84349 color RGB value is (200,67,73).

RGB: (200,67,73) (78%, 26%, 29%)

RGB channels and saturation

R 200 of 255 = 78%
G 67 of 255 = 26%
B 73 of 255 = 29%

200
67
73

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

Portions of RGB colors in percentages

R + G + B = 200 + 67 + 73 = 340 (100%)
R 200 of 340 ~ 58.82%
G 67 of 340 ~ 19.71%
B 73 of 340 ~ 21.47'%

%58.82
%19.71
%21.47

CMYK color model

#C84349 color CMYK value is (0,67,64,22).

  • cyan value is 0.00%
  • magenta value is 66.50%
  • yellow value is 63.50%
  • key color value is 21.57%

CMYK: (0,67,64,22)
C0M67Y64K22 (0%, 67%, 64%, 22%)
(0.00 / 0.67 / 0.64 / 0.22)

CMYK percentages

%0
%66.5
%63.5
%21.57

Codes

Color #C84349 in popluar color models

C8 43 49
RGB 200 67 73
HSL 357° 54.73% 52.35%
HSB/HSV 357° 66.50% 78.43%
CMYK 0.00% 66.50% 63.50%
21.57%

Color #C84349 in popluar number systems.

HEX C8 43 49
Decimal 200 67 73
Binary 11001000 1000011 1001001
Octal 310 103 111

Shades and tints

Shades of #C84349

#C84349
(200,67,73)
#B63D43
(182,61,67)
#A4373D
(164,55,61)
#923137
(146,49,55)
#802B31
(128,43,49)
#6E252B
(110,37,43)
#5C1F25
(92,31,37)
#4A191F
(74,25,31)
#381319
(56,19,25)
#260D13
(38,13,19)
#14070D
(20,7,13)
#000000
(0,0,0)

Tints of #C84349

#C84349
(200,67,73)
#CD5459
(205,84,89)
#D26569
(210,101,105)
#D77679
(215,118,121)
#DC8789
(220,135,137)
#E19899
(225,152,153)
#E6A9A9
(230,169,169)
#EBBAB9
(235,186,185)
#F0CBC9
(240,203,201)
#F5DCD9
(245,220,217)
#FAEDE9
(250,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84349; }

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

This text font color is #C84349.

Background Color

.myBgColor { background-color: #C84349; }

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

This div background color is #C84349.

Border color

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

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

This div border color is #C84349.

Opacity

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

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

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

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

This text has shadow with #C84349 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C84349.

Preview

Color preview on black background

This text has color #C84349 on black background.


Color preview on white background

This text has color #C84349 on white background.


Black color preview on #C84349 background

This text has black color on #C84349 background.


White color preview on #C84349 background

This text has white color on #C84349 background.


Related colors

Complementary color

Complementary color for #hex is #37BCB6.


I love getcolorcode.com

Triadic colors

1 #49C843 and #4349C8 with #C84349 are triadic colors.

2 #4943C8 and #43C849 with #C84349 are triadic colors.