COLOR #C44E4B

HEX: #C44E4B
RGB: (196,78,75)

Color info

#C44E4B contains mainly red color. Web safe color of #C44E4B is #CC6633 (or #C63).

RGB color model

#C44E4B color RGB value is (196,78,75).

  • red value is 196;
  • green value is 78;
  • blue value is 75.
RGB:
(196,78,75)
(77%,31%,29%)

RGB channels and saturation

R 196 of 255 = 77%
G 78 of 255 = 31%
B 75 of 255 = 29%

196
78
75

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

Portions of RGB colors in percentages

R + G + B =
196 + 78 + 75 = 349 (100%)
R 196 of 349 ~ 56.16%
G 78 of 349 ~ 22.35%
B 75 of 349 ~ 21.49%

%56.16
%22.35
%21.49

CMYK color model

#C44E4B color CMYK value is (0,60,62,23).

  • cyan value is 0.00%
  • magenta value is 60.20%
  • yellow value is 61.73%
  • key color value is 23.14%
CMYK:
(0,60,62,23)
C0M60Y62K23 
(0%,60%,62%,23%)
(0.00/0.60/0.62/0.23)	

CMYK percentages

%0
%60.2
%61.73
%23.14

Codes

Color #C44E4B in popluar color models

C44E4B
RGB1967875
HSL50.63%53.14%
HSB/HSV61.73%76.86%
CMYK0.00%60.20%61.73%
23.14%

Color #C44E4B in popluar number systems.

HEXC44E4B
Decimal1967875
Binary1100010010011101001011
Octal304116113

Shades and tints

Shades of #C44E4B

#C44E4B
(196,78,75)
#B34745
(179,71,69)
#A2403F
(162,64,63)
#913939
(145,57,57)
#803233
(128,50,51)
#6F2B2D
(111,43,45)
#5E2427
(94,36,39)
#4D1D21
(77,29,33)
#3C161B
(60,22,27)
#2B0F15
(43,15,21)
#1A080F
(26,8,15)
#000000
(0,0,0)

Tints of #C44E4B

#C44E4B
(196,78,75)
#C95E5B
(201,94,91)
#CE6E6B
(206,110,107)
#D37E7B
(211,126,123)
#D88E8B
(216,142,139)
#DD9E9B
(221,158,155)
#E2AEAB
(226,174,171)
#E7BEBB
(231,190,187)
#ECCECB
(236,206,203)
#F1DEDB
(241,222,219)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44E4B color. Also use rgb(196,78,75) instead hex code.

Text Font Color

.myTextColor { color: #C44E4B; }

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

This text font color is #C44E4B.


Background Color

.myBgColor { background-color: #C44E4B; }

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

This div background color is #C44E4B.


Border color

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

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

This div border color is #C44E4B.


Opacity

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

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

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

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

This text has shadow with #C44E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44E4B on black background.


Color preview on white background

This text has color #C44E4B on white background.



Black color preview on #C44E4B background

This text has black color on #C44E4B background.


White color preview on #C44E4B background

This text has white color on #C44E4B background.