COLOR #C73D63

HEX: #C73D63
RGB: (199,61,99)

Color info

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

RGB color model

#C73D63 color RGB value is (199,61,99).

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

RGB channels and saturation

R 199 of 255 = 78%
G 61 of 255 = 24%
B 99 of 255 = 39%

199
61
99

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

Portions of RGB colors in percentages

R + G + B =
199 + 61 + 99 = 359 (100%)
R 199 of 359 ~ 55.43%
G 61 of 359 ~ 16.99%
B 99 of 359 ~ 27.58%

%55.43
%16.99
%27.58

CMYK color model

#C73D63 color CMYK value is (0,69,50,22).

  • cyan value is 0.00%
  • magenta value is 69.35%
  • yellow value is 50.25%
  • key color value is 21.96%
CMYK:
(0,69,50,22)
C0M69Y50K22 
(0%,69%,50%,22%)
(0.00/0.69/0.50/0.22)	

CMYK percentages

%0
%69.35
%50.25
%21.96

Codes

Color #C73D63 in popluar color models

C73D63
RGB1996199
HSL343°55.20%50.98%
HSB/HSV343°69.35%78.04%
CMYK0.00%69.35%50.25%
21.96%

Color #C73D63 in popluar number systems.

HEXC73D63
Decimal1996199
Binary110001111111011100011
Octal30775143

Shades and tints

Shades of #C73D63

#C73D63
(199,61,99)
#B5385A
(181,56,90)
#A33351
(163,51,81)
#912E48
(145,46,72)
#7F293F
(127,41,63)
#6D2436
(109,36,54)
#5B1F2D
(91,31,45)
#491A24
(73,26,36)
#37151B
(55,21,27)
#251012
(37,16,18)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #C73D63

#C73D63
(199,61,99)
#CC4E71
(204,78,113)
#D15F7F
(209,95,127)
#D6708D
(214,112,141)
#DB819B
(219,129,155)
#E092A9
(224,146,169)
#E5A3B7
(229,163,183)
#EAB4C5
(234,180,197)
#EFC5D3
(239,197,211)
#F4D6E1
(244,214,225)
#F9E7EF
(249,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C73D63 color. Also use rgb(199,61,99) instead hex code.

Text Font Color

.myTextColor { color: #C73D63; }

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

This text font color is #C73D63.


Background Color

.myBgColor { background-color: #C73D63; }

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

This div background color is #C73D63.


Border color

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

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

This div border color is #C73D63.


Opacity

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

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

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

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

This text has shadow with #C73D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73D63 on black background.


Color preview on white background

This text has color #C73D63 on white background.



Black color preview on #C73D63 background

This text has black color on #C73D63 background.


White color preview on #C73D63 background

This text has white color on #C73D63 background.