COLOR #C84962

HEX: #C84962 RGB: (200,73,98)

Color info

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

RGB color model

#C84962 color RGB value is (200,73,98).

RGB: (200,73,98) (78%, 29%, 38%)

RGB channels and saturation

R 200 of 255 = 78%
G 73 of 255 = 29%
B 98 of 255 = 38%

200
73
98

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

Portions of RGB colors in percentages

R + G + B = 200 + 73 + 98 = 371 (100%)
R 200 of 371 ~ 53.91%
G 73 of 371 ~ 19.68%
B 98 of 371 ~ 26.42'%

%53.91
%19.68
%26.42

CMYK color model

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

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

CMYK: (0,64,51,22)
C0M64Y51K22 (0%, 64%, 51%, 22%)
(0.00 / 0.64 / 0.51 / 0.22)

CMYK percentages

%0
%63.5
%51
%21.57

Codes

Color #C84962 in popluar color models

C8 49 62
RGB 200 73 98
HSL 348° 53.59% 53.53%
HSB/HSV 348° 63.50% 78.43%
CMYK 0.00% 63.50% 51.00%
21.57%

Color #C84962 in popluar number systems.

HEX C8 49 62
Decimal 200 73 98
Binary 11001000 1001001 1100010
Octal 310 111 142

Shades and tints

Shades of #C84962

#C84962
(200,73,98)
#B6435A
(182,67,90)
#A43D52
(164,61,82)
#92374A
(146,55,74)
#803142
(128,49,66)
#6E2B3A
(110,43,58)
#5C2532
(92,37,50)
#4A1F2A
(74,31,42)
#381922
(56,25,34)
#26131A
(38,19,26)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #C84962

#C84962
(200,73,98)
#CD5970
(205,89,112)
#D2697E
(210,105,126)
#D7798C
(215,121,140)
#DC899A
(220,137,154)
#E199A8
(225,153,168)
#E6A9B6
(230,169,182)
#EBB9C4
(235,185,196)
#F0C9D2
(240,201,210)
#F5D9E0
(245,217,224)
#FAE9EE
(250,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84962; }

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

This text font color is #C84962.

Background Color

.myBgColor { background-color: #C84962; }

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

This div background color is #C84962.

Border color

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

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

This div border color is #C84962.

Opacity

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

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

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

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

This text has shadow with #C84962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C84962.

Preview

Color preview on black background

This text has color #C84962 on black background.


Color preview on white background

This text has color #C84962 on white background.


Black color preview on #C84962 background

This text has black color on #C84962 background.


White color preview on #C84962 background

This text has white color on #C84962 background.


Related colors

Complementary color

Complementary color for #hex is #37B69D.


I love getcolorcode.com

Triadic colors

1 #62C849 and #4962C8 with #C84962 are triadic colors.

2 #6249C8 and #49C862 with #C84962 are triadic colors.