COLOR #C25E70

HEX: #C25E70
RGB: (194,94,112)

Color info

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

RGB color model

#C25E70 color RGB value is (194,94,112).

  • red value is 194;
  • green value is 94;
  • blue value is 112.
RGB:
(194,94,112)
(76%,37%,44%)

RGB channels and saturation

R 194 of 255 = 76%
G 94 of 255 = 37%
B 112 of 255 = 44%

194
94
112

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

Portions of RGB colors in percentages

R + G + B =
194 + 94 + 112 = 400 (100%)
R 194 of 400 ~ 48.5%
G 94 of 400 ~ 23.5%
B 112 of 400 ~ 28%

%48.5
%23.5
%28

CMYK color model

#C25E70 color CMYK value is (0,52,42,24).

  • cyan value is 0.00%
  • magenta value is 51.55%
  • yellow value is 42.27%
  • key color value is 23.92%
CMYK:
(0,52,42,24)
C0M52Y42K24 
(0%,52%,42%,24%)
(0.00/0.52/0.42/0.24)	

CMYK percentages

%0
%51.55
%42.27
%23.92

Codes

Color #C25E70 in popluar color models

C25E70
RGB19494112
HSL349°45.05%56.47%
HSB/HSV349°51.55%76.08%
CMYK0.00%51.55%42.27%
23.92%

Color #C25E70 in popluar number systems.

HEXC25E70
Decimal19494112
Binary1100001010111101110000
Octal302136160

Shades and tints

Shades of #C25E70

#C25E70
(194,94,112)
#B15666
(177,86,102)
#A04E5C
(160,78,92)
#8F4652
(143,70,82)
#7E3E48
(126,62,72)
#6D363E
(109,54,62)
#5C2E34
(92,46,52)
#4B262A
(75,38,42)
#3A1E20
(58,30,32)
#291616
(41,22,22)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #C25E70

#C25E70
(194,94,112)
#C76C7D
(199,108,125)
#CC7A8A
(204,122,138)
#D18897
(209,136,151)
#D696A4
(214,150,164)
#DBA4B1
(219,164,177)
#E0B2BE
(224,178,190)
#E5C0CB
(229,192,203)
#EACED8
(234,206,216)
#EFDCE5
(239,220,229)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25E70 color. Also use rgb(194,94,112) instead hex code.

Text Font Color

.myTextColor { color: #C25E70; }

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

This text font color is #C25E70.


Background Color

.myBgColor { background-color: #C25E70; }

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

This div background color is #C25E70.


Border color

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

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

This div border color is #C25E70.


Opacity

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

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

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

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

This text has shadow with #C25E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25E70 on black background.


Color preview on white background

This text has color #C25E70 on white background.



Black color preview on #C25E70 background

This text has black color on #C25E70 background.


White color preview on #C25E70 background

This text has white color on #C25E70 background.