COLOR #C19A56

HEX: #C19A56
RGB: (193,154,86)

Color info

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

RGB color model

#C19A56 color RGB value is (193,154,86).

  • red value is 193;
  • green value is 154;
  • blue value is 86.
RGB:
(193,154,86)
(76%,60%,34%)

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 86 of 255 = 34%

193
154
86

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

Portions of RGB colors in percentages

R + G + B =
193 + 154 + 86 = 433 (100%)
R 193 of 433 ~ 44.57%
G 154 of 433 ~ 35.57%
B 86 of 433 ~ 19.86%

%44.57
%35.57
%19.86

CMYK color model

#C19A56 color CMYK value is (0,20,55,24).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 55.44%
  • key color value is 24.31%
CMYK:
(0,20,55,24)
C0M20Y55K24 
(0%,20%,55%,24%)
(0.00/0.20/0.55/0.24)	

CMYK percentages

%0
%20.21
%55.44
%24.31

Codes

Color #C19A56 in popluar color models

C19A56
RGB19315486
HSL38°46.32%54.71%
HSB/HSV38°55.44%75.69%
CMYK0.00%20.21%55.44%
24.31%

Color #C19A56 in popluar number systems.

HEXC19A56
Decimal19315486
Binary11000001100110101010110
Octal301232126

Shades and tints

Shades of #C19A56

#C19A56
(193,154,86)
#B08C4F
(176,140,79)
#9F7E48
(159,126,72)
#8E7041
(142,112,65)
#7D623A
(125,98,58)
#6C5433
(108,84,51)
#5B462C
(91,70,44)
#4A3825
(74,56,37)
#392A1E
(57,42,30)
#281C17
(40,28,23)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #C19A56

#C19A56
(193,154,86)
#C6A365
(198,163,101)
#CBAC74
(203,172,116)
#D0B583
(208,181,131)
#D5BE92
(213,190,146)
#DAC7A1
(218,199,161)
#DFD0B0
(223,208,176)
#E4D9BF
(228,217,191)
#E9E2CE
(233,226,206)
#EEEBDD
(238,235,221)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19A56 color. Also use rgb(193,154,86) instead hex code.

Text Font Color

.myTextColor { color: #C19A56; }

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

This text font color is #C19A56.


Background Color

.myBgColor { background-color: #C19A56; }

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

This div background color is #C19A56.


Border color

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

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

This div border color is #C19A56.


Opacity

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

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

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

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

This text has shadow with #C19A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19A56 on black background.


Color preview on white background

This text has color #C19A56 on white background.



Black color preview on #C19A56 background

This text has black color on #C19A56 background.


White color preview on #C19A56 background

This text has white color on #C19A56 background.