COLOR #C19CA6

HEX: #C19CA6
RGB: (193,156,166)

Color info

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

RGB color model

#C19CA6 color RGB value is (193,156,166).

  • red value is 193;
  • green value is 156;
  • blue value is 166.
RGB:
(193,156,166)
(76%,61%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 166 of 255 = 65%

193
156
166

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

Portions of RGB colors in percentages

R + G + B =
193 + 156 + 166 = 515 (100%)
R 193 of 515 ~ 37.48%
G 156 of 515 ~ 30.29%
B 166 of 515 ~ 32.23%

%37.48
%30.29
%32.23

CMYK color model

#C19CA6 color CMYK value is (0,19,14,24).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(0,19,14,24)
C0M19Y14K24 
(0%,19%,14%,24%)
(0.00/0.19/0.14/0.24)	

CMYK percentages

%0
%19.17
%13.99
%24.31

Codes

Color #C19CA6 in popluar color models

C19CA6
RGB193156166
HSL344°22.98%68.43%
HSB/HSV344°19.17%75.69%
CMYK0.00%19.17%13.99%
24.31%

Color #C19CA6 in popluar number systems.

HEXC19CA6
Decimal193156166
Binary110000011001110010100110
Octal301234246

Shades and tints

Shades of #C19CA6

#C19CA6
(193,156,166)
#B08E97
(176,142,151)
#9F8088
(159,128,136)
#8E7279
(142,114,121)
#7D646A
(125,100,106)
#6C565B
(108,86,91)
#5B484C
(91,72,76)
#4A3A3D
(74,58,61)
#392C2E
(57,44,46)
#281E1F
(40,30,31)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C19CA6

#C19CA6
(193,156,166)
#C6A5AE
(198,165,174)
#CBAEB6
(203,174,182)
#D0B7BE
(208,183,190)
#D5C0C6
(213,192,198)
#DAC9CE
(218,201,206)
#DFD2D6
(223,210,214)
#E4DBDE
(228,219,222)
#E9E4E6
(233,228,230)
#EEEDEE
(238,237,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19CA6 color. Also use rgb(193,156,166) instead hex code.

Text Font Color

.myTextColor { color: #C19CA6; }

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

This text font color is #C19CA6.


Background Color

.myBgColor { background-color: #C19CA6; }

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

This div background color is #C19CA6.


Border color

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

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

This div border color is #C19CA6.


Opacity

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

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

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

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

This text has shadow with #C19CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19CA6 on black background.


Color preview on white background

This text has color #C19CA6 on white background.



Black color preview on #C19CA6 background

This text has black color on #C19CA6 background.


White color preview on #C19CA6 background

This text has white color on #C19CA6 background.