COLOR #C37E7A

HEX: #C37E7A RGB: (195,126,122)

Color info

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

RGB color model

#C37E7A color RGB value is (195,126,122).

RGB: (195,126,122) (76%, 49%, 48%)

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 122 of 255 = 48%

195
126
122

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

Portions of RGB colors in percentages

R + G + B = 195 + 126 + 122 = 443 (100%)
R 195 of 443 ~ 44.02%
G 126 of 443 ~ 28.44%
B 122 of 443 ~ 27.54'%

%44.02
%28.44
%27.54

CMYK color model

#C37E7A color CMYK value is (0,35,37,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 37.44%
  • key color value is 23.53%

CMYK: (0,35,37,24)
C0M35Y37K24 (0%, 35%, 37%, 24%)
(0.00 / 0.35 / 0.37 / 0.24)

CMYK percentages

%0
%35.38
%37.44
%23.53

Codes

Color #C37E7A in popluar color models

C3 7E 7A
RGB 195 126 122
HSL 37.82% 62.16%
HSB/HSV 37.44% 76.47%
CMYK 0.00% 35.38% 37.44%
23.53%

Color #C37E7A in popluar number systems.

HEX C3 7E 7A
Decimal 195 126 122
Binary 11000011 1111110 1111010
Octal 303 176 172

Shades and tints

Shades of #C37E7A

#C37E7A
(195,126,122)
#B2736F
(178,115,111)
#A16864
(161,104,100)
#905D59
(144,93,89)
#7F524E
(127,82,78)
#6E4743
(110,71,67)
#5D3C38
(93,60,56)
#4C312D
(76,49,45)
#3B2622
(59,38,34)
#2A1B17
(42,27,23)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #C37E7A

#C37E7A
(195,126,122)
#C88986
(200,137,134)
#CD9492
(205,148,146)
#D29F9E
(210,159,158)
#D7AAAA
(215,170,170)
#DCB5B6
(220,181,182)
#E1C0C2
(225,192,194)
#E6CBCE
(230,203,206)
#EBD6DA
(235,214,218)
#F0E1E6
(240,225,230)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37E7A color. Also use rgb(195,126,122) instead hex code.

Text Font Color

.myTextColor { color: #C37E7A; }

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

This text font color is #C37E7A.

Background Color

.myBgColor { background-color: #C37E7A; }

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

This div background color is #C37E7A.

Border color

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

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

This div border color is #C37E7A.

Opacity

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

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

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

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

This text has shadow with #C37E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37E7A.

Preview

Color preview on black background

This text has color #C37E7A on black background.


Color preview on white background

This text has color #C37E7A on white background.


Black color preview on #C37E7A background

This text has black color on #C37E7A background.


White color preview on #C37E7A background

This text has white color on #C37E7A background.


Related colors

Complementary color

Complementary color for #hex is #3C8185.


I love getcolorcode.com

Triadic colors

1 #7AC37E and #7E7AC3 with #C37E7A are triadic colors.

2 #7A7EC3 and #7EC37A with #C37E7A are triadic colors.