COLOR #C19668

HEX: #C19668
RGB: (193,150,104)

Color info

#C19668 contains mainly red and green colors. Web safe color of #C19668 is #CC9966 (or #C96).

RGB color model

#C19668 color RGB value is (193,150,104).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 104 of 255 = 41%

193
150
104

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

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 104 = 447 (100%)
R 193 of 447 ~ 43.18%
G 150 of 447 ~ 33.56%
B 104 of 447 ~ 23.27%

%43.18
%33.56
%23.27

CMYK color model

#C19668 color CMYK value is (0,22,46,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 46.11%
  • key color value is 24.31%
CMYK:
(0,22,46,24)
C0M22Y46K24 
(0%,22%,46%,24%)
(0.00/0.22/0.46/0.24)	

CMYK percentages

%0
%22.28
%46.11
%24.31

Codes

Color #C19668 in popluar color models

C19668
RGB193150104
HSL31°41.78%58.24%
HSB/HSV31°46.11%75.69%
CMYK0.00%22.28%46.11%
24.31%

Color #C19668 in popluar number systems.

HEXC19668
Decimal193150104
Binary11000001100101101101000
Octal301226150

Shades and tints

Shades of #C19668

#C19668
(193,150,104)
#B0895F
(176,137,95)
#9F7C56
(159,124,86)
#8E6F4D
(142,111,77)
#7D6244
(125,98,68)
#6C553B
(108,85,59)
#5B4832
(91,72,50)
#4A3B29
(74,59,41)
#392E20
(57,46,32)
#282117
(40,33,23)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #C19668

#C19668
(193,150,104)
#C69F75
(198,159,117)
#CBA882
(203,168,130)
#D0B18F
(208,177,143)
#D5BA9C
(213,186,156)
#DAC3A9
(218,195,169)
#DFCCB6
(223,204,182)
#E4D5C3
(228,213,195)
#E9DED0
(233,222,208)
#EEE7DD
(238,231,221)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19668; }

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

This text font color is #C19668.


Background Color

.myBgColor { background-color: #C19668; }

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

This div background color is #C19668.


Border color

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

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

This div border color is #C19668.


Opacity

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

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

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

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

This text has shadow with #C19668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19668 on black background.


Color preview on white background

This text has color #C19668 on white background.



Black color preview on #C19668 background

This text has black color on #C19668 background.


White color preview on #C19668 background

This text has white color on #C19668 background.