COLOR #C63457

HEX: #C63457
RGB: (198,52,87)

Color info

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

RGB color model

#C63457 color RGB value is (198,52,87).

  • red value is 198;
  • green value is 52;
  • blue value is 87.
RGB:
(198,52,87)
(78%,20%,34%)

RGB channels and saturation

R 198 of 255 = 78%
G 52 of 255 = 20%
B 87 of 255 = 34%

198
52
87

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

Portions of RGB colors in percentages

R + G + B =
198 + 52 + 87 = 337 (100%)
R 198 of 337 ~ 58.75%
G 52 of 337 ~ 15.43%
B 87 of 337 ~ 25.82%

%58.75
%15.43
%25.82

CMYK color model

#C63457 color CMYK value is (0,74,56,22).

  • cyan value is 0.00%
  • magenta value is 73.74%
  • yellow value is 56.06%
  • key color value is 22.35%
CMYK:
(0,74,56,22)
C0M74Y56K22 
(0%,74%,56%,22%)
(0.00/0.74/0.56/0.22)	

CMYK percentages

%0
%73.74
%56.06
%22.35

Codes

Color #C63457 in popluar color models

C63457
RGB1985287
HSL346°58.40%49.02%
HSB/HSV346°73.74%77.65%
CMYK0.00%73.74%56.06%
22.35%

Color #C63457 in popluar number systems.

HEXC63457
Decimal1985287
Binary110001101101001010111
Octal30664127

Shades and tints

Shades of #C63457

#C63457
(198,52,87)
#B43050
(180,48,80)
#A22C49
(162,44,73)
#902842
(144,40,66)
#7E243B
(126,36,59)
#6C2034
(108,32,52)
#5A1C2D
(90,28,45)
#481826
(72,24,38)
#36141F
(54,20,31)
#241018
(36,16,24)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #C63457

#C63457
(198,52,87)
#CB4666
(203,70,102)
#D05875
(208,88,117)
#D56A84
(213,106,132)
#DA7C93
(218,124,147)
#DF8EA2
(223,142,162)
#E4A0B1
(228,160,177)
#E9B2C0
(233,178,192)
#EEC4CF
(238,196,207)
#F3D6DE
(243,214,222)
#F8E8ED
(248,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C63457 color. Also use rgb(198,52,87) instead hex code.

Text Font Color

.myTextColor { color: #C63457; }

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

This text font color is #C63457.


Background Color

.myBgColor { background-color: #C63457; }

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

This div background color is #C63457.


Border color

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

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

This div border color is #C63457.


Opacity

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

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

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

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

This text has shadow with #C63457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63457 on black background.


Color preview on white background

This text has color #C63457 on white background.



Black color preview on #C63457 background

This text has black color on #C63457 background.


White color preview on #C63457 background

This text has white color on #C63457 background.