COLOR #C19BA9

HEX: #C19BA9
RGB: (193,155,169)

Color info

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

RGB color model

#C19BA9 color RGB value is (193,155,169).

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

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 169 of 255 = 66%

193
155
169

R + G + B ~ 68%. #C19BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 169 = 517 (100%)
R 193 of 517 ~ 37.33%
G 155 of 517 ~ 29.98%
B 169 of 517 ~ 32.69%

%37.33
%29.98
%32.69

CMYK color model

#C19BA9 color CMYK value is (0,20,12,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(0,20,12,24)
C0M20Y12K24 
(0%,20%,12%,24%)
(0.00/0.20/0.12/0.24)	

CMYK percentages

%0
%19.69
%12.44
%24.31

Codes

Color #C19BA9 in popluar color models

C19BA9
RGB193155169
HSL338°23.46%68.24%
HSB/HSV338°19.69%75.69%
CMYK0.00%19.69%12.44%
24.31%

Color #C19BA9 in popluar number systems.

HEXC19BA9
Decimal193155169
Binary110000011001101110101001
Octal301233251

Shades and tints

Shades of #C19BA9

#C19BA9
(193,155,169)
#B08D9A
(176,141,154)
#9F7F8B
(159,127,139)
#8E717C
(142,113,124)
#7D636D
(125,99,109)
#6C555E
(108,85,94)
#5B474F
(91,71,79)
#4A3940
(74,57,64)
#392B31
(57,43,49)
#281D22
(40,29,34)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #C19BA9

#C19BA9
(193,155,169)
#C6A4B0
(198,164,176)
#CBADB7
(203,173,183)
#D0B6BE
(208,182,190)
#D5BFC5
(213,191,197)
#DAC8CC
(218,200,204)
#DFD1D3
(223,209,211)
#E4DADA
(228,218,218)
#E9E3E1
(233,227,225)
#EEECE8
(238,236,232)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19BA9; }

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

This text font color is #C19BA9.


Background Color

.myBgColor { background-color: #C19BA9; }

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

This div background color is #C19BA9.


Border color

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

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

This div border color is #C19BA9.


Opacity

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

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

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

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

This text has shadow with #C19BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19BA9 on black background.


Color preview on white background

This text has color #C19BA9 on white background.



Black color preview on #C19BA9 background

This text has black color on #C19BA9 background.


White color preview on #C19BA9 background

This text has white color on #C19BA9 background.