COLOR #C19A6B

HEX: #C19A6B
RGB: (193,154,107)

Color info

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

RGB color model

#C19A6B color RGB value is (193,154,107).

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

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 107 of 255 = 42%

193
154
107

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

Portions of RGB colors in percentages

R + G + B =
193 + 154 + 107 = 454 (100%)
R 193 of 454 ~ 42.51%
G 154 of 454 ~ 33.92%
B 107 of 454 ~ 23.57%

%42.51
%33.92
%23.57

CMYK color model

#C19A6B color CMYK value is (0,20,45,24).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 44.56%
  • key color value is 24.31%
CMYK:
(0,20,45,24)
C0M20Y45K24 
(0%,20%,45%,24%)
(0.00/0.20/0.45/0.24)	

CMYK percentages

%0
%20.21
%44.56
%24.31

Codes

Color #C19A6B in popluar color models

C19A6B
RGB193154107
HSL33°40.95%58.82%
HSB/HSV33°44.56%75.69%
CMYK0.00%20.21%44.56%
24.31%

Color #C19A6B in popluar number systems.

HEXC19A6B
Decimal193154107
Binary11000001100110101101011
Octal301232153

Shades and tints

Shades of #C19A6B

#C19A6B
(193,154,107)
#B08C62
(176,140,98)
#9F7E59
(159,126,89)
#8E7050
(142,112,80)
#7D6247
(125,98,71)
#6C543E
(108,84,62)
#5B4635
(91,70,53)
#4A382C
(74,56,44)
#392A23
(57,42,35)
#281C1A
(40,28,26)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #C19A6B

#C19A6B
(193,154,107)
#C6A378
(198,163,120)
#CBAC85
(203,172,133)
#D0B592
(208,181,146)
#D5BE9F
(213,190,159)
#DAC7AC
(218,199,172)
#DFD0B9
(223,208,185)
#E4D9C6
(228,217,198)
#E9E2D3
(233,226,211)
#EEEBE0
(238,235,224)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19A6B; }

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

This text font color is #C19A6B.


Background Color

.myBgColor { background-color: #C19A6B; }

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

This div background color is #C19A6B.


Border color

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

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

This div border color is #C19A6B.


Opacity

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

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

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

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

This text has shadow with #C19A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19A6B on black background.


Color preview on white background

This text has color #C19A6B on white background.



Black color preview on #C19A6B background

This text has black color on #C19A6B background.


White color preview on #C19A6B background

This text has white color on #C19A6B background.