COLOR #C19674

HEX: #C19674
RGB: (193,150,116)

Color info

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

RGB color model

#C19674 color RGB value is (193,150,116).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 116 of 255 = 45%

193
150
116

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

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 116 = 459 (100%)
R 193 of 459 ~ 42.05%
G 150 of 459 ~ 32.68%
B 116 of 459 ~ 25.27%

%42.05
%32.68
%25.27

CMYK color model

#C19674 color CMYK value is (0,22,40,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 39.90%
  • key color value is 24.31%
CMYK:
(0,22,40,24)
C0M22Y40K24 
(0%,22%,40%,24%)
(0.00/0.22/0.40/0.24)	

CMYK percentages

%0
%22.28
%39.9
%24.31

Codes

Color #C19674 in popluar color models

C19674
RGB193150116
HSL26°38.31%60.59%
HSB/HSV26°39.90%75.69%
CMYK0.00%22.28%39.90%
24.31%

Color #C19674 in popluar number systems.

HEXC19674
Decimal193150116
Binary11000001100101101110100
Octal301226164

Shades and tints

Shades of #C19674

#C19674
(193,150,116)
#B0896A
(176,137,106)
#9F7C60
(159,124,96)
#8E6F56
(142,111,86)
#7D624C
(125,98,76)
#6C5542
(108,85,66)
#5B4838
(91,72,56)
#4A3B2E
(74,59,46)
#392E24
(57,46,36)
#28211A
(40,33,26)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C19674

#C19674
(193,150,116)
#C69F80
(198,159,128)
#CBA88C
(203,168,140)
#D0B198
(208,177,152)
#D5BAA4
(213,186,164)
#DAC3B0
(218,195,176)
#DFCCBC
(223,204,188)
#E4D5C8
(228,213,200)
#E9DED4
(233,222,212)
#EEE7E0
(238,231,224)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19674; }

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

This text font color is #C19674.


Background Color

.myBgColor { background-color: #C19674; }

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

This div background color is #C19674.


Border color

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

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

This div border color is #C19674.


Opacity

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

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

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

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

This text has shadow with #C19674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19674 on black background.


Color preview on white background

This text has color #C19674 on white background.



Black color preview on #C19674 background

This text has black color on #C19674 background.


White color preview on #C19674 background

This text has white color on #C19674 background.