COLOR #C19FAC

HEX: #C19FAC
RGB: (193,159,172)

Color info

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

RGB color model

#C19FAC color RGB value is (193,159,172).

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

RGB channels and saturation

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

193
159
172

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

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 172 = 524 (100%)
R 193 of 524 ~ 36.83%
G 159 of 524 ~ 30.34%
B 172 of 524 ~ 32.82%

%36.83
%30.34
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 10.88%
  • 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
%10.88
%24.31

Codes

Color #C19FAC in popluar color models

C19FAC
RGB193159172
HSL337°21.52%69.02%
HSB/HSV337°17.62%75.69%
CMYK0.00%17.62%10.88%
24.31%

Color #C19FAC in popluar number systems.

HEXC19FAC
Decimal193159172
Binary110000011001111110101100
Octal301237254

Shades and tints

Shades of #C19FAC

#C19FAC
(193,159,172)
#B0919D
(176,145,157)
#9F838E
(159,131,142)
#8E757F
(142,117,127)
#7D6770
(125,103,112)
#6C5961
(108,89,97)
#5B4B52
(91,75,82)
#4A3D43
(74,61,67)
#392F34
(57,47,52)
#282125
(40,33,37)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C19FAC

#C19FAC
(193,159,172)
#C6A7B3
(198,167,179)
#CBAFBA
(203,175,186)
#D0B7C1
(208,183,193)
#D5BFC8
(213,191,200)
#DAC7CF
(218,199,207)
#DFCFD6
(223,207,214)
#E4D7DD
(228,215,221)
#E9DFE4
(233,223,228)
#EEE7EB
(238,231,235)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19FAC; }

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

This text font color is #C19FAC.


Background Color

.myBgColor { background-color: #C19FAC; }

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

This div background color is #C19FAC.


Border color

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

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

This div border color is #C19FAC.


Opacity

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

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

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

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

This text has shadow with #C19FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FAC on black background.


Color preview on white background

This text has color #C19FAC on white background.



Black color preview on #C19FAC background

This text has black color on #C19FAC background.


White color preview on #C19FAC background

This text has white color on #C19FAC background.