COLOR #C45C7F

HEX: #C45C7F
RGB: (196,92,127)

Color info

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

RGB color model

#C45C7F color RGB value is (196,92,127).

  • red value is 196;
  • green value is 92;
  • blue value is 127.
RGB:
(196,92,127)
(77%,36%,50%)

RGB channels and saturation

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

196
92
127

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

Portions of RGB colors in percentages

R + G + B =
196 + 92 + 127 = 415 (100%)
R 196 of 415 ~ 47.23%
G 92 of 415 ~ 22.17%
B 127 of 415 ~ 30.6%

%47.23
%22.17
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.06%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK:
(0,53,35,23)
C0M53Y35K23 
(0%,53%,35%,23%)
(0.00/0.53/0.35/0.23)	

CMYK percentages

%0
%53.06
%35.2
%23.14

Codes

Color #C45C7F in popluar color models

C45C7F
RGB19692127
HSL340°46.85%56.47%
HSB/HSV340°53.06%76.86%
CMYK0.00%53.06%35.20%
23.14%

Color #C45C7F in popluar number systems.

HEXC45C7F
Decimal19692127
Binary1100010010111001111111
Octal304134177

Shades and tints

Shades of #C45C7F

#C45C7F
(196,92,127)
#B35474
(179,84,116)
#A24C69
(162,76,105)
#91445E
(145,68,94)
#803C53
(128,60,83)
#6F3448
(111,52,72)
#5E2C3D
(94,44,61)
#4D2432
(77,36,50)
#3C1C27
(60,28,39)
#2B141C
(43,20,28)
#1A0C11
(26,12,17)
#000000
(0,0,0)

Tints of #C45C7F

#C45C7F
(196,92,127)
#C96A8A
(201,106,138)
#CE7895
(206,120,149)
#D386A0
(211,134,160)
#D894AB
(216,148,171)
#DDA2B6
(221,162,182)
#E2B0C1
(226,176,193)
#E7BECC
(231,190,204)
#ECCCD7
(236,204,215)
#F1DAE2
(241,218,226)
#F6E8ED
(246,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C45C7F; }

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

This text font color is #C45C7F.


Background Color

.myBgColor { background-color: #C45C7F; }

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

This div background color is #C45C7F.


Border color

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

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

This div border color is #C45C7F.


Opacity

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

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

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

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

This text has shadow with #C45C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C45C7F on black background.


Color preview on white background

This text has color #C45C7F on white background.



Black color preview on #C45C7F background

This text has black color on #C45C7F background.


White color preview on #C45C7F background

This text has white color on #C45C7F background.