COLOR #C83562

HEX: #C83562
RGB: (200,53,98)

Color info

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

RGB color model

#C83562 color RGB value is (200,53,98).

  • red value is 200;
  • green value is 53;
  • blue value is 98.
RGB:
(200,53,98)
(78%,21%,38%)

RGB channels and saturation

R 200 of 255 = 78%
G 53 of 255 = 21%
B 98 of 255 = 38%

200
53
98

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

Portions of RGB colors in percentages

R + G + B =
200 + 53 + 98 = 351 (100%)
R 200 of 351 ~ 56.98%
G 53 of 351 ~ 15.1%
B 98 of 351 ~ 27.92%

%56.98
%15.1
%27.92

CMYK color model

#C83562 color CMYK value is (0,74,51,22).

  • cyan value is 0.00%
  • magenta value is 73.50%
  • yellow value is 51.00%
  • key color value is 21.57%
CMYK:
(0,74,51,22)
C0M74Y51K22 
(0%,74%,51%,22%)
(0.00/0.74/0.51/0.22)	

CMYK percentages

%0
%73.5
%51
%21.57

Codes

Color #C83562 in popluar color models

C83562
RGB2005398
HSL342°58.10%49.61%
HSB/HSV342°73.50%78.43%
CMYK0.00%73.50%51.00%
21.57%

Color #C83562 in popluar number systems.

HEXC83562
Decimal2005398
Binary110010001101011100010
Octal31065142

Shades and tints

Shades of #C83562

#C83562
(200,53,98)
#B6315A
(182,49,90)
#A42D52
(164,45,82)
#92294A
(146,41,74)
#802542
(128,37,66)
#6E213A
(110,33,58)
#5C1D32
(92,29,50)
#4A192A
(74,25,42)
#381522
(56,21,34)
#26111A
(38,17,26)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #C83562

#C83562
(200,53,98)
#CD4770
(205,71,112)
#D2597E
(210,89,126)
#D76B8C
(215,107,140)
#DC7D9A
(220,125,154)
#E18FA8
(225,143,168)
#E6A1B6
(230,161,182)
#EBB3C4
(235,179,196)
#F0C5D2
(240,197,210)
#F5D7E0
(245,215,224)
#FAE9EE
(250,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C83562; }

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

This text font color is #C83562.


Background Color

.myBgColor { background-color: #C83562; }

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

This div background color is #C83562.


Border color

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

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

This div border color is #C83562.


Opacity

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

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

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

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

This text has shadow with #C83562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83562 on black background.


Color preview on white background

This text has color #C83562 on white background.



Black color preview on #C83562 background

This text has black color on #C83562 background.


White color preview on #C83562 background

This text has white color on #C83562 background.