COLOR #C19372

HEX: #C19372 RGB: (193,147,114)

Color info

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

RGB color model

#C19372 color RGB value is (193,147,114).

RGB: (193,147,114) (76%, 58%, 45%)

RGB channels and saturation

R 193 of 255 = 76%
G 147 of 255 = 58%
B 114 of 255 = 45%

193
147
114

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

Portions of RGB colors in percentages

R + G + B = 193 + 147 + 114 = 454 (100%)
R 193 of 454 ~ 42.51%
G 147 of 454 ~ 32.38%
B 114 of 454 ~ 25.11'%

%42.51
%32.38
%25.11

CMYK color model

#C19372 color CMYK value is (0,24,41,24).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 40.93%
  • key color value is 24.31%

CMYK: (0,24,41,24)
C0M24Y41K24 (0%, 24%, 41%, 24%)
(0.00 / 0.24 / 0.41 / 0.24)

CMYK percentages

%0
%23.83
%40.93
%24.31

Codes

Color #C19372 in popluar color models

C1 93 72
RGB 193 147 114
HSL 25° 38.92% 60.20%
HSB/HSV 25° 40.93% 75.69%
CMYK 0.00% 23.83% 40.93%
24.31%

Color #C19372 in popluar number systems.

HEX C1 93 72
Decimal 193 147 114
Binary 11000001 10010011 1110010
Octal 301 223 162

Shades and tints

Shades of #C19372

#C19372
(193,147,114)
#B08668
(176,134,104)
#9F795E
(159,121,94)
#8E6C54
(142,108,84)
#7D5F4A
(125,95,74)
#6C5240
(108,82,64)
#5B4536
(91,69,54)
#4A382C
(74,56,44)
#392B22
(57,43,34)
#281E18
(40,30,24)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C19372

#C19372
(193,147,114)
#C69C7E
(198,156,126)
#CBA58A
(203,165,138)
#D0AE96
(208,174,150)
#D5B7A2
(213,183,162)
#DAC0AE
(218,192,174)
#DFC9BA
(223,201,186)
#E4D2C6
(228,210,198)
#E9DBD2
(233,219,210)
#EEE4DE
(238,228,222)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19372 color. Also use rgb(193,147,114) instead hex code.

Text Font Color

.myTextColor { color: #C19372; }

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

This text font color is #C19372.

Background Color

.myBgColor { background-color: #C19372; }

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

This div background color is #C19372.

Border color

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

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

This div border color is #C19372.

Opacity

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

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

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

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

This text has shadow with #C19372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19372.

Preview

Color preview on black background

This text has color #C19372 on black background.


Color preview on white background

This text has color #C19372 on white background.


Black color preview on #C19372 background

This text has black color on #C19372 background.


White color preview on #C19372 background

This text has white color on #C19372 background.


Related colors

Complementary color

Complementary color for #hex is #3E6C8D.


I love getcolorcode.com

Triadic colors

1 #72C193 and #9372C1 with #C19372 are triadic colors.

2 #7293C1 and #93C172 with #C19372 are triadic colors.