COLOR #C37872

HEX: #C37872
RGB: (195,120,114)

Color info

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

RGB color model

#C37872 color RGB value is (195,120,114).

  • red value is 195;
  • green value is 120;
  • blue value is 114.
RGB:
(195,120,114)
(76%,47%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 120 of 255 = 47%
B 114 of 255 = 45%

195
120
114

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

Portions of RGB colors in percentages

R + G + B =
195 + 120 + 114 = 429 (100%)
R 195 of 429 ~ 45.45%
G 120 of 429 ~ 27.97%
B 114 of 429 ~ 26.57%

%45.45
%27.97
%26.57

CMYK color model

#C37872 color CMYK value is (0,38,42,24).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 41.54%
  • key color value is 23.53%
CMYK:
(0,38,42,24)
C0M38Y42K24 
(0%,38%,42%,24%)
(0.00/0.38/0.42/0.24)	

CMYK percentages

%0
%38.46
%41.54
%23.53

Codes

Color #C37872 in popluar color models

C37872
RGB195120114
HSL40.30%60.59%
HSB/HSV41.54%76.47%
CMYK0.00%38.46%41.54%
23.53%

Color #C37872 in popluar number systems.

HEXC37872
Decimal195120114
Binary1100001111110001110010
Octal303170162

Shades and tints

Shades of #C37872

#C37872
(195,120,114)
#B26E68
(178,110,104)
#A1645E
(161,100,94)
#905A54
(144,90,84)
#7F504A
(127,80,74)
#6E4640
(110,70,64)
#5D3C36
(93,60,54)
#4C322C
(76,50,44)
#3B2822
(59,40,34)
#2A1E18
(42,30,24)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #C37872

#C37872
(195,120,114)
#C8847E
(200,132,126)
#CD908A
(205,144,138)
#D29C96
(210,156,150)
#D7A8A2
(215,168,162)
#DCB4AE
(220,180,174)
#E1C0BA
(225,192,186)
#E6CCC6
(230,204,198)
#EBD8D2
(235,216,210)
#F0E4DE
(240,228,222)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37872 color. Also use rgb(195,120,114) instead hex code.

Text Font Color

.myTextColor { color: #C37872; }

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

This text font color is #C37872.


Background Color

.myBgColor { background-color: #C37872; }

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

This div background color is #C37872.


Border color

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

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

This div border color is #C37872.


Opacity

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

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

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

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

This text has shadow with #C37872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37872 on black background.


Color preview on white background

This text has color #C37872 on white background.



Black color preview on #C37872 background

This text has black color on #C37872 background.


White color preview on #C37872 background

This text has white color on #C37872 background.