COLOR #C44C74

HEX: #C44C74
RGB: (196,76,116)

Color info

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

RGB color model

#C44C74 color RGB value is (196,76,116).

  • red value is 196;
  • green value is 76;
  • blue value is 116.
RGB:
(196,76,116)
(77%,30%,45%)

RGB channels and saturation

R 196 of 255 = 77%
G 76 of 255 = 30%
B 116 of 255 = 45%

196
76
116

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

Portions of RGB colors in percentages

R + G + B =
196 + 76 + 116 = 388 (100%)
R 196 of 388 ~ 50.52%
G 76 of 388 ~ 19.59%
B 116 of 388 ~ 29.9%

%50.52
%19.59
%29.9

CMYK color model

#C44C74 color CMYK value is (0,61,41,23).

  • cyan value is 0.00%
  • magenta value is 61.22%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK:
(0,61,41,23)
C0M61Y41K23 
(0%,61%,41%,23%)
(0.00/0.61/0.41/0.23)	

CMYK percentages

%0
%61.22
%40.82
%23.14

Codes

Color #C44C74 in popluar color models

C44C74
RGB19676116
HSL340°50.42%53.33%
HSB/HSV340°61.22%76.86%
CMYK0.00%61.22%40.82%
23.14%

Color #C44C74 in popluar number systems.

HEXC44C74
Decimal19676116
Binary1100010010011001110100
Octal304114164

Shades and tints

Shades of #C44C74

#C44C74
(196,76,116)
#B3466A
(179,70,106)
#A24060
(162,64,96)
#913A56
(145,58,86)
#80344C
(128,52,76)
#6F2E42
(111,46,66)
#5E2838
(94,40,56)
#4D222E
(77,34,46)
#3C1C24
(60,28,36)
#2B161A
(43,22,26)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #C44C74

#C44C74
(196,76,116)
#C95C80
(201,92,128)
#CE6C8C
(206,108,140)
#D37C98
(211,124,152)
#D88CA4
(216,140,164)
#DD9CB0
(221,156,176)
#E2ACBC
(226,172,188)
#E7BCC8
(231,188,200)
#ECCCD4
(236,204,212)
#F1DCE0
(241,220,224)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44C74 color. Also use rgb(196,76,116) instead hex code.

Text Font Color

.myTextColor { color: #C44C74; }

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

This text font color is #C44C74.


Background Color

.myBgColor { background-color: #C44C74; }

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

This div background color is #C44C74.


Border color

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

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

This div border color is #C44C74.


Opacity

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

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

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

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

This text has shadow with #C44C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44C74 on black background.


Color preview on white background

This text has color #C44C74 on white background.



Black color preview on #C44C74 background

This text has black color on #C44C74 background.


White color preview on #C44C74 background

This text has white color on #C44C74 background.