COLOR #C19B8E

HEX: #C19B8E
RGB: (193,155,142)

Color info

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

RGB color model

#C19B8E color RGB value is (193,155,142).

  • red value is 193;
  • green value is 155;
  • blue value is 142.
RGB:
(193,155,142)
(76%,61%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 142 of 255 = 56%

193
155
142

R + G + B ~ 64%. #C19B8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 142 = 490 (100%)
R 193 of 490 ~ 39.39%
G 155 of 490 ~ 31.63%
B 142 of 490 ~ 28.98%

%39.39
%31.63
%28.98

CMYK color model

#C19B8E color CMYK value is (0,20,26,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(0,20,26,24)
C0M20Y26K24 
(0%,20%,26%,24%)
(0.00/0.20/0.26/0.24)	

CMYK percentages

%0
%19.69
%26.42
%24.31

Codes

Color #C19B8E in popluar color models

C19B8E
RGB193155142
HSL15°29.14%65.69%
HSB/HSV15°26.42%75.69%
CMYK0.00%19.69%26.42%
24.31%

Color #C19B8E in popluar number systems.

HEXC19B8E
Decimal193155142
Binary110000011001101110001110
Octal301233216

Shades and tints

Shades of #C19B8E

#C19B8E
(193,155,142)
#B08D82
(176,141,130)
#9F7F76
(159,127,118)
#8E716A
(142,113,106)
#7D635E
(125,99,94)
#6C5552
(108,85,82)
#5B4746
(91,71,70)
#4A393A
(74,57,58)
#392B2E
(57,43,46)
#281D22
(40,29,34)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #C19B8E

#C19B8E
(193,155,142)
#C6A498
(198,164,152)
#CBADA2
(203,173,162)
#D0B6AC
(208,182,172)
#D5BFB6
(213,191,182)
#DAC8C0
(218,200,192)
#DFD1CA
(223,209,202)
#E4DAD4
(228,218,212)
#E9E3DE
(233,227,222)
#EEECE8
(238,236,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19B8E color. Also use rgb(193,155,142) instead hex code.

Text Font Color

.myTextColor { color: #C19B8E; }

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

This text font color is #C19B8E.


Background Color

.myBgColor { background-color: #C19B8E; }

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

This div background color is #C19B8E.


Border color

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

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

This div border color is #C19B8E.


Opacity

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

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

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

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

This text has shadow with #C19B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19B8E on black background.


Color preview on white background

This text has color #C19B8E on white background.



Black color preview on #C19B8E background

This text has black color on #C19B8E background.


White color preview on #C19B8E background

This text has white color on #C19B8E background.