COLOR #C19FA8

HEX: #C19FA8
RGB: (193,159,168)

Color info

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

RGB color model

#C19FA8 color RGB value is (193,159,168).

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

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 168 of 255 = 66%

193
159
168

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

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 168 = 520 (100%)
R 193 of 520 ~ 37.12%
G 159 of 520 ~ 30.58%
B 168 of 520 ~ 32.31%

%37.12
%30.58
%32.31

CMYK color model

#C19FA8 color CMYK value is (0,18,13,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 12.95%
  • key color value is 24.31%
CMYK:
(0,18,13,24)
C0M18Y13K24 
(0%,18%,13%,24%)
(0.00/0.18/0.13/0.24)	

CMYK percentages

%0
%17.62
%12.95
%24.31

Codes

Color #C19FA8 in popluar color models

C19FA8
RGB193159168
HSL344°21.52%69.02%
HSB/HSV344°17.62%75.69%
CMYK0.00%17.62%12.95%
24.31%

Color #C19FA8 in popluar number systems.

HEXC19FA8
Decimal193159168
Binary110000011001111110101000
Octal301237250

Shades and tints

Shades of #C19FA8

#C19FA8
(193,159,168)
#B09199
(176,145,153)
#9F838A
(159,131,138)
#8E757B
(142,117,123)
#7D676C
(125,103,108)
#6C595D
(108,89,93)
#5B4B4E
(91,75,78)
#4A3D3F
(74,61,63)
#392F30
(57,47,48)
#282121
(40,33,33)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #C19FA8

#C19FA8
(193,159,168)
#C6A7AF
(198,167,175)
#CBAFB6
(203,175,182)
#D0B7BD
(208,183,189)
#D5BFC4
(213,191,196)
#DAC7CB
(218,199,203)
#DFCFD2
(223,207,210)
#E4D7D9
(228,215,217)
#E9DFE0
(233,223,224)
#EEE7E7
(238,231,231)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19FA8; }

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

This text font color is #C19FA8.


Background Color

.myBgColor { background-color: #C19FA8; }

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

This div background color is #C19FA8.


Border color

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

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

This div border color is #C19FA8.


Opacity

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

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

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

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

This text has shadow with #C19FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FA8 on black background.


Color preview on white background

This text has color #C19FA8 on white background.



Black color preview on #C19FA8 background

This text has black color on #C19FA8 background.


White color preview on #C19FA8 background

This text has white color on #C19FA8 background.