COLOR #C3756C

HEX: #C3756C RGB: (195,117,108)

Color info

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

RGB color model

#C3756C color RGB value is (195,117,108).

RGB: (195,117,108) (76%, 46%, 42%)

RGB channels and saturation

R 195 of 255 = 76%
G 117 of 255 = 46%
B 108 of 255 = 42%

195
117
108

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

Portions of RGB colors in percentages

R + G + B = 195 + 117 + 108 = 420 (100%)
R 195 of 420 ~ 46.43%
G 117 of 420 ~ 27.86%
B 108 of 420 ~ 25.71'%

%46.43
%27.86
%25.71

CMYK color model

#C3756C color CMYK value is (0,40,45,24).

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

CMYK: (0,40,45,24)
C0M40Y45K24 (0%, 40%, 45%, 24%)
(0.00 / 0.40 / 0.45 / 0.24)

CMYK percentages

%0
%40
%44.62
%23.53

Codes

Color #C3756C in popluar color models

C3 75 6C
RGB 195 117 108
HSL 42.03% 59.41%
HSB/HSV 44.62% 76.47%
CMYK 0.00% 40.00% 44.62%
23.53%

Color #C3756C in popluar number systems.

HEX C3 75 6C
Decimal 195 117 108
Binary 11000011 1110101 1101100
Octal 303 165 154

Shades and tints

Shades of #C3756C

#C3756C
(195,117,108)
#B26B63
(178,107,99)
#A1615A
(161,97,90)
#905751
(144,87,81)
#7F4D48
(127,77,72)
#6E433F
(110,67,63)
#5D3936
(93,57,54)
#4C2F2D
(76,47,45)
#3B2524
(59,37,36)
#2A1B1B
(42,27,27)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #C3756C

#C3756C
(195,117,108)
#C88179
(200,129,121)
#CD8D86
(205,141,134)
#D29993
(210,153,147)
#D7A5A0
(215,165,160)
#DCB1AD
(220,177,173)
#E1BDBA
(225,189,186)
#E6C9C7
(230,201,199)
#EBD5D4
(235,213,212)
#F0E1E1
(240,225,225)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3756C; }

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

This text font color is #C3756C.

Background Color

.myBgColor { background-color: #C3756C; }

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

This div background color is #C3756C.

Border color

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

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

This div border color is #C3756C.

Opacity

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

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

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

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

This text has shadow with #C3756C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3756C.

Preview

Color preview on black background

This text has color #C3756C on black background.


Color preview on white background

This text has color #C3756C on white background.


Black color preview on #C3756C background

This text has black color on #C3756C background.


White color preview on #C3756C background

This text has white color on #C3756C background.


Related colors

Complementary color

Complementary color for #hex is #3C8A93.


I love getcolorcode.com

Triadic colors

1 #6CC375 and #756CC3 with #C3756C are triadic colors.

2 #6C75C3 and #75C36C with #C3756C are triadic colors.