COLOR #C83653

HEX: #C83653
RGB: (200,54,83)

Color info

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

RGB color model

#C83653 color RGB value is (200,54,83).

  • red value is 200;
  • green value is 54;
  • blue value is 83.
RGB:
(200,54,83)
(78%,21%,33%)

RGB channels and saturation

R 200 of 255 = 78%
G 54 of 255 = 21%
B 83 of 255 = 33%

200
54
83

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

Portions of RGB colors in percentages

R + G + B =
200 + 54 + 83 = 337 (100%)
R 200 of 337 ~ 59.35%
G 54 of 337 ~ 16.02%
B 83 of 337 ~ 24.63%

%59.35
%16.02
%24.63

CMYK color model

#C83653 color CMYK value is (0,73,59,22).

  • cyan value is 0.00%
  • magenta value is 73.00%
  • yellow value is 58.50%
  • key color value is 21.57%
CMYK:
(0,73,59,22)
C0M73Y59K22 
(0%,73%,59%,22%)
(0.00/0.73/0.59/0.22)	

CMYK percentages

%0
%73
%58.5
%21.57

Codes

Color #C83653 in popluar color models

C83653
RGB2005483
HSL348°57.48%49.80%
HSB/HSV348°73.00%78.43%
CMYK0.00%73.00%58.50%
21.57%

Color #C83653 in popluar number systems.

HEXC83653
Decimal2005483
Binary110010001101101010011
Octal31066123

Shades and tints

Shades of #C83653

#C83653
(200,54,83)
#B6324C
(182,50,76)
#A42E45
(164,46,69)
#922A3E
(146,42,62)
#802637
(128,38,55)
#6E2230
(110,34,48)
#5C1E29
(92,30,41)
#4A1A22
(74,26,34)
#38161B
(56,22,27)
#261214
(38,18,20)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #C83653

#C83653
(200,54,83)
#CD4862
(205,72,98)
#D25A71
(210,90,113)
#D76C80
(215,108,128)
#DC7E8F
(220,126,143)
#E1909E
(225,144,158)
#E6A2AD
(230,162,173)
#EBB4BC
(235,180,188)
#F0C6CB
(240,198,203)
#F5D8DA
(245,216,218)
#FAEAE9
(250,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83653 color. Also use rgb(200,54,83) instead hex code.

Text Font Color

.myTextColor { color: #C83653; }

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

This text font color is #C83653.


Background Color

.myBgColor { background-color: #C83653; }

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

This div background color is #C83653.


Border color

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

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

This div border color is #C83653.


Opacity

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

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

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

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

This text has shadow with #C83653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83653 on black background.


Color preview on white background

This text has color #C83653 on white background.



Black color preview on #C83653 background

This text has black color on #C83653 background.


White color preview on #C83653 background

This text has white color on #C83653 background.