COLOR #C25F56

HEX: #C25F56
RGB: (194,95,86)

Color info

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

RGB color model

#C25F56 color RGB value is (194,95,86).

  • red value is 194;
  • green value is 95;
  • blue value is 86.
RGB:
(194,95,86)
(76%,37%,34%)

RGB channels and saturation

R 194 of 255 = 76%
G 95 of 255 = 37%
B 86 of 255 = 34%

194
95
86

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

Portions of RGB colors in percentages

R + G + B =
194 + 95 + 86 = 375 (100%)
R 194 of 375 ~ 51.73%
G 95 of 375 ~ 25.33%
B 86 of 375 ~ 22.93%

%51.73
%25.33
%22.93

CMYK color model

#C25F56 color CMYK value is (0,51,56,24).

  • cyan value is 0.00%
  • magenta value is 51.03%
  • yellow value is 55.67%
  • key color value is 23.92%
CMYK:
(0,51,56,24)
C0M51Y56K24 
(0%,51%,56%,24%)
(0.00/0.51/0.56/0.24)	

CMYK percentages

%0
%51.03
%55.67
%23.92

Codes

Color #C25F56 in popluar color models

C25F56
RGB1949586
HSL46.96%54.90%
HSB/HSV55.67%76.08%
CMYK0.00%51.03%55.67%
23.92%

Color #C25F56 in popluar number systems.

HEXC25F56
Decimal1949586
Binary1100001010111111010110
Octal302137126

Shades and tints

Shades of #C25F56

#C25F56
(194,95,86)
#B1574F
(177,87,79)
#A04F48
(160,79,72)
#8F4741
(143,71,65)
#7E3F3A
(126,63,58)
#6D3733
(109,55,51)
#5C2F2C
(92,47,44)
#4B2725
(75,39,37)
#3A1F1E
(58,31,30)
#291717
(41,23,23)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #C25F56

#C25F56
(194,95,86)
#C76D65
(199,109,101)
#CC7B74
(204,123,116)
#D18983
(209,137,131)
#D69792
(214,151,146)
#DBA5A1
(219,165,161)
#E0B3B0
(224,179,176)
#E5C1BF
(229,193,191)
#EACFCE
(234,207,206)
#EFDDDD
(239,221,221)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25F56 color. Also use rgb(194,95,86) instead hex code.

Text Font Color

.myTextColor { color: #C25F56; }

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

This text font color is #C25F56.


Background Color

.myBgColor { background-color: #C25F56; }

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

This div background color is #C25F56.


Border color

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

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

This div border color is #C25F56.


Opacity

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

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

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

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

This text has shadow with #C25F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25F56 on black background.


Color preview on white background

This text has color #C25F56 on white background.



Black color preview on #C25F56 background

This text has black color on #C25F56 background.


White color preview on #C25F56 background

This text has white color on #C25F56 background.