COLOR #C19B79

HEX: #C19B79 RGB: (193,155,121)

Color info

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

RGB color model

#C19B79 color RGB value is (193,155,121).

RGB: (193,155,121) (76%, 61%, 47%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 121 of 255 = 47%

193
155
121

R + G + B ~ 61%. #C19B79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 155 + 121 = 469 (100%)
R 193 of 469 ~ 41.15%
G 155 of 469 ~ 33.05%
B 121 of 469 ~ 25.8'%

%41.15
%33.05
%25.8

CMYK color model

#C19B79 color CMYK value is (0,20,37,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 37.31%
  • key color value is 24.31%

CMYK: (0,20,37,24)
C0M20Y37K24 (0%, 20%, 37%, 24%)
(0.00 / 0.20 / 0.37 / 0.24)

CMYK percentages

%0
%19.69
%37.31
%24.31

Codes

Color #C19B79 in popluar color models

C1 9B 79
RGB 193 155 121
HSL 28° 36.73% 61.57%
HSB/HSV 28° 37.31% 75.69%
CMYK 0.00% 19.69% 37.31%
24.31%

Color #C19B79 in popluar number systems.

HEX C1 9B 79
Decimal 193 155 121
Binary 11000001 10011011 1111001
Octal 301 233 171

Shades and tints

Shades of #C19B79

#C19B79
(193,155,121)
#B08D6E
(176,141,110)
#9F7F63
(159,127,99)
#8E7158
(142,113,88)
#7D634D
(125,99,77)
#6C5542
(108,85,66)
#5B4737
(91,71,55)
#4A392C
(74,57,44)
#392B21
(57,43,33)
#281D16
(40,29,22)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #C19B79

#C19B79
(193,155,121)
#C6A485
(198,164,133)
#CBAD91
(203,173,145)
#D0B69D
(208,182,157)
#D5BFA9
(213,191,169)
#DAC8B5
(218,200,181)
#DFD1C1
(223,209,193)
#E4DACD
(228,218,205)
#E9E3D9
(233,227,217)
#EEECE5
(238,236,229)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19B79 color. Also use rgb(193,155,121) instead hex code.

Text Font Color

.myTextColor { color: #C19B79; }

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

This text font color is #C19B79.

Background Color

.myBgColor { background-color: #C19B79; }

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

This div background color is #C19B79.

Border color

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

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

This div border color is #C19B79.

Opacity

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

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

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

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

This text has shadow with #C19B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19B79.

Preview

Color preview on black background

This text has color #C19B79 on black background.


Color preview on white background

This text has color #C19B79 on white background.


Black color preview on #C19B79 background

This text has black color on #C19B79 background.


White color preview on #C19B79 background

This text has white color on #C19B79 background.


Related colors

Complementary color

Complementary color for #hex is #3E6486.


I love getcolorcode.com

Triadic colors

1 #79C19B and #9B79C1 with #C19B79 are triadic colors.

2 #799BC1 and #9BC179 with #C19B79 are triadic colors.