COLOR #C4424E

HEX: #C4424E RGB: (196,66,78)

Color info

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

RGB color model

#C4424E color RGB value is (196,66,78).

RGB: (196,66,78) (77%, 26%, 31%)

RGB channels and saturation

R 196 of 255 = 77%
G 66 of 255 = 26%
B 78 of 255 = 31%

196
66
78

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

Portions of RGB colors in percentages

R + G + B = 196 + 66 + 78 = 340 (100%)
R 196 of 340 ~ 57.65%
G 66 of 340 ~ 19.41%
B 78 of 340 ~ 22.94'%

%57.65
%19.41
%22.94

CMYK color model

#C4424E color CMYK value is (0,66,60,23).

  • cyan value is 0.00%
  • magenta value is 66.33%
  • yellow value is 60.20%
  • key color value is 23.14%
CMYK: (0,66,60,23) C0M66Y60K23 (0%,66%,60%,23%) (0.00/0.66/0.60/0.23) 

CMYK percentages

%0
%66.33
%60.2
%23.14

Codes

Color #C4424E in popluar color models

C4 42 4E
RGB 196 66 78
HSL 354° 52.42% 51.37%
HSB/HSV 354° 66.33% 76.86%
CMYK 0.00% 66.33% 60.20%
23.14%

Color #C4424E in popluar number systems.

HEX C4 42 4E
Decimal 196 66 78
Binary 11000100 1000010 1001110
Octal 304 102 116

Shades and tints

Shades of #C4424E

#C4424E
(196,66,78)
#B33C47
(179,60,71)
#A23640
(162,54,64)
#913039
(145,48,57)
#802A32
(128,42,50)
#6F242B
(111,36,43)
#5E1E24
(94,30,36)
#4D181D
(77,24,29)
#3C1216
(60,18,22)
#2B0C0F
(43,12,15)
#1A0608
(26,6,8)
#000000
(0,0,0)

Tints of #C4424E

#C4424E
(196,66,78)
#C9535E
(201,83,94)
#CE646E
(206,100,110)
#D3757E
(211,117,126)
#D8868E
(216,134,142)
#DD979E
(221,151,158)
#E2A8AE
(226,168,174)
#E7B9BE
(231,185,190)
#ECCACE
(236,202,206)
#F1DBDE
(241,219,222)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4424E; }

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

This text font color is #C4424E.

Background Color

.myBgColor { background-color: #C4424E; }

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

This div background color is #C4424E.

Border color

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

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

This div border color is #C4424E.

Opacity

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

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

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

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

This text has shadow with #C4424E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4424E.

Preview

Color preview on black background

This text has color #C4424E on black background.


Color preview on white background

This text has color #C4424E on white background.


Black color preview on #C4424E background

This text has black color on #C4424E background.


White color preview on #C4424E background

This text has white color on #C4424E background.


Related colors

Complementary color

Complementary color for #hex is #3BBDB1.


I love getcolorcode.com

Triadic colors

1 #4EC442 and #424EC4 with #C4424E are triadic colors.

2 #4E42C4 and #42C44E with #C4424E are triadic colors.