COLOR #C19DAE

HEX: #C19DAE RGB: (193,157,174)

Color info

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

RGB color model

#C19DAE color RGB value is (193,157,174).

RGB: (193,157,174) (76%, 62%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 174 of 255 = 68%

193
157
174

R + G + B ~ 69%. #C19DAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 157 + 174 = 524 (100%)
R 193 of 524 ~ 36.83%
G 157 of 524 ~ 29.96%
B 174 of 524 ~ 33.21'%

%36.83
%29.96
%33.21

CMYK color model

#C19DAE color CMYK value is (0,19,10,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 9.84%
  • key color value is 24.31%
CMYK: (0,19,10,24) C0M19Y10K24 (0%,19%,10%,24%) (0.00/0.19/0.10/0.24) 

CMYK percentages

%0
%18.65
%9.84
%24.31

Codes

Color #C19DAE in popluar color models

C1 9D AE
RGB 193 157 174
HSL 332° 22.50% 68.63%
HSB/HSV 332° 18.65% 75.69%
CMYK 0.00% 18.65% 9.84%
24.31%

Color #C19DAE in popluar number systems.

HEX C1 9D AE
Decimal 193 157 174
Binary 11000001 10011101 10101110
Octal 301 235 256

Shades and tints

Shades of #C19DAE

#C19DAE
(193,157,174)
#B08F9F
(176,143,159)
#9F8190
(159,129,144)
#8E7381
(142,115,129)
#7D6572
(125,101,114)
#6C5763
(108,87,99)
#5B4954
(91,73,84)
#4A3B45
(74,59,69)
#392D36
(57,45,54)
#281F27
(40,31,39)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #C19DAE

#C19DAE
(193,157,174)
#C6A5B5
(198,165,181)
#CBADBC
(203,173,188)
#D0B5C3
(208,181,195)
#D5BDCA
(213,189,202)
#DAC5D1
(218,197,209)
#DFCDD8
(223,205,216)
#E4D5DF
(228,213,223)
#E9DDE6
(233,221,230)
#EEE5ED
(238,229,237)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19DAE; }

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

This text font color is #C19DAE.

Background Color

.myBgColor { background-color: #C19DAE; }

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

This div background color is #C19DAE.

Border color

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

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

This div border color is #C19DAE.

Opacity

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

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

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

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

This text has shadow with #C19DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19DAE.

Preview

Color preview on black background

This text has color #C19DAE on black background.


Color preview on white background

This text has color #C19DAE on white background.


Black color preview on #C19DAE background

This text has black color on #C19DAE background.


White color preview on #C19DAE background

This text has white color on #C19DAE background.


Related colors

Complementary color

Complementary color for #hex is #3E6251.


I love getcolorcode.com

Triadic colors

1 #AEC19D and #9DAEC1 with #C19DAE are triadic colors.

2 #AE9DC1 and #9DC1AE with #C19DAE are triadic colors.