COLOR #C63C64

HEX: #C63C64
RGB: (198,60,100)

Color info

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

RGB color model

#C63C64 color RGB value is (198,60,100).

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

RGB channels and saturation

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

198
60
100

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

Portions of RGB colors in percentages

R + G + B =
198 + 60 + 100 = 358 (100%)
R 198 of 358 ~ 55.31%
G 60 of 358 ~ 16.76%
B 100 of 358 ~ 27.93%

%55.31
%16.76
%27.93

CMYK color model

#C63C64 color CMYK value is (0,70,49,22).

  • cyan value is 0.00%
  • magenta value is 69.70%
  • yellow value is 49.49%
  • key color value is 22.35%
CMYK:
(0,70,49,22)
C0M70Y49K22 
(0%,70%,49%,22%)
(0.00/0.70/0.49/0.22)	

CMYK percentages

%0
%69.7
%49.49
%22.35

Codes

Color #C63C64 in popluar color models

C63C64
RGB19860100
HSL343°54.76%50.59%
HSB/HSV343°69.70%77.65%
CMYK0.00%69.70%49.49%
22.35%

Color #C63C64 in popluar number systems.

HEXC63C64
Decimal19860100
Binary110001101111001100100
Octal30674144

Shades and tints

Shades of #C63C64

#C63C64
(198,60,100)
#B4375B
(180,55,91)
#A23252
(162,50,82)
#902D49
(144,45,73)
#7E2840
(126,40,64)
#6C2337
(108,35,55)
#5A1E2E
(90,30,46)
#481925
(72,25,37)
#36141C
(54,20,28)
#240F13
(36,15,19)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #C63C64

#C63C64
(198,60,100)
#CB4D72
(203,77,114)
#D05E80
(208,94,128)
#D56F8E
(213,111,142)
#DA809C
(218,128,156)
#DF91AA
(223,145,170)
#E4A2B8
(228,162,184)
#E9B3C6
(233,179,198)
#EEC4D4
(238,196,212)
#F3D5E2
(243,213,226)
#F8E6F0
(248,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C63C64; }

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

This text font color is #C63C64.


Background Color

.myBgColor { background-color: #C63C64; }

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

This div background color is #C63C64.


Border color

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

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

This div border color is #C63C64.


Opacity

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

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

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

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

This text has shadow with #C63C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63C64 on black background.


Color preview on white background

This text has color #C63C64 on white background.



Black color preview on #C63C64 background

This text has black color on #C63C64 background.


White color preview on #C63C64 background

This text has white color on #C63C64 background.