COLOR #C37F71

HEX: #C37F71
RGB: (195,127,113)

Color info

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

RGB color model

#C37F71 color RGB value is (195,127,113).

  • red value is 195;
  • green value is 127;
  • blue value is 113.
RGB:
(195,127,113)
(76%,50%,44%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 113 of 255 = 44%

195
127
113

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

Portions of RGB colors in percentages

R + G + B =
195 + 127 + 113 = 435 (100%)
R 195 of 435 ~ 44.83%
G 127 of 435 ~ 29.2%
B 113 of 435 ~ 25.98%

%44.83
%29.2
%25.98

CMYK color model

#C37F71 color CMYK value is (0,35,42,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 42.05%
  • key color value is 23.53%
CMYK:
(0,35,42,24)
C0M35Y42K24 
(0%,35%,42%,24%)
(0.00/0.35/0.42/0.24)	

CMYK percentages

%0
%34.87
%42.05
%23.53

Codes

Color #C37F71 in popluar color models

C37F71
RGB195127113
HSL10°40.59%60.39%
HSB/HSV10°42.05%76.47%
CMYK0.00%34.87%42.05%
23.53%

Color #C37F71 in popluar number systems.

HEXC37F71
Decimal195127113
Binary1100001111111111110001
Octal303177161

Shades and tints

Shades of #C37F71

#C37F71
(195,127,113)
#B27467
(178,116,103)
#A1695D
(161,105,93)
#905E53
(144,94,83)
#7F5349
(127,83,73)
#6E483F
(110,72,63)
#5D3D35
(93,61,53)
#4C322B
(76,50,43)
#3B2721
(59,39,33)
#2A1C17
(42,28,23)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #C37F71

#C37F71
(195,127,113)
#C88A7D
(200,138,125)
#CD9589
(205,149,137)
#D2A095
(210,160,149)
#D7ABA1
(215,171,161)
#DCB6AD
(220,182,173)
#E1C1B9
(225,193,185)
#E6CCC5
(230,204,197)
#EBD7D1
(235,215,209)
#F0E2DD
(240,226,221)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37F71 color. Also use rgb(195,127,113) instead hex code.

Text Font Color

.myTextColor { color: #C37F71; }

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

This text font color is #C37F71.


Background Color

.myBgColor { background-color: #C37F71; }

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

This div background color is #C37F71.


Border color

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

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

This div border color is #C37F71.


Opacity

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

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

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

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

This text has shadow with #C37F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37F71 on black background.


Color preview on white background

This text has color #C37F71 on white background.



Black color preview on #C37F71 background

This text has black color on #C37F71 background.


White color preview on #C37F71 background

This text has white color on #C37F71 background.