COLOR #C44A55

HEX: #C44A55
RGB: (196,74,85)

Color info

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

RGB color model

#C44A55 color RGB value is (196,74,85).

  • red value is 196;
  • green value is 74;
  • blue value is 85.
RGB:
(196,74,85)
(77%,29%,33%)

RGB channels and saturation

R 196 of 255 = 77%
G 74 of 255 = 29%
B 85 of 255 = 33%

196
74
85

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

Portions of RGB colors in percentages

R + G + B =
196 + 74 + 85 = 355 (100%)
R 196 of 355 ~ 55.21%
G 74 of 355 ~ 20.85%
B 85 of 355 ~ 23.94%

%55.21
%20.85
%23.94

CMYK color model

#C44A55 color CMYK value is (0,62,57,23).

  • cyan value is 0.00%
  • magenta value is 62.24%
  • yellow value is 56.63%
  • key color value is 23.14%
CMYK:
(0,62,57,23)
C0M62Y57K23 
(0%,62%,57%,23%)
(0.00/0.62/0.57/0.23)	

CMYK percentages

%0
%62.24
%56.63
%23.14

Codes

Color #C44A55 in popluar color models

C44A55
RGB1967485
HSL355°50.83%52.94%
HSB/HSV355°62.24%76.86%
CMYK0.00%62.24%56.63%
23.14%

Color #C44A55 in popluar number systems.

HEXC44A55
Decimal1967485
Binary1100010010010101010101
Octal304112125

Shades and tints

Shades of #C44A55

#C44A55
(196,74,85)
#B3444E
(179,68,78)
#A23E47
(162,62,71)
#913840
(145,56,64)
#803239
(128,50,57)
#6F2C32
(111,44,50)
#5E262B
(94,38,43)
#4D2024
(77,32,36)
#3C1A1D
(60,26,29)
#2B1416
(43,20,22)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #C44A55

#C44A55
(196,74,85)
#C95A64
(201,90,100)
#CE6A73
(206,106,115)
#D37A82
(211,122,130)
#D88A91
(216,138,145)
#DD9AA0
(221,154,160)
#E2AAAF
(226,170,175)
#E7BABE
(231,186,190)
#ECCACD
(236,202,205)
#F1DADC
(241,218,220)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44A55 color. Also use rgb(196,74,85) instead hex code.

Text Font Color

.myTextColor { color: #C44A55; }

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

This text font color is #C44A55.


Background Color

.myBgColor { background-color: #C44A55; }

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

This div background color is #C44A55.


Border color

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

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

This div border color is #C44A55.


Opacity

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

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

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

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

This text has shadow with #C44A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44A55 on black background.


Color preview on white background

This text has color #C44A55 on white background.



Black color preview on #C44A55 background

This text has black color on #C44A55 background.


White color preview on #C44A55 background

This text has white color on #C44A55 background.