COLOR #C37574

HEX: #C37574 RGB: (195,117,116)

Color info

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

RGB color model

#C37574 color RGB value is (195,117,116).

RGB: (195,117,116) (76%, 46%, 45%)

RGB channels and saturation

R 195 of 255 = 76%
G 117 of 255 = 46%
B 116 of 255 = 45%

195
117
116

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

Portions of RGB colors in percentages

R + G + B = 195 + 117 + 116 = 428 (100%)
R 195 of 428 ~ 45.56%
G 117 of 428 ~ 27.34%
B 116 of 428 ~ 27.1'%

%45.56
%27.34
%27.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.51%
  • key color value is 23.53%

CMYK: (0,40,41,24)
C0M40Y41K24 (0%, 40%, 41%, 24%)
(0.00 / 0.40 / 0.41 / 0.24)

CMYK percentages

%0
%40
%40.51
%23.53

Codes

Color #C37574 in popluar color models

C3 75 74
RGB 195 117 116
HSL 39.70% 60.98%
HSB/HSV 40.51% 76.47%
CMYK 0.00% 40.00% 40.51%
23.53%

Color #C37574 in popluar number systems.

HEX C3 75 74
Decimal 195 117 116
Binary 11000011 1110101 1110100
Octal 303 165 164

Shades and tints

Shades of #C37574

#C37574
(195,117,116)
#B26B6A
(178,107,106)
#A16160
(161,97,96)
#905756
(144,87,86)
#7F4D4C
(127,77,76)
#6E4342
(110,67,66)
#5D3938
(93,57,56)
#4C2F2E
(76,47,46)
#3B2524
(59,37,36)
#2A1B1A
(42,27,26)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #C37574

#C37574
(195,117,116)
#C88180
(200,129,128)
#CD8D8C
(205,141,140)
#D29998
(210,153,152)
#D7A5A4
(215,165,164)
#DCB1B0
(220,177,176)
#E1BDBC
(225,189,188)
#E6C9C8
(230,201,200)
#EBD5D4
(235,213,212)
#F0E1E0
(240,225,224)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37574; }

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

This text font color is #C37574.

Background Color

.myBgColor { background-color: #C37574; }

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

This div background color is #C37574.

Border color

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

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

This div border color is #C37574.

Opacity

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

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

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

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

This text has shadow with #C37574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37574.

Preview

Color preview on black background

This text has color #C37574 on black background.


Color preview on white background

This text has color #C37574 on white background.


Black color preview on #C37574 background

This text has black color on #C37574 background.


White color preview on #C37574 background

This text has white color on #C37574 background.


Related colors

Complementary color

Complementary color for #hex is #3C8A8B.


I love getcolorcode.com

Triadic colors

1 #74C375 and #7574C3 with #C37574 are triadic colors.

2 #7475C3 and #75C374 with #C37574 are triadic colors.