COLOR #C84751

HEX: #C84751
RGB: (200,71,81)

Color info

#C84751 contains mainly red color. Web safe color of #C84751 is #CC3366 (or #C36).

RGB color model

#C84751 color RGB value is (200,71,81).

  • red value is 200;
  • green value is 71;
  • blue value is 81.
RGB:
(200,71,81)
(78%,28%,32%)

RGB channels and saturation

R 200 of 255 = 78%
G 71 of 255 = 28%
B 81 of 255 = 32%

200
71
81

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

Portions of RGB colors in percentages

R + G + B =
200 + 71 + 81 = 352 (100%)
R 200 of 352 ~ 56.82%
G 71 of 352 ~ 20.17%
B 81 of 352 ~ 23.01%

%56.82
%20.17
%23.01

CMYK color model

#C84751 color CMYK value is (0,65,60,22).

  • cyan value is 0.00%
  • magenta value is 64.50%
  • yellow value is 59.50%
  • key color value is 21.57%
CMYK:
(0,65,60,22)
C0M65Y60K22 
(0%,65%,60%,22%)
(0.00/0.65/0.60/0.22)	

CMYK percentages

%0
%64.5
%59.5
%21.57

Codes

Color #C84751 in popluar color models

C84751
RGB2007181
HSL355°53.97%53.14%
HSB/HSV355°64.50%78.43%
CMYK0.00%64.50%59.50%
21.57%

Color #C84751 in popluar number systems.

HEXC84751
Decimal2007181
Binary1100100010001111010001
Octal310107121

Shades and tints

Shades of #C84751

#C84751
(200,71,81)
#B6414A
(182,65,74)
#A43B43
(164,59,67)
#92353C
(146,53,60)
#802F35
(128,47,53)
#6E292E
(110,41,46)
#5C2327
(92,35,39)
#4A1D20
(74,29,32)
#381719
(56,23,25)
#261112
(38,17,18)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #C84751

#C84751
(200,71,81)
#CD5760
(205,87,96)
#D2676F
(210,103,111)
#D7777E
(215,119,126)
#DC878D
(220,135,141)
#E1979C
(225,151,156)
#E6A7AB
(230,167,171)
#EBB7BA
(235,183,186)
#F0C7C9
(240,199,201)
#F5D7D8
(245,215,216)
#FAE7E7
(250,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84751; }

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

This text font color is #C84751.


Background Color

.myBgColor { background-color: #C84751; }

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

This div background color is #C84751.


Border color

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

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

This div border color is #C84751.


Opacity

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

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

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

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

This text has shadow with #C84751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84751 on black background.


Color preview on white background

This text has color #C84751 on white background.



Black color preview on #C84751 background

This text has black color on #C84751 background.


White color preview on #C84751 background

This text has white color on #C84751 background.