COLOR #C27371

HEX: #C27371
RGB: (194,115,113)

Color info

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

RGB color model

#C27371 color RGB value is (194,115,113).

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

RGB channels and saturation

R 194 of 255 = 76%
G 115 of 255 = 45%
B 113 of 255 = 44%

194
115
113

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

Portions of RGB colors in percentages

R + G + B =
194 + 115 + 113 = 422 (100%)
R 194 of 422 ~ 45.97%
G 115 of 422 ~ 27.25%
B 113 of 422 ~ 26.78%

%45.97
%27.25
%26.78

CMYK color model

#C27371 color CMYK value is (0,41,42,24).

  • cyan value is 0.00%
  • magenta value is 40.72%
  • yellow value is 41.75%
  • key color value is 23.92%
CMYK:
(0,41,42,24)
C0M41Y42K24 
(0%,41%,42%,24%)
(0.00/0.41/0.42/0.24)	

CMYK percentages

%0
%40.72
%41.75
%23.92

Codes

Color #C27371 in popluar color models

C27371
RGB194115113
HSL39.90%60.20%
HSB/HSV41.75%76.08%
CMYK0.00%40.72%41.75%
23.92%

Color #C27371 in popluar number systems.

HEXC27371
Decimal194115113
Binary1100001011100111110001
Octal302163161

Shades and tints

Shades of #C27371

#C27371
(194,115,113)
#B16967
(177,105,103)
#A05F5D
(160,95,93)
#8F5553
(143,85,83)
#7E4B49
(126,75,73)
#6D413F
(109,65,63)
#5C3735
(92,55,53)
#4B2D2B
(75,45,43)
#3A2321
(58,35,33)
#291917
(41,25,23)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #C27371

#C27371
(194,115,113)
#C77F7D
(199,127,125)
#CC8B89
(204,139,137)
#D19795
(209,151,149)
#D6A3A1
(214,163,161)
#DBAFAD
(219,175,173)
#E0BBB9
(224,187,185)
#E5C7C5
(229,199,197)
#EAD3D1
(234,211,209)
#EFDFDD
(239,223,221)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27371; }

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

This text font color is #C27371.


Background Color

.myBgColor { background-color: #C27371; }

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

This div background color is #C27371.


Border color

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

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

This div border color is #C27371.


Opacity

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

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

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

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

This text has shadow with #C27371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27371 on black background.


Color preview on white background

This text has color #C27371 on white background.



Black color preview on #C27371 background

This text has black color on #C27371 background.


White color preview on #C27371 background

This text has white color on #C27371 background.