COLOR #C19DA3

HEX: #C19DA3 RGB: (193,157,163)

Color info

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

RGB color model

#C19DA3 color RGB value is (193,157,163).

RGB: (193,157,163) (76%, 62%, 64%)

RGB channels and saturation

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

193
157
163

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

Portions of RGB colors in percentages

R + G + B = 193 + 157 + 163 = 513 (100%)
R 193 of 513 ~ 37.62%
G 157 of 513 ~ 30.6%
B 163 of 513 ~ 31.77'%

%37.62
%30.6
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 15.54%
  • 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
%15.54
%24.31

Codes

Color #C19DA3 in popluar color models

C1 9D A3
RGB 193 157 163
HSL 350° 22.50% 68.63%
HSB/HSV 350° 18.65% 75.69%
CMYK 0.00% 18.65% 15.54%
24.31%

Color #C19DA3 in popluar number systems.

HEX C1 9D A3
Decimal 193 157 163
Binary 11000001 10011101 10100011
Octal 301 235 243

Shades and tints

Shades of #C19DA3

#C19DA3
(193,157,163)
#B08F95
(176,143,149)
#9F8187
(159,129,135)
#8E7379
(142,115,121)
#7D656B
(125,101,107)
#6C575D
(108,87,93)
#5B494F
(91,73,79)
#4A3B41
(74,59,65)
#392D33
(57,45,51)
#281F25
(40,31,37)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #C19DA3

#C19DA3
(193,157,163)
#C6A5AB
(198,165,171)
#CBADB3
(203,173,179)
#D0B5BB
(208,181,187)
#D5BDC3
(213,189,195)
#DAC5CB
(218,197,203)
#DFCDD3
(223,205,211)
#E4D5DB
(228,213,219)
#E9DDE3
(233,221,227)
#EEE5EB
(238,229,235)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19DA3; }

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

This text font color is #C19DA3.

Background Color

.myBgColor { background-color: #C19DA3; }

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

This div background color is #C19DA3.

Border color

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

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

This div border color is #C19DA3.

Opacity

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

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

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

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

This text has shadow with #C19DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19DA3.

Preview

Color preview on black background

This text has color #C19DA3 on black background.


Color preview on white background

This text has color #C19DA3 on white background.


Black color preview on #C19DA3 background

This text has black color on #C19DA3 background.


White color preview on #C19DA3 background

This text has white color on #C19DA3 background.


Related colors

Complementary color

Complementary color for #hex is #3E625C.


I love getcolorcode.com

Triadic colors

1 #A3C19D and #9DA3C1 with #C19DA3 are triadic colors.

2 #A39DC1 and #9DC1A3 with #C19DA3 are triadic colors.