COLOR #C83B63

HEX: #C83B63
RGB: (200,59,99)

Color info

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

RGB color model

#C83B63 color RGB value is (200,59,99).

  • red value is 200;
  • green value is 59;
  • blue value is 99.
RGB:
(200,59,99)
(78%,23%,39%)

RGB channels and saturation

R 200 of 255 = 78%
G 59 of 255 = 23%
B 99 of 255 = 39%

200
59
99

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

Portions of RGB colors in percentages

R + G + B =
200 + 59 + 99 = 358 (100%)
R 200 of 358 ~ 55.87%
G 59 of 358 ~ 16.48%
B 99 of 358 ~ 27.65%

%55.87
%16.48
%27.65

CMYK color model

#C83B63 color CMYK value is (0,71,51,22).

  • cyan value is 0.00%
  • magenta value is 70.50%
  • yellow value is 50.50%
  • key color value is 21.57%
CMYK:
(0,71,51,22)
C0M71Y51K22 
(0%,71%,51%,22%)
(0.00/0.71/0.51/0.22)	

CMYK percentages

%0
%70.5
%50.5
%21.57

Codes

Color #C83B63 in popluar color models

C83B63
RGB2005999
HSL343°56.18%50.78%
HSB/HSV343°70.50%78.43%
CMYK0.00%70.50%50.50%
21.57%

Color #C83B63 in popluar number systems.

HEXC83B63
Decimal2005999
Binary110010001110111100011
Octal31073143

Shades and tints

Shades of #C83B63

#C83B63
(200,59,99)
#B6365A
(182,54,90)
#A43151
(164,49,81)
#922C48
(146,44,72)
#80273F
(128,39,63)
#6E2236
(110,34,54)
#5C1D2D
(92,29,45)
#4A1824
(74,24,36)
#38131B
(56,19,27)
#260E12
(38,14,18)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #C83B63

#C83B63
(200,59,99)
#CD4C71
(205,76,113)
#D25D7F
(210,93,127)
#D76E8D
(215,110,141)
#DC7F9B
(220,127,155)
#E190A9
(225,144,169)
#E6A1B7
(230,161,183)
#EBB2C5
(235,178,197)
#F0C3D3
(240,195,211)
#F5D4E1
(245,212,225)
#FAE5EF
(250,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83B63 color. Also use rgb(200,59,99) instead hex code.

Text Font Color

.myTextColor { color: #C83B63; }

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

This text font color is #C83B63.


Background Color

.myBgColor { background-color: #C83B63; }

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

This div background color is #C83B63.


Border color

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

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

This div border color is #C83B63.


Opacity

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

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

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

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

This text has shadow with #C83B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83B63 on black background.


Color preview on white background

This text has color #C83B63 on white background.



Black color preview on #C83B63 background

This text has black color on #C83B63 background.


White color preview on #C83B63 background

This text has white color on #C83B63 background.