COLOR #C44563

HEX: #C44563
RGB: (196,69,99)

Color info

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

RGB color model

#C44563 color RGB value is (196,69,99).

  • red value is 196;
  • green value is 69;
  • blue value is 99.
RGB:
(196,69,99)
(77%,27%,39%)

RGB channels and saturation

R 196 of 255 = 77%
G 69 of 255 = 27%
B 99 of 255 = 39%

196
69
99

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

Portions of RGB colors in percentages

R + G + B =
196 + 69 + 99 = 364 (100%)
R 196 of 364 ~ 53.85%
G 69 of 364 ~ 18.96%
B 99 of 364 ~ 27.2%

%53.85
%18.96
%27.2

CMYK color model

#C44563 color CMYK value is (0,65,49,23).

  • cyan value is 0.00%
  • magenta value is 64.80%
  • yellow value is 49.49%
  • key color value is 23.14%
CMYK:
(0,65,49,23)
C0M65Y49K23 
(0%,65%,49%,23%)
(0.00/0.65/0.49/0.23)	

CMYK percentages

%0
%64.8
%49.49
%23.14

Codes

Color #C44563 in popluar color models

C44563
RGB1966999
HSL346°51.84%51.96%
HSB/HSV346°64.80%76.86%
CMYK0.00%64.80%49.49%
23.14%

Color #C44563 in popluar number systems.

HEXC44563
Decimal1966999
Binary1100010010001011100011
Octal304105143

Shades and tints

Shades of #C44563

#C44563
(196,69,99)
#B33F5A
(179,63,90)
#A23951
(162,57,81)
#913348
(145,51,72)
#802D3F
(128,45,63)
#6F2736
(111,39,54)
#5E212D
(94,33,45)
#4D1B24
(77,27,36)
#3C151B
(60,21,27)
#2B0F12
(43,15,18)
#1A0909
(26,9,9)
#000000
(0,0,0)

Tints of #C44563

#C44563
(196,69,99)
#C95571
(201,85,113)
#CE657F
(206,101,127)
#D3758D
(211,117,141)
#D8859B
(216,133,155)
#DD95A9
(221,149,169)
#E2A5B7
(226,165,183)
#E7B5C5
(231,181,197)
#ECC5D3
(236,197,211)
#F1D5E1
(241,213,225)
#F6E5EF
(246,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44563 color. Also use rgb(196,69,99) instead hex code.

Text Font Color

.myTextColor { color: #C44563; }

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

This text font color is #C44563.


Background Color

.myBgColor { background-color: #C44563; }

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

This div background color is #C44563.


Border color

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

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

This div border color is #C44563.


Opacity

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

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

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

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

This text has shadow with #C44563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44563 on black background.


Color preview on white background

This text has color #C44563 on white background.



Black color preview on #C44563 background

This text has black color on #C44563 background.


White color preview on #C44563 background

This text has white color on #C44563 background.