COLOR #C19A48

HEX: #C19A48
RGB: (193,154,72)

Color info

#C19A48 contains mainly red and green colors. Web safe color of #C19A48 is #CC9933 (or #C93).

RGB color model

#C19A48 color RGB value is (193,154,72).

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

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 72 of 255 = 28%

193
154
72

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

Portions of RGB colors in percentages

R + G + B =
193 + 154 + 72 = 419 (100%)
R 193 of 419 ~ 46.06%
G 154 of 419 ~ 36.75%
B 72 of 419 ~ 17.18%

%46.06
%36.75
%17.18

CMYK color model

#C19A48 color CMYK value is (0,20,63,24).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 62.69%
  • key color value is 24.31%
CMYK:
(0,20,63,24)
C0M20Y63K24 
(0%,20%,63%,24%)
(0.00/0.20/0.63/0.24)	

CMYK percentages

%0
%20.21
%62.69
%24.31

Codes

Color #C19A48 in popluar color models

C19A48
RGB19315472
HSL41°49.39%51.96%
HSB/HSV41°62.69%75.69%
CMYK0.00%20.21%62.69%
24.31%

Color #C19A48 in popluar number systems.

HEXC19A48
Decimal19315472
Binary11000001100110101001000
Octal301232110

Shades and tints

Shades of #C19A48

#C19A48
(193,154,72)
#B08C42
(176,140,66)
#9F7E3C
(159,126,60)
#8E7036
(142,112,54)
#7D6230
(125,98,48)
#6C542A
(108,84,42)
#5B4624
(91,70,36)
#4A381E
(74,56,30)
#392A18
(57,42,24)
#281C12
(40,28,18)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #C19A48

#C19A48
(193,154,72)
#C6A358
(198,163,88)
#CBAC68
(203,172,104)
#D0B578
(208,181,120)
#D5BE88
(213,190,136)
#DAC798
(218,199,152)
#DFD0A8
(223,208,168)
#E4D9B8
(228,217,184)
#E9E2C8
(233,226,200)
#EEEBD8
(238,235,216)
#F3F4E8
(243,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19A48; }

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

This text font color is #C19A48.


Background Color

.myBgColor { background-color: #C19A48; }

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

This div background color is #C19A48.


Border color

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

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

This div border color is #C19A48.


Opacity

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

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

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

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

This text has shadow with #C19A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19A48 on black background.


Color preview on white background

This text has color #C19A48 on white background.



Black color preview on #C19A48 background

This text has black color on #C19A48 background.


White color preview on #C19A48 background

This text has white color on #C19A48 background.