COLOR #C27474

HEX: #C27474
RGB: (194,116,116)

Color info

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

RGB color model

#C27474 color RGB value is (194,116,116).

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

RGB channels and saturation

R 194 of 255 = 76%
G 116 of 255 = 45%
B 116 of 255 = 45%

194
116
116

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

Portions of RGB colors in percentages

R + G + B =
194 + 116 + 116 = 426 (100%)
R 194 of 426 ~ 45.54%
G 116 of 426 ~ 27.23%
B 116 of 426 ~ 27.23%

%45.54
%27.23
%27.23

CMYK color model

#C27474 color CMYK value is (0,40,40,24).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 40.21%
  • key color value is 23.92%
CMYK:
(0,40,40,24)
C0M40Y40K24 
(0%,40%,40%,24%)
(0.00/0.40/0.40/0.24)	

CMYK percentages

%0
%40.21
%40.21
%23.92

Codes

Color #C27474 in popluar color models

C27474
RGB194116116
HSL39.00%60.78%
HSB/HSV40.21%76.08%
CMYK0.00%40.21%40.21%
23.92%

Color #C27474 in popluar number systems.

HEXC27474
Decimal194116116
Binary1100001011101001110100
Octal302164164

Shades and tints

Shades of #C27474

#C27474
(194,116,116)
#B16A6A
(177,106,106)
#A06060
(160,96,96)
#8F5656
(143,86,86)
#7E4C4C
(126,76,76)
#6D4242
(109,66,66)
#5C3838
(92,56,56)
#4B2E2E
(75,46,46)
#3A2424
(58,36,36)
#291A1A
(41,26,26)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #C27474

#C27474
(194,116,116)
#C78080
(199,128,128)
#CC8C8C
(204,140,140)
#D19898
(209,152,152)
#D6A4A4
(214,164,164)
#DBB0B0
(219,176,176)
#E0BCBC
(224,188,188)
#E5C8C8
(229,200,200)
#EAD4D4
(234,212,212)
#EFE0E0
(239,224,224)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27474; }

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

This text font color is #C27474.


Background Color

.myBgColor { background-color: #C27474; }

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

This div background color is #C27474.


Border color

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

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

This div border color is #C27474.


Opacity

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

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

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

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

This text has shadow with #C27474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27474 on black background.


Color preview on white background

This text has color #C27474 on white background.



Black color preview on #C27474 background

This text has black color on #C27474 background.


White color preview on #C27474 background

This text has white color on #C27474 background.