COLOR #C19A67

HEX: #C19A67
RGB: (193,154,103)

Color info

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

RGB color model

#C19A67 color RGB value is (193,154,103).

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

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 103 of 255 = 40%

193
154
103

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

Portions of RGB colors in percentages

R + G + B =
193 + 154 + 103 = 450 (100%)
R 193 of 450 ~ 42.89%
G 154 of 450 ~ 34.22%
B 103 of 450 ~ 22.89%

%42.89
%34.22
%22.89

CMYK color model

#C19A67 color CMYK value is (0,20,47,24).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 46.63%
  • key color value is 24.31%
CMYK:
(0,20,47,24)
C0M20Y47K24 
(0%,20%,47%,24%)
(0.00/0.20/0.47/0.24)	

CMYK percentages

%0
%20.21
%46.63
%24.31

Codes

Color #C19A67 in popluar color models

C19A67
RGB193154103
HSL34°42.06%58.04%
HSB/HSV34°46.63%75.69%
CMYK0.00%20.21%46.63%
24.31%

Color #C19A67 in popluar number systems.

HEXC19A67
Decimal193154103
Binary11000001100110101100111
Octal301232147

Shades and tints

Shades of #C19A67

#C19A67
(193,154,103)
#B08C5E
(176,140,94)
#9F7E55
(159,126,85)
#8E704C
(142,112,76)
#7D6243
(125,98,67)
#6C543A
(108,84,58)
#5B4631
(91,70,49)
#4A3828
(74,56,40)
#392A1F
(57,42,31)
#281C16
(40,28,22)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #C19A67

#C19A67
(193,154,103)
#C6A374
(198,163,116)
#CBAC81
(203,172,129)
#D0B58E
(208,181,142)
#D5BE9B
(213,190,155)
#DAC7A8
(218,199,168)
#DFD0B5
(223,208,181)
#E4D9C2
(228,217,194)
#E9E2CF
(233,226,207)
#EEEBDC
(238,235,220)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19A67; }

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

This text font color is #C19A67.


Background Color

.myBgColor { background-color: #C19A67; }

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

This div background color is #C19A67.


Border color

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

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

This div border color is #C19A67.


Opacity

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

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

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

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

This text has shadow with #C19A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19A67 on black background.


Color preview on white background

This text has color #C19A67 on white background.



Black color preview on #C19A67 background

This text has black color on #C19A67 background.


White color preview on #C19A67 background

This text has white color on #C19A67 background.