COLOR #C2725C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

194
114
92

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

Portions of RGB colors in percentages

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

%48.5
%28.5
%23

CMYK color model

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

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

CMYK percentages

%0
%41.24
%52.58
%23.92

Codes

Color #C2725C in popluar color models

C2725C
RGB19411492
HSL13°45.54%56.08%
HSB/HSV13°52.58%76.08%
CMYK0.00%41.24%52.58%
23.92%

Color #C2725C in popluar number systems.

HEXC2725C
Decimal19411492
Binary1100001011100101011100
Octal302162134

Shades and tints

Shades of #C2725C

#C2725C
(194,114,92)
#B16854
(177,104,84)
#A05E4C
(160,94,76)
#8F5444
(143,84,68)
#7E4A3C
(126,74,60)
#6D4034
(109,64,52)
#5C362C
(92,54,44)
#4B2C24
(75,44,36)
#3A221C
(58,34,28)
#291814
(41,24,20)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #C2725C

#C2725C
(194,114,92)
#C77E6A
(199,126,106)
#CC8A78
(204,138,120)
#D19686
(209,150,134)
#D6A294
(214,162,148)
#DBAEA2
(219,174,162)
#E0BAB0
(224,186,176)
#E5C6BE
(229,198,190)
#EAD2CC
(234,210,204)
#EFDEDA
(239,222,218)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2725C; }

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

This text font color is #C2725C.


Background Color

.myBgColor { background-color: #C2725C; }

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

This div background color is #C2725C.


Border color

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

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

This div border color is #C2725C.


Opacity

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

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

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

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

This text has shadow with #C2725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2725C on black background.


Color preview on white background

This text has color #C2725C on white background.



Black color preview on #C2725C background

This text has black color on #C2725C background.


White color preview on #C2725C background

This text has white color on #C2725C background.