COLOR #C63D64

HEX: #C63D64
RGB: (198,61,100)

Color info

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

RGB color model

#C63D64 color RGB value is (198,61,100).

  • red value is 198;
  • green value is 61;
  • blue value is 100.
RGB:
(198,61,100)
(78%,24%,39%)

RGB channels and saturation

R 198 of 255 = 78%
G 61 of 255 = 24%
B 100 of 255 = 39%

198
61
100

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

Portions of RGB colors in percentages

R + G + B =
198 + 61 + 100 = 359 (100%)
R 198 of 359 ~ 55.15%
G 61 of 359 ~ 16.99%
B 100 of 359 ~ 27.86%

%55.15
%16.99
%27.86

CMYK color model

#C63D64 color CMYK value is (0,69,49,22).

  • cyan value is 0.00%
  • magenta value is 69.19%
  • yellow value is 49.49%
  • key color value is 22.35%
CMYK:
(0,69,49,22)
C0M69Y49K22 
(0%,69%,49%,22%)
(0.00/0.69/0.49/0.22)	

CMYK percentages

%0
%69.19
%49.49
%22.35

Codes

Color #C63D64 in popluar color models

C63D64
RGB19861100
HSL343°54.58%50.78%
HSB/HSV343°69.19%77.65%
CMYK0.00%69.19%49.49%
22.35%

Color #C63D64 in popluar number systems.

HEXC63D64
Decimal19861100
Binary110001101111011100100
Octal30675144

Shades and tints

Shades of #C63D64

#C63D64
(198,61,100)
#B4385B
(180,56,91)
#A23352
(162,51,82)
#902E49
(144,46,73)
#7E2940
(126,41,64)
#6C2437
(108,36,55)
#5A1F2E
(90,31,46)
#481A25
(72,26,37)
#36151C
(54,21,28)
#241013
(36,16,19)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #C63D64

#C63D64
(198,61,100)
#CB4E72
(203,78,114)
#D05F80
(208,95,128)
#D5708E
(213,112,142)
#DA819C
(218,129,156)
#DF92AA
(223,146,170)
#E4A3B8
(228,163,184)
#E9B4C6
(233,180,198)
#EEC5D4
(238,197,212)
#F3D6E2
(243,214,226)
#F8E7F0
(248,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C63D64 color. Also use rgb(198,61,100) instead hex code.

Text Font Color

.myTextColor { color: #C63D64; }

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

This text font color is #C63D64.


Background Color

.myBgColor { background-color: #C63D64; }

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

This div background color is #C63D64.


Border color

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

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

This div border color is #C63D64.


Opacity

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

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

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

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

This text has shadow with #C63D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63D64 on black background.


Color preview on white background

This text has color #C63D64 on white background.



Black color preview on #C63D64 background

This text has black color on #C63D64 background.


White color preview on #C63D64 background

This text has white color on #C63D64 background.