COLOR #C19076

HEX: #C19076
RGB: (193,144,118)

Color info

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

RGB color model

#C19076 color RGB value is (193,144,118).

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

RGB channels and saturation

R 193 of 255 = 76%
G 144 of 255 = 56%
B 118 of 255 = 46%

193
144
118

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

Portions of RGB colors in percentages

R + G + B =
193 + 144 + 118 = 455 (100%)
R 193 of 455 ~ 42.42%
G 144 of 455 ~ 31.65%
B 118 of 455 ~ 25.93%

%42.42
%31.65
%25.93

CMYK color model

#C19076 color CMYK value is (0,25,39,24).

  • cyan value is 0.00%
  • magenta value is 25.39%
  • yellow value is 38.86%
  • key color value is 24.31%
CMYK:
(0,25,39,24)
C0M25Y39K24 
(0%,25%,39%,24%)
(0.00/0.25/0.39/0.24)	

CMYK percentages

%0
%25.39
%38.86
%24.31

Codes

Color #C19076 in popluar color models

C19076
RGB193144118
HSL21°37.69%60.98%
HSB/HSV21°38.86%75.69%
CMYK0.00%25.39%38.86%
24.31%

Color #C19076 in popluar number systems.

HEXC19076
Decimal193144118
Binary11000001100100001110110
Octal301220166

Shades and tints

Shades of #C19076

#C19076
(193,144,118)
#B0836C
(176,131,108)
#9F7662
(159,118,98)
#8E6958
(142,105,88)
#7D5C4E
(125,92,78)
#6C4F44
(108,79,68)
#5B423A
(91,66,58)
#4A3530
(74,53,48)
#392826
(57,40,38)
#281B1C
(40,27,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #C19076

#C19076
(193,144,118)
#C69A82
(198,154,130)
#CBA48E
(203,164,142)
#D0AE9A
(208,174,154)
#D5B8A6
(213,184,166)
#DAC2B2
(218,194,178)
#DFCCBE
(223,204,190)
#E4D6CA
(228,214,202)
#E9E0D6
(233,224,214)
#EEEAE2
(238,234,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19076; }

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

This text font color is #C19076.


Background Color

.myBgColor { background-color: #C19076; }

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

This div background color is #C19076.


Border color

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

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

This div border color is #C19076.


Opacity

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

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

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

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

This text has shadow with #C19076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19076 on black background.


Color preview on white background

This text has color #C19076 on white background.



Black color preview on #C19076 background

This text has black color on #C19076 background.


White color preview on #C19076 background

This text has white color on #C19076 background.