COLOR #C19A97

HEX: #C19A97
RGB: (193,154,151)

Color info

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

RGB color model

#C19A97 color RGB value is (193,154,151).

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

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 151 of 255 = 59%

193
154
151

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

Portions of RGB colors in percentages

R + G + B =
193 + 154 + 151 = 498 (100%)
R 193 of 498 ~ 38.76%
G 154 of 498 ~ 30.92%
B 151 of 498 ~ 30.32%

%38.76
%30.92
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.21%
  • 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
%20.21
%21.76
%24.31

Codes

Color #C19A97 in popluar color models

C19A97
RGB193154151
HSL25.30%67.45%
HSB/HSV21.76%75.69%
CMYK0.00%20.21%21.76%
24.31%

Color #C19A97 in popluar number systems.

HEXC19A97
Decimal193154151
Binary110000011001101010010111
Octal301232227

Shades and tints

Shades of #C19A97

#C19A97
(193,154,151)
#B08C8A
(176,140,138)
#9F7E7D
(159,126,125)
#8E7070
(142,112,112)
#7D6263
(125,98,99)
#6C5456
(108,84,86)
#5B4649
(91,70,73)
#4A383C
(74,56,60)
#392A2F
(57,42,47)
#281C22
(40,28,34)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #C19A97

#C19A97
(193,154,151)
#C6A3A0
(198,163,160)
#CBACA9
(203,172,169)
#D0B5B2
(208,181,178)
#D5BEBB
(213,190,187)
#DAC7C4
(218,199,196)
#DFD0CD
(223,208,205)
#E4D9D6
(228,217,214)
#E9E2DF
(233,226,223)
#EEEBE8
(238,235,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19A97; }

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

This text font color is #C19A97.


Background Color

.myBgColor { background-color: #C19A97; }

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

This div background color is #C19A97.


Border color

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

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

This div border color is #C19A97.


Opacity

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

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

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

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

This text has shadow with #C19A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19A97 on black background.


Color preview on white background

This text has color #C19A97 on white background.



Black color preview on #C19A97 background

This text has black color on #C19A97 background.


White color preview on #C19A97 background

This text has white color on #C19A97 background.