COLOR #C19B88

HEX: #C19B88
RGB: (193,155,136)

Color info

#C19B88 contains red, green and blue colors in about the same proportion. Web safe color of #C19B88 is #CC9999 (or #C99).

RGB color model

#C19B88 color RGB value is (193,155,136).

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

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 136 of 255 = 53%

193
155
136

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

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 136 = 484 (100%)
R 193 of 484 ~ 39.88%
G 155 of 484 ~ 32.02%
B 136 of 484 ~ 28.1%

%39.88
%32.02
%28.1

CMYK color model

#C19B88 color CMYK value is (0,20,30,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(0,20,30,24)
C0M20Y30K24 
(0%,20%,30%,24%)
(0.00/0.20/0.30/0.24)	

CMYK percentages

%0
%19.69
%29.53
%24.31

Codes

Color #C19B88 in popluar color models

C19B88
RGB193155136
HSL20°31.49%64.51%
HSB/HSV20°29.53%75.69%
CMYK0.00%19.69%29.53%
24.31%

Color #C19B88 in popluar number systems.

HEXC19B88
Decimal193155136
Binary110000011001101110001000
Octal301233210

Shades and tints

Shades of #C19B88

#C19B88
(193,155,136)
#B08D7C
(176,141,124)
#9F7F70
(159,127,112)
#8E7164
(142,113,100)
#7D6358
(125,99,88)
#6C554C
(108,85,76)
#5B4740
(91,71,64)
#4A3934
(74,57,52)
#392B28
(57,43,40)
#281D1C
(40,29,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #C19B88

#C19B88
(193,155,136)
#C6A492
(198,164,146)
#CBAD9C
(203,173,156)
#D0B6A6
(208,182,166)
#D5BFB0
(213,191,176)
#DAC8BA
(218,200,186)
#DFD1C4
(223,209,196)
#E4DACE
(228,218,206)
#E9E3D8
(233,227,216)
#EEECE2
(238,236,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19B88; }

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

This text font color is #C19B88.


Background Color

.myBgColor { background-color: #C19B88; }

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

This div background color is #C19B88.


Border color

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

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

This div border color is #C19B88.


Opacity

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

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

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

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

This text has shadow with #C19B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19B88 on black background.


Color preview on white background

This text has color #C19B88 on white background.



Black color preview on #C19B88 background

This text has black color on #C19B88 background.


White color preview on #C19B88 background

This text has white color on #C19B88 background.