COLOR #C19B97

HEX: #C19B97
RGB: (193,155,151)

Color info

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

RGB color model

#C19B97 color RGB value is (193,155,151).

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

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 151 of 255 = 59%

193
155
151

R + G + B ~ 65%. #C19B97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 151 = 499 (100%)
R 193 of 499 ~ 38.68%
G 155 of 499 ~ 31.06%
B 151 of 499 ~ 30.26%

%38.68
%31.06
%30.26

CMYK color model

#C19B97 color CMYK value is (0,20,22,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 21.76%
  • key color value is 24.31%
CMYK:
(0,20,22,24)
C0M20Y22K24 
(0%,20%,22%,24%)
(0.00/0.20/0.22/0.24)	

CMYK percentages

%0
%19.69
%21.76
%24.31

Codes

Color #C19B97 in popluar color models

C19B97
RGB193155151
HSL25.30%67.45%
HSB/HSV21.76%75.69%
CMYK0.00%19.69%21.76%
24.31%

Color #C19B97 in popluar number systems.

HEXC19B97
Decimal193155151
Binary110000011001101110010111
Octal301233227

Shades and tints

Shades of #C19B97

#C19B97
(193,155,151)
#B08D8A
(176,141,138)
#9F7F7D
(159,127,125)
#8E7170
(142,113,112)
#7D6363
(125,99,99)
#6C5556
(108,85,86)
#5B4749
(91,71,73)
#4A393C
(74,57,60)
#392B2F
(57,43,47)
#281D22
(40,29,34)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #C19B97

#C19B97
(193,155,151)
#C6A4A0
(198,164,160)
#CBADA9
(203,173,169)
#D0B6B2
(208,182,178)
#D5BFBB
(213,191,187)
#DAC8C4
(218,200,196)
#DFD1CD
(223,209,205)
#E4DAD6
(228,218,214)
#E9E3DF
(233,227,223)
#EEECE8
(238,236,232)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19B97; }

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

This text font color is #C19B97.


Background Color

.myBgColor { background-color: #C19B97; }

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

This div background color is #C19B97.


Border color

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

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

This div border color is #C19B97.


Opacity

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

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

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

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

This text has shadow with #C19B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19B97 on black background.


Color preview on white background

This text has color #C19B97 on white background.



Black color preview on #C19B97 background

This text has black color on #C19B97 background.


White color preview on #C19B97 background

This text has white color on #C19B97 background.