COLOR #C45C5C

HEX: #C45C5C RGB: (196,92,92)

Color info

#C45C5C contains mainly red color. Web safe color of #C45C5C is #CC6666 (or #C66).

RGB color model

#C45C5C color RGB value is (196,92,92).

RGB: (196,92,92) (77%, 36%, 36%)

RGB channels and saturation

R 196 of 255 = 77%
G 92 of 255 = 36%
B 92 of 255 = 36%

196
92
92

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

Portions of RGB colors in percentages

R + G + B = 196 + 92 + 92 = 380 (100%)
R 196 of 380 ~ 51.58%
G 92 of 380 ~ 24.21%
B 92 of 380 ~ 24.21'%

%51.58
%24.21
%24.21

CMYK color model

#C45C5C color CMYK value is (0,53,53,23).

  • cyan value is 0.00%
  • magenta value is 53.06%
  • yellow value is 53.06%
  • key color value is 23.14%

CMYK: (0,53,53,23)
C0M53Y53K23 (0%, 53%, 53%, 23%)
(0.00 / 0.53 / 0.53 / 0.23)

CMYK percentages

%0
%53.06
%53.06
%23.14

Codes

Color #C45C5C in popluar color models

C4 5C 5C
RGB 196 92 92
HSL 46.85% 56.47%
HSB/HSV 53.06% 76.86%
CMYK 0.00% 53.06% 53.06%
23.14%

Color #C45C5C in popluar number systems.

HEX C4 5C 5C
Decimal 196 92 92
Binary 11000100 1011100 1011100
Octal 304 134 134

Shades and tints

Shades of #C45C5C

#C45C5C
(196,92,92)
#B35454
(179,84,84)
#A24C4C
(162,76,76)
#914444
(145,68,68)
#803C3C
(128,60,60)
#6F3434
(111,52,52)
#5E2C2C
(94,44,44)
#4D2424
(77,36,36)
#3C1C1C
(60,28,28)
#2B1414
(43,20,20)
#1A0C0C
(26,12,12)
#000000
(0,0,0)

Tints of #C45C5C

#C45C5C
(196,92,92)
#C96A6A
(201,106,106)
#CE7878
(206,120,120)
#D38686
(211,134,134)
#D89494
(216,148,148)
#DDA2A2
(221,162,162)
#E2B0B0
(226,176,176)
#E7BEBE
(231,190,190)
#ECCCCC
(236,204,204)
#F1DADA
(241,218,218)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C45C5C; }

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

This text font color is #C45C5C.

Background Color

.myBgColor { background-color: #C45C5C; }

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

This div background color is #C45C5C.

Border color

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

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

This div border color is #C45C5C.

Opacity

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

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

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

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

This text has shadow with #C45C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45C5C.

Preview

Color preview on black background

This text has color #C45C5C on black background.


Color preview on white background

This text has color #C45C5C on white background.


Black color preview on #C45C5C background

This text has black color on #C45C5C background.


White color preview on #C45C5C background

This text has white color on #C45C5C background.


Related colors

Complementary color

Complementary color for #hex is #3BA3A3.


I love getcolorcode.com