COLOR #C19D84

HEX: #C19D84 RGB: (193,157,132)

Color info

#C19D84 contains mainly red and green colors. Web safe color of #C19D84 is #CC9999 (or #C99).

RGB color model

#C19D84 color RGB value is (193,157,132).

RGB: (193,157,132) (76%, 62%, 52%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 132 of 255 = 52%

193
157
132

R + G + B ~ 63%. #C19D84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 157 + 132 = 482 (100%)
R 193 of 482 ~ 40.04%
G 157 of 482 ~ 32.57%
B 132 of 482 ~ 27.39'%

%40.04
%32.57
%27.39

CMYK color model

#C19D84 color CMYK value is (0,19,32,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 31.61%
  • key color value is 24.31%

CMYK: (0,19,32,24)
C0M19Y32K24 (0%, 19%, 32%, 24%)
(0.00 / 0.19 / 0.32 / 0.24)

CMYK percentages

%0
%18.65
%31.61
%24.31

Codes

Color #C19D84 in popluar color models

C1 9D 84
RGB 193 157 132
HSL 25° 32.97% 63.73%
HSB/HSV 25° 31.61% 75.69%
CMYK 0.00% 18.65% 31.61%
24.31%

Color #C19D84 in popluar number systems.

HEX C1 9D 84
Decimal 193 157 132
Binary 11000001 10011101 10000100
Octal 301 235 204

Shades and tints

Shades of #C19D84

#C19D84
(193,157,132)
#B08F78
(176,143,120)
#9F816C
(159,129,108)
#8E7360
(142,115,96)
#7D6554
(125,101,84)
#6C5748
(108,87,72)
#5B493C
(91,73,60)
#4A3B30
(74,59,48)
#392D24
(57,45,36)
#281F18
(40,31,24)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #C19D84

#C19D84
(193,157,132)
#C6A58F
(198,165,143)
#CBAD9A
(203,173,154)
#D0B5A5
(208,181,165)
#D5BDB0
(213,189,176)
#DAC5BB
(218,197,187)
#DFCDC6
(223,205,198)
#E4D5D1
(228,213,209)
#E9DDDC
(233,221,220)
#EEE5E7
(238,229,231)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19D84 color. Also use rgb(193,157,132) instead hex code.

Text Font Color

.myTextColor { color: #C19D84; }

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

This text font color is #C19D84.

Background Color

.myBgColor { background-color: #C19D84; }

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

This div background color is #C19D84.

Border color

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

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

This div border color is #C19D84.

Opacity

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

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

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

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

This text has shadow with #C19D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19D84.

Preview

Color preview on black background

This text has color #C19D84 on black background.


Color preview on white background

This text has color #C19D84 on white background.


Black color preview on #C19D84 background

This text has black color on #C19D84 background.


White color preview on #C19D84 background

This text has white color on #C19D84 background.


Related colors

Complementary color

Complementary color for #hex is #3E627B.


I love getcolorcode.com

Triadic colors

1 #84C19D and #9D84C1 with #C19D84 are triadic colors.

2 #849DC1 and #9DC184 with #C19D84 are triadic colors.