COLOR #C19E76

HEX: #C19E76
RGB: (193,158,118)

Color info

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

RGB color model

#C19E76 color RGB value is (193,158,118).

  • red value is 193;
  • green value is 158;
  • blue value is 118.
RGB:
(193,158,118)
(76%,62%,46%)

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 118 of 255 = 46%

193
158
118

R + G + B ~ 61%. #C19E76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 118 = 469 (100%)
R 193 of 469 ~ 41.15%
G 158 of 469 ~ 33.69%
B 118 of 469 ~ 25.16%

%41.15
%33.69
%25.16

CMYK color model

#C19E76 color CMYK value is (0,18,39,24).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 38.86%
  • key color value is 24.31%
CMYK:
(0,18,39,24)
C0M18Y39K24 
(0%,18%,39%,24%)
(0.00/0.18/0.39/0.24)	

CMYK percentages

%0
%18.13
%38.86
%24.31

Codes

Color #C19E76 in popluar color models

C19E76
RGB193158118
HSL32°37.69%60.98%
HSB/HSV32°38.86%75.69%
CMYK0.00%18.13%38.86%
24.31%

Color #C19E76 in popluar number systems.

HEXC19E76
Decimal193158118
Binary11000001100111101110110
Octal301236166

Shades and tints

Shades of #C19E76

#C19E76
(193,158,118)
#B0906C
(176,144,108)
#9F8262
(159,130,98)
#8E7458
(142,116,88)
#7D664E
(125,102,78)
#6C5844
(108,88,68)
#5B4A3A
(91,74,58)
#4A3C30
(74,60,48)
#392E26
(57,46,38)
#28201C
(40,32,28)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #C19E76

#C19E76
(193,158,118)
#C6A682
(198,166,130)
#CBAE8E
(203,174,142)
#D0B69A
(208,182,154)
#D5BEA6
(213,190,166)
#DAC6B2
(218,198,178)
#DFCEBE
(223,206,190)
#E4D6CA
(228,214,202)
#E9DED6
(233,222,214)
#EEE6E2
(238,230,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19E76 color. Also use rgb(193,158,118) instead hex code.

Text Font Color

.myTextColor { color: #C19E76; }

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

This text font color is #C19E76.


Background Color

.myBgColor { background-color: #C19E76; }

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

This div background color is #C19E76.


Border color

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

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

This div border color is #C19E76.


Opacity

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

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

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

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

This text has shadow with #C19E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19E76 on black background.


Color preview on white background

This text has color #C19E76 on white background.



Black color preview on #C19E76 background

This text has black color on #C19E76 background.


White color preview on #C19E76 background

This text has white color on #C19E76 background.