COLOR #C19FAB

HEX: #C19FAB
RGB: (193,159,171)

Color info

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

RGB color model

#C19FAB color RGB value is (193,159,171).

  • red value is 193;
  • green value is 159;
  • blue value is 171.
RGB:
(193,159,171)
(76%,62%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 171 of 255 = 67%

193
159
171

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

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 171 = 523 (100%)
R 193 of 523 ~ 36.9%
G 159 of 523 ~ 30.4%
B 171 of 523 ~ 32.7%

%36.9
%30.4
%32.7

CMYK color model

#C19FAB color CMYK value is (0,18,11,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(0,18,11,24)
C0M18Y11K24 
(0%,18%,11%,24%)
(0.00/0.18/0.11/0.24)	

CMYK percentages

%0
%17.62
%11.4
%24.31

Codes

Color #C19FAB in popluar color models

C19FAB
RGB193159171
HSL339°21.52%69.02%
HSB/HSV339°17.62%75.69%
CMYK0.00%17.62%11.40%
24.31%

Color #C19FAB in popluar number systems.

HEXC19FAB
Decimal193159171
Binary110000011001111110101011
Octal301237253

Shades and tints

Shades of #C19FAB

#C19FAB
(193,159,171)
#B0919C
(176,145,156)
#9F838D
(159,131,141)
#8E757E
(142,117,126)
#7D676F
(125,103,111)
#6C5960
(108,89,96)
#5B4B51
(91,75,81)
#4A3D42
(74,61,66)
#392F33
(57,47,51)
#282124
(40,33,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #C19FAB

#C19FAB
(193,159,171)
#C6A7B2
(198,167,178)
#CBAFB9
(203,175,185)
#D0B7C0
(208,183,192)
#D5BFC7
(213,191,199)
#DAC7CE
(218,199,206)
#DFCFD5
(223,207,213)
#E4D7DC
(228,215,220)
#E9DFE3
(233,223,227)
#EEE7EA
(238,231,234)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19FAB color. Also use rgb(193,159,171) instead hex code.

Text Font Color

.myTextColor { color: #C19FAB; }

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

This text font color is #C19FAB.


Background Color

.myBgColor { background-color: #C19FAB; }

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

This div background color is #C19FAB.


Border color

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

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

This div border color is #C19FAB.


Opacity

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

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

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

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

This text has shadow with #C19FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FAB on black background.


Color preview on white background

This text has color #C19FAB on white background.



Black color preview on #C19FAB background

This text has black color on #C19FAB background.


White color preview on #C19FAB background

This text has white color on #C19FAB background.