COLOR #C19C9E

HEX: #C19C9E
RGB: (193,156,158)

Color info

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

RGB color model

#C19C9E color RGB value is (193,156,158).

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

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 158 of 255 = 62%

193
156
158

R + G + B ~ 66%. #C19C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 156 + 158 = 507 (100%)
R 193 of 507 ~ 38.07%
G 156 of 507 ~ 30.77%
B 158 of 507 ~ 31.16%

%38.07
%30.77
%31.16

CMYK color model

#C19C9E color CMYK value is (0,19,18,24).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(0,19,18,24)
C0M19Y18K24 
(0%,19%,18%,24%)
(0.00/0.19/0.18/0.24)	

CMYK percentages

%0
%19.17
%18.13
%24.31

Codes

Color #C19C9E in popluar color models

C19C9E
RGB193156158
HSL357°22.98%68.43%
HSB/HSV357°19.17%75.69%
CMYK0.00%19.17%18.13%
24.31%

Color #C19C9E in popluar number systems.

HEXC19C9E
Decimal193156158
Binary110000011001110010011110
Octal301234236

Shades and tints

Shades of #C19C9E

#C19C9E
(193,156,158)
#B08E90
(176,142,144)
#9F8082
(159,128,130)
#8E7274
(142,114,116)
#7D6466
(125,100,102)
#6C5658
(108,86,88)
#5B484A
(91,72,74)
#4A3A3C
(74,58,60)
#392C2E
(57,44,46)
#281E20
(40,30,32)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #C19C9E

#C19C9E
(193,156,158)
#C6A5A6
(198,165,166)
#CBAEAE
(203,174,174)
#D0B7B6
(208,183,182)
#D5C0BE
(213,192,190)
#DAC9C6
(218,201,198)
#DFD2CE
(223,210,206)
#E4DBD6
(228,219,214)
#E9E4DE
(233,228,222)
#EEEDE6
(238,237,230)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19C9E; }

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

This text font color is #C19C9E.


Background Color

.myBgColor { background-color: #C19C9E; }

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

This div background color is #C19C9E.


Border color

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

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

This div border color is #C19C9E.


Opacity

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

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

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

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

This text has shadow with #C19C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19C9E on black background.


Color preview on white background

This text has color #C19C9E on white background.



Black color preview on #C19C9E background

This text has black color on #C19C9E background.


White color preview on #C19C9E background

This text has white color on #C19C9E background.