COLOR #C44C45

HEX: #C44C45
RGB: (196,76,69)

Color info

#C44C45 contains mainly red color. Web safe color of #C44C45 is #CC3333 (or #C33).

RGB color model

#C44C45 color RGB value is (196,76,69).

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

RGB channels and saturation

R 196 of 255 = 77%
G 76 of 255 = 30%
B 69 of 255 = 27%

196
76
69

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

Portions of RGB colors in percentages

R + G + B =
196 + 76 + 69 = 341 (100%)
R 196 of 341 ~ 57.48%
G 76 of 341 ~ 22.29%
B 69 of 341 ~ 20.23%

%57.48
%22.29
%20.23

CMYK color model

#C44C45 color CMYK value is (0,61,65,23).

  • cyan value is 0.00%
  • magenta value is 61.22%
  • yellow value is 64.80%
  • key color value is 23.14%
CMYK:
(0,61,65,23)
C0M61Y65K23 
(0%,61%,65%,23%)
(0.00/0.61/0.65/0.23)	

CMYK percentages

%0
%61.22
%64.8
%23.14

Codes

Color #C44C45 in popluar color models

C44C45
RGB1967669
HSL51.84%51.96%
HSB/HSV64.80%76.86%
CMYK0.00%61.22%64.80%
23.14%

Color #C44C45 in popluar number systems.

HEXC44C45
Decimal1967669
Binary1100010010011001000101
Octal304114105

Shades and tints

Shades of #C44C45

#C44C45
(196,76,69)
#B3463F
(179,70,63)
#A24039
(162,64,57)
#913A33
(145,58,51)
#80342D
(128,52,45)
#6F2E27
(111,46,39)
#5E2821
(94,40,33)
#4D221B
(77,34,27)
#3C1C15
(60,28,21)
#2B160F
(43,22,15)
#1A1009
(26,16,9)
#000000
(0,0,0)

Tints of #C44C45

#C44C45
(196,76,69)
#C95C55
(201,92,85)
#CE6C65
(206,108,101)
#D37C75
(211,124,117)
#D88C85
(216,140,133)
#DD9C95
(221,156,149)
#E2ACA5
(226,172,165)
#E7BCB5
(231,188,181)
#ECCCC5
(236,204,197)
#F1DCD5
(241,220,213)
#F6ECE5
(246,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C44C45; }

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

This text font color is #C44C45.


Background Color

.myBgColor { background-color: #C44C45; }

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

This div background color is #C44C45.


Border color

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

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

This div border color is #C44C45.


Opacity

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

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

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

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

This text has shadow with #C44C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44C45 on black background.


Color preview on white background

This text has color #C44C45 on white background.



Black color preview on #C44C45 background

This text has black color on #C44C45 background.


White color preview on #C44C45 background

This text has white color on #C44C45 background.