COLOR #C19B84

HEX: #C19B84
RGB: (193,155,132)

Color info

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

RGB color model

#C19B84 color RGB value is (193,155,132).

  • red value is 193;
  • green value is 155;
  • blue value is 132.
RGB:
(193,155,132)
(76%,61%,52%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 132 of 255 = 52%

193
155
132

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

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 132 = 480 (100%)
R 193 of 480 ~ 40.21%
G 155 of 480 ~ 32.29%
B 132 of 480 ~ 27.5%

%40.21
%32.29
%27.5

CMYK color model

#C19B84 color CMYK value is (0,20,32,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 31.61%
  • key color value is 24.31%
CMYK:
(0,20,32,24)
C0M20Y32K24 
(0%,20%,32%,24%)
(0.00/0.20/0.32/0.24)	

CMYK percentages

%0
%19.69
%31.61
%24.31

Codes

Color #C19B84 in popluar color models

C19B84
RGB193155132
HSL23°32.97%63.73%
HSB/HSV23°31.61%75.69%
CMYK0.00%19.69%31.61%
24.31%

Color #C19B84 in popluar number systems.

HEXC19B84
Decimal193155132
Binary110000011001101110000100
Octal301233204

Shades and tints

Shades of #C19B84

#C19B84
(193,155,132)
#B08D78
(176,141,120)
#9F7F6C
(159,127,108)
#8E7160
(142,113,96)
#7D6354
(125,99,84)
#6C5548
(108,85,72)
#5B473C
(91,71,60)
#4A3930
(74,57,48)
#392B24
(57,43,36)
#281D18
(40,29,24)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #C19B84

#C19B84
(193,155,132)
#C6A48F
(198,164,143)
#CBAD9A
(203,173,154)
#D0B6A5
(208,182,165)
#D5BFB0
(213,191,176)
#DAC8BB
(218,200,187)
#DFD1C6
(223,209,198)
#E4DAD1
(228,218,209)
#E9E3DC
(233,227,220)
#EEECE7
(238,236,231)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19B84; }

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

This text font color is #C19B84.


Background Color

.myBgColor { background-color: #C19B84; }

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

This div background color is #C19B84.


Border color

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

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

This div border color is #C19B84.


Opacity

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

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

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

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

This text has shadow with #C19B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19B84 on black background.


Color preview on white background

This text has color #C19B84 on white background.



Black color preview on #C19B84 background

This text has black color on #C19B84 background.


White color preview on #C19B84 background

This text has white color on #C19B84 background.