COLOR #C37B83

HEX: #C37B83 RGB: (195,123,131)

Color info

#C37B83 contains mainly red color. Web safe color of #C37B83 is #CC6699 (or #C69).

RGB color model

#C37B83 color RGB value is (195,123,131).

RGB: (195,123,131) (76%, 48%, 51%)

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 131 of 255 = 51%

195
123
131

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

Portions of RGB colors in percentages

R + G + B = 195 + 123 + 131 = 449 (100%)
R 195 of 449 ~ 43.43%
G 123 of 449 ~ 27.39%
B 131 of 449 ~ 29.18'%

%43.43
%27.39
%29.18

CMYK color model

#C37B83 color CMYK value is (0,37,33,24).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 32.82%
  • key color value is 23.53%

CMYK: (0,37,33,24)
C0M37Y33K24 (0%, 37%, 33%, 24%)
(0.00 / 0.37 / 0.33 / 0.24)

CMYK percentages

%0
%36.92
%32.82
%23.53

Codes

Color #C37B83 in popluar color models

C3 7B 83
RGB 195 123 131
HSL 353° 37.50% 62.35%
HSB/HSV 353° 36.92% 76.47%
CMYK 0.00% 36.92% 32.82%
23.53%

Color #C37B83 in popluar number systems.

HEX C3 7B 83
Decimal 195 123 131
Binary 11000011 1111011 10000011
Octal 303 173 203

Shades and tints

Shades of #C37B83

#C37B83
(195,123,131)
#B27078
(178,112,120)
#A1656D
(161,101,109)
#905A62
(144,90,98)
#7F4F57
(127,79,87)
#6E444C
(110,68,76)
#5D3941
(93,57,65)
#4C2E36
(76,46,54)
#3B232B
(59,35,43)
#2A1820
(42,24,32)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #C37B83

#C37B83
(195,123,131)
#C8878E
(200,135,142)
#CD9399
(205,147,153)
#D29FA4
(210,159,164)
#D7ABAF
(215,171,175)
#DCB7BA
(220,183,186)
#E1C3C5
(225,195,197)
#E6CFD0
(230,207,208)
#EBDBDB
(235,219,219)
#F0E7E6
(240,231,230)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37B83 color. Also use rgb(195,123,131) instead hex code.

Text Font Color

.myTextColor { color: #C37B83; }

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

This text font color is #C37B83.

Background Color

.myBgColor { background-color: #C37B83; }

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

This div background color is #C37B83.

Border color

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

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

This div border color is #C37B83.

Opacity

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

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

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

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

This text has shadow with #C37B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37B83.

Preview

Color preview on black background

This text has color #C37B83 on black background.


Color preview on white background

This text has color #C37B83 on white background.


Black color preview on #C37B83 background

This text has black color on #C37B83 background.


White color preview on #C37B83 background

This text has white color on #C37B83 background.


Related colors

Complementary color

Complementary color for #hex is #3C847C.


I love getcolorcode.com

Triadic colors

1 #83C37B and #7B83C3 with #C37B83 are triadic colors.

2 #837BC3 and #7BC383 with #C37B83 are triadic colors.