COLOR #C19BA1

HEX: #C19BA1
RGB: (193,155,161)

Color info

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

RGB color model

#C19BA1 color RGB value is (193,155,161).

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

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 161 of 255 = 63%

193
155
161

R + G + B ~ 67%. #C19BA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 161 = 509 (100%)
R 193 of 509 ~ 37.92%
G 155 of 509 ~ 30.45%
B 161 of 509 ~ 31.63%

%37.92
%30.45
%31.63

CMYK color model

#C19BA1 color CMYK value is (0,20,17,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 16.58%
  • key color value is 24.31%
CMYK:
(0,20,17,24)
C0M20Y17K24 
(0%,20%,17%,24%)
(0.00/0.20/0.17/0.24)	

CMYK percentages

%0
%19.69
%16.58
%24.31

Codes

Color #C19BA1 in popluar color models

C19BA1
RGB193155161
HSL351°23.46%68.24%
HSB/HSV351°19.69%75.69%
CMYK0.00%19.69%16.58%
24.31%

Color #C19BA1 in popluar number systems.

HEXC19BA1
Decimal193155161
Binary110000011001101110100001
Octal301233241

Shades and tints

Shades of #C19BA1

#C19BA1
(193,155,161)
#B08D93
(176,141,147)
#9F7F85
(159,127,133)
#8E7177
(142,113,119)
#7D6369
(125,99,105)
#6C555B
(108,85,91)
#5B474D
(91,71,77)
#4A393F
(74,57,63)
#392B31
(57,43,49)
#281D23
(40,29,35)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #C19BA1

#C19BA1
(193,155,161)
#C6A4A9
(198,164,169)
#CBADB1
(203,173,177)
#D0B6B9
(208,182,185)
#D5BFC1
(213,191,193)
#DAC8C9
(218,200,201)
#DFD1D1
(223,209,209)
#E4DAD9
(228,218,217)
#E9E3E1
(233,227,225)
#EEECE9
(238,236,233)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19BA1; }

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

This text font color is #C19BA1.


Background Color

.myBgColor { background-color: #C19BA1; }

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

This div background color is #C19BA1.


Border color

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

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

This div border color is #C19BA1.


Opacity

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

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

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

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

This text has shadow with #C19BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19BA1 on black background.


Color preview on white background

This text has color #C19BA1 on white background.



Black color preview on #C19BA1 background

This text has black color on #C19BA1 background.


White color preview on #C19BA1 background

This text has white color on #C19BA1 background.