COLOR #C19FAE

HEX: #C19FAE RGB: (193,159,174)

Color info

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

RGB color model

#C19FAE color RGB value is (193,159,174).

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

RGB channels and saturation

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

193
159
174

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

Portions of RGB colors in percentages

R + G + B = 193 + 159 + 174 = 526 (100%)
R 193 of 526 ~ 36.69%
G 159 of 526 ~ 30.23%
B 174 of 526 ~ 33.08'%

%36.69
%30.23
%33.08

CMYK color model

#C19FAE color CMYK value is (0,18,10,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 9.84%
  • key color value is 24.31%

CMYK: (0,18,10,24)
C0M18Y10K24 (0%, 18%, 10%, 24%)
(0.00 / 0.18 / 0.10 / 0.24)

CMYK percentages

%0
%17.62
%9.84
%24.31

Codes

Color #C19FAE in popluar color models

C1 9F AE
RGB 193 159 174
HSL 334° 21.52% 69.02%
HSB/HSV 334° 17.62% 75.69%
CMYK 0.00% 17.62% 9.84%
24.31%

Color #C19FAE in popluar number systems.

HEX C1 9F AE
Decimal 193 159 174
Binary 11000001 10011111 10101110
Octal 301 237 256

Shades and tints

Shades of #C19FAE

#C19FAE
(193,159,174)
#B0919F
(176,145,159)
#9F8390
(159,131,144)
#8E7581
(142,117,129)
#7D6772
(125,103,114)
#6C5963
(108,89,99)
#5B4B54
(91,75,84)
#4A3D45
(74,61,69)
#392F36
(57,47,54)
#282127
(40,33,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #C19FAE

#C19FAE
(193,159,174)
#C6A7B5
(198,167,181)
#CBAFBC
(203,175,188)
#D0B7C3
(208,183,195)
#D5BFCA
(213,191,202)
#DAC7D1
(218,199,209)
#DFCFD8
(223,207,216)
#E4D7DF
(228,215,223)
#E9DFE6
(233,223,230)
#EEE7ED
(238,231,237)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19FAE; }

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

This text font color is #C19FAE.

Background Color

.myBgColor { background-color: #C19FAE; }

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

This div background color is #C19FAE.

Border color

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

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

This div border color is #C19FAE.

Opacity

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

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

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

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

This text has shadow with #C19FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19FAE.

Preview

Color preview on black background

This text has color #C19FAE on black background.


Color preview on white background

This text has color #C19FAE on white background.


Black color preview on #C19FAE background

This text has black color on #C19FAE background.


White color preview on #C19FAE background

This text has white color on #C19FAE background.


Related colors

Complementary color

Complementary color for #hex is #3E6051.


I love getcolorcode.com

Triadic colors

1 #AEC19F and #9FAEC1 with #C19FAE are triadic colors.

2 #AE9FC1 and #9FC1AE with #C19FAE are triadic colors.