COLOR #C19DA2

HEX: #C19DA2
RGB: (193,157,162)

Color info

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

RGB color model

#C19DA2 color RGB value is (193,157,162).

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

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 162 of 255 = 64%

193
157
162

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

Portions of RGB colors in percentages

R + G + B =
193 + 157 + 162 = 512 (100%)
R 193 of 512 ~ 37.7%
G 157 of 512 ~ 30.66%
B 162 of 512 ~ 31.64%

%37.7
%30.66
%31.64

CMYK color model

#C19DA2 color CMYK value is (0,19,16,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 16.06%
  • key color value is 24.31%
CMYK:
(0,19,16,24)
C0M19Y16K24 
(0%,19%,16%,24%)
(0.00/0.19/0.16/0.24)	

CMYK percentages

%0
%18.65
%16.06
%24.31

Codes

Color #C19DA2 in popluar color models

C19DA2
RGB193157162
HSL352°22.50%68.63%
HSB/HSV352°18.65%75.69%
CMYK0.00%18.65%16.06%
24.31%

Color #C19DA2 in popluar number systems.

HEXC19DA2
Decimal193157162
Binary110000011001110110100010
Octal301235242

Shades and tints

Shades of #C19DA2

#C19DA2
(193,157,162)
#B08F94
(176,143,148)
#9F8186
(159,129,134)
#8E7378
(142,115,120)
#7D656A
(125,101,106)
#6C575C
(108,87,92)
#5B494E
(91,73,78)
#4A3B40
(74,59,64)
#392D32
(57,45,50)
#281F24
(40,31,36)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #C19DA2

#C19DA2
(193,157,162)
#C6A5AA
(198,165,170)
#CBADB2
(203,173,178)
#D0B5BA
(208,181,186)
#D5BDC2
(213,189,194)
#DAC5CA
(218,197,202)
#DFCDD2
(223,205,210)
#E4D5DA
(228,213,218)
#E9DDE2
(233,221,226)
#EEE5EA
(238,229,234)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19DA2 color. Also use rgb(193,157,162) instead hex code.

Text Font Color

.myTextColor { color: #C19DA2; }

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

This text font color is #C19DA2.


Background Color

.myBgColor { background-color: #C19DA2; }

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

This div background color is #C19DA2.


Border color

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

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

This div border color is #C19DA2.


Opacity

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

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

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

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

This text has shadow with #C19DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19DA2 on black background.


Color preview on white background

This text has color #C19DA2 on white background.



Black color preview on #C19DA2 background

This text has black color on #C19DA2 background.


White color preview on #C19DA2 background

This text has white color on #C19DA2 background.