COLOR #C64747

HEX: #C64747 RGB: (198,71,71)

Color info

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

RGB color model

#C64747 color RGB value is (198,71,71).

RGB: (198,71,71) (78%, 28%, 28%)

RGB channels and saturation

R 198 of 255 = 78%
G 71 of 255 = 28%
B 71 of 255 = 28%

198
71
71

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

Portions of RGB colors in percentages

R + G + B = 198 + 71 + 71 = 340 (100%)
R 198 of 340 ~ 58.24%
G 71 of 340 ~ 20.88%
B 71 of 340 ~ 20.88'%

%58.24
%20.88
%20.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 64.14%
  • yellow value is 64.14%
  • key color value is 22.35%

CMYK: (0,64,64,22)
C0M64Y64K22 (0%, 64%, 64%, 22%)
(0.00 / 0.64 / 0.64 / 0.22)

CMYK percentages

%0
%64.14
%64.14
%22.35

Codes

Color #C64747 in popluar color models

C6 47 47
RGB 198 71 71
HSL 52.70% 52.75%
HSB/HSV 64.14% 77.65%
CMYK 0.00% 64.14% 64.14%
22.35%

Color #C64747 in popluar number systems.

HEX C6 47 47
Decimal 198 71 71
Binary 11000110 1000111 1000111
Octal 306 107 107

Shades and tints

Shades of #C64747

#C64747
(198,71,71)
#B44141
(180,65,65)
#A23B3B
(162,59,59)
#903535
(144,53,53)
#7E2F2F
(126,47,47)
#6C2929
(108,41,41)
#5A2323
(90,35,35)
#481D1D
(72,29,29)
#361717
(54,23,23)
#241111
(36,17,17)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #C64747

#C64747
(198,71,71)
#CB5757
(203,87,87)
#D06767
(208,103,103)
#D57777
(213,119,119)
#DA8787
(218,135,135)
#DF9797
(223,151,151)
#E4A7A7
(228,167,167)
#E9B7B7
(233,183,183)
#EEC7C7
(238,199,199)
#F3D7D7
(243,215,215)
#F8E7E7
(248,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C64747 color. Also use rgb(198,71,71) instead hex code.

Text Font Color

.myTextColor { color: #C64747; }

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

This text font color is #C64747.

Background Color

.myBgColor { background-color: #C64747; }

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

This div background color is #C64747.

Border color

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

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

This div border color is #C64747.

Opacity

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

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

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

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

This text has shadow with #C64747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C64747.

Preview

Color preview on black background

This text has color #C64747 on black background.


Color preview on white background

This text has color #C64747 on white background.


Black color preview on #C64747 background

This text has black color on #C64747 background.


White color preview on #C64747 background

This text has white color on #C64747 background.


Related colors

Complementary color

Complementary color for #hex is #39B8B8.


I love getcolorcode.com