COLOR #C19DA5

HEX: #C19DA5
RGB: (193,157,165)

Color info

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

RGB color model

#C19DA5 color RGB value is (193,157,165).

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

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 165 of 255 = 65%

193
157
165

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

Portions of RGB colors in percentages

R + G + B =
193 + 157 + 165 = 515 (100%)
R 193 of 515 ~ 37.48%
G 157 of 515 ~ 30.49%
B 165 of 515 ~ 32.04%

%37.48
%30.49
%32.04

CMYK color model

#C19DA5 color CMYK value is (0,19,15,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 14.51%
  • key color value is 24.31%
CMYK:
(0,19,15,24)
C0M19Y15K24 
(0%,19%,15%,24%)
(0.00/0.19/0.15/0.24)	

CMYK percentages

%0
%18.65
%14.51
%24.31

Codes

Color #C19DA5 in popluar color models

C19DA5
RGB193157165
HSL347°22.50%68.63%
HSB/HSV347°18.65%75.69%
CMYK0.00%18.65%14.51%
24.31%

Color #C19DA5 in popluar number systems.

HEXC19DA5
Decimal193157165
Binary110000011001110110100101
Octal301235245

Shades and tints

Shades of #C19DA5

#C19DA5
(193,157,165)
#B08F96
(176,143,150)
#9F8187
(159,129,135)
#8E7378
(142,115,120)
#7D6569
(125,101,105)
#6C575A
(108,87,90)
#5B494B
(91,73,75)
#4A3B3C
(74,59,60)
#392D2D
(57,45,45)
#281F1E
(40,31,30)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #C19DA5

#C19DA5
(193,157,165)
#C6A5AD
(198,165,173)
#CBADB5
(203,173,181)
#D0B5BD
(208,181,189)
#D5BDC5
(213,189,197)
#DAC5CD
(218,197,205)
#DFCDD5
(223,205,213)
#E4D5DD
(228,213,221)
#E9DDE5
(233,221,229)
#EEE5ED
(238,229,237)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19DA5; }

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

This text font color is #C19DA5.


Background Color

.myBgColor { background-color: #C19DA5; }

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

This div background color is #C19DA5.


Border color

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

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

This div border color is #C19DA5.


Opacity

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

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

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

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

This text has shadow with #C19DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19DA5 on black background.


Color preview on white background

This text has color #C19DA5 on white background.



Black color preview on #C19DA5 background

This text has black color on #C19DA5 background.


White color preview on #C19DA5 background

This text has white color on #C19DA5 background.