COLOR #C19689

HEX: #C19689
RGB: (193,150,137)

Color info

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

RGB color model

#C19689 color RGB value is (193,150,137).

  • red value is 193;
  • green value is 150;
  • blue value is 137.
RGB:
(193,150,137)
(76%,59%,54%)

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 137 of 255 = 54%

193
150
137

R + G + B ~ 63%. #C19689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 137 = 480 (100%)
R 193 of 480 ~ 40.21%
G 150 of 480 ~ 31.25%
B 137 of 480 ~ 28.54%

%40.21
%31.25
%28.54

CMYK color model

#C19689 color CMYK value is (0,22,29,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 29.02%
  • key color value is 24.31%
CMYK:
(0,22,29,24)
C0M22Y29K24 
(0%,22%,29%,24%)
(0.00/0.22/0.29/0.24)	

CMYK percentages

%0
%22.28
%29.02
%24.31

Codes

Color #C19689 in popluar color models

C19689
RGB193150137
HSL14°31.11%64.71%
HSB/HSV14°29.02%75.69%
CMYK0.00%22.28%29.02%
24.31%

Color #C19689 in popluar number systems.

HEXC19689
Decimal193150137
Binary110000011001011010001001
Octal301226211

Shades and tints

Shades of #C19689

#C19689
(193,150,137)
#B0897D
(176,137,125)
#9F7C71
(159,124,113)
#8E6F65
(142,111,101)
#7D6259
(125,98,89)
#6C554D
(108,85,77)
#5B4841
(91,72,65)
#4A3B35
(74,59,53)
#392E29
(57,46,41)
#28211D
(40,33,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #C19689

#C19689
(193,150,137)
#C69F93
(198,159,147)
#CBA89D
(203,168,157)
#D0B1A7
(208,177,167)
#D5BAB1
(213,186,177)
#DAC3BB
(218,195,187)
#DFCCC5
(223,204,197)
#E4D5CF
(228,213,207)
#E9DED9
(233,222,217)
#EEE7E3
(238,231,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19689 color. Also use rgb(193,150,137) instead hex code.

Text Font Color

.myTextColor { color: #C19689; }

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

This text font color is #C19689.


Background Color

.myBgColor { background-color: #C19689; }

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

This div background color is #C19689.


Border color

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

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

This div border color is #C19689.


Opacity

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

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

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

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

This text has shadow with #C19689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19689 on black background.


Color preview on white background

This text has color #C19689 on white background.



Black color preview on #C19689 background

This text has black color on #C19689 background.


White color preview on #C19689 background

This text has white color on #C19689 background.