COLOR #C37D6D

HEX: #C37D6D RGB: (195,125,109)

Color info

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

RGB color model

#C37D6D color RGB value is (195,125,109).

RGB: (195,125,109) (76%, 49%, 43%)

RGB channels and saturation

R 195 of 255 = 76%
G 125 of 255 = 49%
B 109 of 255 = 43%

195
125
109

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

Portions of RGB colors in percentages

R + G + B = 195 + 125 + 109 = 429 (100%)
R 195 of 429 ~ 45.45%
G 125 of 429 ~ 29.14%
B 109 of 429 ~ 25.41'%

%45.45
%29.14
%25.41

CMYK color model

#C37D6D color CMYK value is (0,36,44,24).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 44.10%
  • key color value is 23.53%

CMYK: (0,36,44,24)
C0M36Y44K24 (0%, 36%, 44%, 24%)
(0.00 / 0.36 / 0.44 / 0.24)

CMYK percentages

%0
%35.9
%44.1
%23.53

Codes

Color #C37D6D in popluar color models

C3 7D 6D
RGB 195 125 109
HSL 11° 41.75% 59.61%
HSB/HSV 11° 44.10% 76.47%
CMYK 0.00% 35.90% 44.10%
23.53%

Color #C37D6D in popluar number systems.

HEX C3 7D 6D
Decimal 195 125 109
Binary 11000011 1111101 1101101
Octal 303 175 155

Shades and tints

Shades of #C37D6D

#C37D6D
(195,125,109)
#B27264
(178,114,100)
#A1675B
(161,103,91)
#905C52
(144,92,82)
#7F5149
(127,81,73)
#6E4640
(110,70,64)
#5D3B37
(93,59,55)
#4C302E
(76,48,46)
#3B2525
(59,37,37)
#2A1A1C
(42,26,28)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #C37D6D

#C37D6D
(195,125,109)
#C8887A
(200,136,122)
#CD9387
(205,147,135)
#D29E94
(210,158,148)
#D7A9A1
(215,169,161)
#DCB4AE
(220,180,174)
#E1BFBB
(225,191,187)
#E6CAC8
(230,202,200)
#EBD5D5
(235,213,213)
#F0E0E2
(240,224,226)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37D6D color. Also use rgb(195,125,109) instead hex code.

Text Font Color

.myTextColor { color: #C37D6D; }

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

This text font color is #C37D6D.

Background Color

.myBgColor { background-color: #C37D6D; }

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

This div background color is #C37D6D.

Border color

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

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

This div border color is #C37D6D.

Opacity

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

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

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

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

This text has shadow with #C37D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37D6D.

Preview

Color preview on black background

This text has color #C37D6D on black background.


Color preview on white background

This text has color #C37D6D on white background.


Black color preview on #C37D6D background

This text has black color on #C37D6D background.


White color preview on #C37D6D background

This text has white color on #C37D6D background.


Related colors

Complementary color

Complementary color for #hex is #3C8292.


I love getcolorcode.com

Triadic colors

1 #6DC37D and #7D6DC3 with #C37D6D are triadic colors.

2 #6D7DC3 and #7DC36D with #C37D6D are triadic colors.