COLOR #C19387

HEX: #C19387
RGB: (193,147,135)

Color info

#C19387 contains red, green and blue colors in about the same proportion. Web safe color of #C19387 is #CC9999 (or #C99).

RGB color model

#C19387 color RGB value is (193,147,135).

  • red value is 193;
  • green value is 147;
  • blue value is 135.
RGB:
(193,147,135)
(76%,58%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 147 of 255 = 58%
B 135 of 255 = 53%

193
147
135

R + G + B ~ 62%. #C19387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 147 + 135 = 475 (100%)
R 193 of 475 ~ 40.63%
G 147 of 475 ~ 30.95%
B 135 of 475 ~ 28.42%

%40.63
%30.95
%28.42

CMYK color model

#C19387 color CMYK value is (0,24,30,24).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(0,24,30,24)
C0M24Y30K24 
(0%,24%,30%,24%)
(0.00/0.24/0.30/0.24)	

CMYK percentages

%0
%23.83
%30.05
%24.31

Codes

Color #C19387 in popluar color models

C19387
RGB193147135
HSL12°31.87%64.31%
HSB/HSV12°30.05%75.69%
CMYK0.00%23.83%30.05%
24.31%

Color #C19387 in popluar number systems.

HEXC19387
Decimal193147135
Binary110000011001001110000111
Octal301223207

Shades and tints

Shades of #C19387

#C19387
(193,147,135)
#B0867B
(176,134,123)
#9F796F
(159,121,111)
#8E6C63
(142,108,99)
#7D5F57
(125,95,87)
#6C524B
(108,82,75)
#5B453F
(91,69,63)
#4A3833
(74,56,51)
#392B27
(57,43,39)
#281E1B
(40,30,27)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #C19387

#C19387
(193,147,135)
#C69C91
(198,156,145)
#CBA59B
(203,165,155)
#D0AEA5
(208,174,165)
#D5B7AF
(213,183,175)
#DAC0B9
(218,192,185)
#DFC9C3
(223,201,195)
#E4D2CD
(228,210,205)
#E9DBD7
(233,219,215)
#EEE4E1
(238,228,225)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19387 color. Also use rgb(193,147,135) instead hex code.

Text Font Color

.myTextColor { color: #C19387; }

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

This text font color is #C19387.


Background Color

.myBgColor { background-color: #C19387; }

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

This div background color is #C19387.


Border color

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

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

This div border color is #C19387.


Opacity

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

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

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

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

This text has shadow with #C19387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19387 on black background.


Color preview on white background

This text has color #C19387 on white background.



Black color preview on #C19387 background

This text has black color on #C19387 background.


White color preview on #C19387 background

This text has white color on #C19387 background.