COLOR #C19FA3

HEX: #C19FA3
RGB: (193,159,163)

Color info

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

RGB color model

#C19FA3 color RGB value is (193,159,163).

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

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 163 of 255 = 64%

193
159
163

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

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 163 = 515 (100%)
R 193 of 515 ~ 37.48%
G 159 of 515 ~ 30.87%
B 163 of 515 ~ 31.65%

%37.48
%30.87
%31.65

CMYK color model

#C19FA3 color CMYK value is (0,18,16,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 15.54%
  • key color value is 24.31%
CMYK:
(0,18,16,24)
C0M18Y16K24 
(0%,18%,16%,24%)
(0.00/0.18/0.16/0.24)	

CMYK percentages

%0
%17.62
%15.54
%24.31

Codes

Color #C19FA3 in popluar color models

C19FA3
RGB193159163
HSL353°21.52%69.02%
HSB/HSV353°17.62%75.69%
CMYK0.00%17.62%15.54%
24.31%

Color #C19FA3 in popluar number systems.

HEXC19FA3
Decimal193159163
Binary110000011001111110100011
Octal301237243

Shades and tints

Shades of #C19FA3

#C19FA3
(193,159,163)
#B09195
(176,145,149)
#9F8387
(159,131,135)
#8E7579
(142,117,121)
#7D676B
(125,103,107)
#6C595D
(108,89,93)
#5B4B4F
(91,75,79)
#4A3D41
(74,61,65)
#392F33
(57,47,51)
#282125
(40,33,37)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #C19FA3

#C19FA3
(193,159,163)
#C6A7AB
(198,167,171)
#CBAFB3
(203,175,179)
#D0B7BB
(208,183,187)
#D5BFC3
(213,191,195)
#DAC7CB
(218,199,203)
#DFCFD3
(223,207,211)
#E4D7DB
(228,215,219)
#E9DFE3
(233,223,227)
#EEE7EB
(238,231,235)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19FA3; }

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

This text font color is #C19FA3.


Background Color

.myBgColor { background-color: #C19FA3; }

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

This div background color is #C19FA3.


Border color

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

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

This div border color is #C19FA3.


Opacity

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

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

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

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

This text has shadow with #C19FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FA3 on black background.


Color preview on white background

This text has color #C19FA3 on white background.



Black color preview on #C19FA3 background

This text has black color on #C19FA3 background.


White color preview on #C19FA3 background

This text has white color on #C19FA3 background.