COLOR #C19DC0

HEX: #C19DC0 RGB: (193,157,192)

Color info

#C19DC0 contains red, green and blue colors in about the same proportion. Web safe color of #C19DC0 is #CC99CC (or #C9C).

RGB color model

#C19DC0 color RGB value is (193,157,192).

RGB: (193,157,192) (76%, 62%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 192 of 255 = 75%

193
157
192

R + G + B ~ 71%. #C19DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 157 + 192 = 542 (100%)
R 193 of 542 ~ 35.61%
G 157 of 542 ~ 28.97%
B 192 of 542 ~ 35.42'%

%35.61
%28.97
%35.42

CMYK color model

#C19DC0 color CMYK value is (0,19,1,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 0.52%
  • key color value is 24.31%

CMYK: (0,19,1,24)
C0M19Y1K24 (0%, 19%, 1%, 24%)
(0.00 / 0.19 / 0.01 / 0.24)

CMYK percentages

%0
%18.65
%0.52
%24.31

Codes

Color #C19DC0 in popluar color models

C1 9D C0
RGB 193 157 192
HSL 302° 22.50% 68.63%
HSB/HSV 302° 18.65% 75.69%
CMYK 0.00% 18.65% 0.52%
24.31%

Color #C19DC0 in popluar number systems.

HEX C1 9D C0
Decimal 193 157 192
Binary 11000001 10011101 11000000
Octal 301 235 300

Shades and tints

Shades of #C19DC0

#C19DC0
(193,157,192)
#B08FAF
(176,143,175)
#9F819E
(159,129,158)
#8E738D
(142,115,141)
#7D657C
(125,101,124)
#6C576B
(108,87,107)
#5B495A
(91,73,90)
#4A3B49
(74,59,73)
#392D38
(57,45,56)
#281F27
(40,31,39)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #C19DC0

#C19DC0
(193,157,192)
#C6A5C5
(198,165,197)
#CBADCA
(203,173,202)
#D0B5CF
(208,181,207)
#D5BDD4
(213,189,212)
#DAC5D9
(218,197,217)
#DFCDDE
(223,205,222)
#E4D5E3
(228,213,227)
#E9DDE8
(233,221,232)
#EEE5ED
(238,229,237)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19DC0; }

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

This text font color is #C19DC0.

Background Color

.myBgColor { background-color: #C19DC0; }

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

This div background color is #C19DC0.

Border color

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

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

This div border color is #C19DC0.

Opacity

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

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

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

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

This text has shadow with #C19DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19DC0.

Preview

Color preview on black background

This text has color #C19DC0 on black background.


Color preview on white background

This text has color #C19DC0 on white background.


Black color preview on #C19DC0 background

This text has black color on #C19DC0 background.


White color preview on #C19DC0 background

This text has white color on #C19DC0 background.


Related colors

Complementary color

Complementary color for #hex is #3E623F.


I love getcolorcode.com

Triadic colors

1 #C0C19D and #9DC0C1 with #C19DC0 are triadic colors.

2 #C09DC1 and #9DC1C0 with #C19DC0 are triadic colors.