COLOR #C1837F

HEX: #C1837F
RGB: (193,131,127)

Color info

#C1837F contains mainly red color. Web safe color of #C1837F is #CC9966 (or #C96).

RGB color model

#C1837F color RGB value is (193,131,127).

  • red value is 193;
  • green value is 131;
  • blue value is 127.
RGB:
(193,131,127)
(76%,51%,50%)

RGB channels and saturation

R 193 of 255 = 76%
G 131 of 255 = 51%
B 127 of 255 = 50%

193
131
127

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

Portions of RGB colors in percentages

R + G + B =
193 + 131 + 127 = 451 (100%)
R 193 of 451 ~ 42.79%
G 131 of 451 ~ 29.05%
B 127 of 451 ~ 28.16%

%42.79
%29.05
%28.16

CMYK color model

#C1837F color CMYK value is (0,32,34,24).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 34.20%
  • key color value is 24.31%
CMYK:
(0,32,34,24)
C0M32Y34K24 
(0%,32%,34%,24%)
(0.00/0.32/0.34/0.24)	

CMYK percentages

%0
%32.12
%34.2
%24.31

Codes

Color #C1837F in popluar color models

C1837F
RGB193131127
HSL34.74%62.75%
HSB/HSV34.20%75.69%
CMYK0.00%32.12%34.20%
24.31%

Color #C1837F in popluar number systems.

HEXC1837F
Decimal193131127
Binary11000001100000111111111
Octal301203177

Shades and tints

Shades of #C1837F

#C1837F
(193,131,127)
#B07874
(176,120,116)
#9F6D69
(159,109,105)
#8E625E
(142,98,94)
#7D5753
(125,87,83)
#6C4C48
(108,76,72)
#5B413D
(91,65,61)
#4A3632
(74,54,50)
#392B27
(57,43,39)
#28201C
(40,32,28)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #C1837F

#C1837F
(193,131,127)
#C68E8A
(198,142,138)
#CB9995
(203,153,149)
#D0A4A0
(208,164,160)
#D5AFAB
(213,175,171)
#DABAB6
(218,186,182)
#DFC5C1
(223,197,193)
#E4D0CC
(228,208,204)
#E9DBD7
(233,219,215)
#EEE6E2
(238,230,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1837F color. Also use rgb(193,131,127) instead hex code.

Text Font Color

.myTextColor { color: #C1837F; }

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

This text font color is #C1837F.


Background Color

.myBgColor { background-color: #C1837F; }

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

This div background color is #C1837F.


Border color

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

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

This div border color is #C1837F.


Opacity

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

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

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

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

This text has shadow with #C1837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1837F on black background.


Color preview on white background

This text has color #C1837F on white background.



Black color preview on #C1837F background

This text has black color on #C1837F background.


White color preview on #C1837F background

This text has white color on #C1837F background.