COLOR #C25C72

HEX: #C25C72
RGB: (194,92,114)

Color info

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

RGB color model

#C25C72 color RGB value is (194,92,114).

  • red value is 194;
  • green value is 92;
  • blue value is 114.
RGB:
(194,92,114)
(76%,36%,45%)

RGB channels and saturation

R 194 of 255 = 76%
G 92 of 255 = 36%
B 114 of 255 = 45%

194
92
114

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

Portions of RGB colors in percentages

R + G + B =
194 + 92 + 114 = 400 (100%)
R 194 of 400 ~ 48.5%
G 92 of 400 ~ 23%
B 114 of 400 ~ 28.5%

%48.5
%23
%28.5

CMYK color model

#C25C72 color CMYK value is (0,53,41,24).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 41.24%
  • key color value is 23.92%
CMYK:
(0,53,41,24)
C0M53Y41K24 
(0%,53%,41%,24%)
(0.00/0.53/0.41/0.24)	

CMYK percentages

%0
%52.58
%41.24
%23.92

Codes

Color #C25C72 in popluar color models

C25C72
RGB19492114
HSL347°45.54%56.08%
HSB/HSV347°52.58%76.08%
CMYK0.00%52.58%41.24%
23.92%

Color #C25C72 in popluar number systems.

HEXC25C72
Decimal19492114
Binary1100001010111001110010
Octal302134162

Shades and tints

Shades of #C25C72

#C25C72
(194,92,114)
#B15468
(177,84,104)
#A04C5E
(160,76,94)
#8F4454
(143,68,84)
#7E3C4A
(126,60,74)
#6D3440
(109,52,64)
#5C2C36
(92,44,54)
#4B242C
(75,36,44)
#3A1C22
(58,28,34)
#291418
(41,20,24)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #C25C72

#C25C72
(194,92,114)
#C76A7E
(199,106,126)
#CC788A
(204,120,138)
#D18696
(209,134,150)
#D694A2
(214,148,162)
#DBA2AE
(219,162,174)
#E0B0BA
(224,176,186)
#E5BEC6
(229,190,198)
#EACCD2
(234,204,210)
#EFDADE
(239,218,222)
#F4E8EA
(244,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25C72; }

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

This text font color is #C25C72.


Background Color

.myBgColor { background-color: #C25C72; }

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

This div background color is #C25C72.


Border color

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

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

This div border color is #C25C72.


Opacity

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

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

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

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

This text has shadow with #C25C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25C72 on black background.


Color preview on white background

This text has color #C25C72 on white background.



Black color preview on #C25C72 background

This text has black color on #C25C72 background.


White color preview on #C25C72 background

This text has white color on #C25C72 background.