COLOR #C19CAE

HEX: #C19CAE
RGB: (193,156,174)

Color info

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

RGB color model

#C19CAE color RGB value is (193,156,174).

  • red value is 193;
  • green value is 156;
  • blue value is 174.
RGB:
(193,156,174)
(76%,61%,68%)

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 174 of 255 = 68%

193
156
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 156 + 174 = 523 (100%)
R 193 of 523 ~ 36.9%
G 156 of 523 ~ 29.83%
B 174 of 523 ~ 33.27%

%36.9
%29.83
%33.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.17%
  • 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
%19.17
%9.84
%24.31

Codes

Color #C19CAE in popluar color models

C19CAE
RGB193156174
HSL331°22.98%68.43%
HSB/HSV331°19.17%75.69%
CMYK0.00%19.17%9.84%
24.31%

Color #C19CAE in popluar number systems.

HEXC19CAE
Decimal193156174
Binary110000011001110010101110
Octal301234256

Shades and tints

Shades of #C19CAE

#C19CAE
(193,156,174)
#B08E9F
(176,142,159)
#9F8090
(159,128,144)
#8E7281
(142,114,129)
#7D6472
(125,100,114)
#6C5663
(108,86,99)
#5B4854
(91,72,84)
#4A3A45
(74,58,69)
#392C36
(57,44,54)
#281E27
(40,30,39)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #C19CAE

#C19CAE
(193,156,174)
#C6A5B5
(198,165,181)
#CBAEBC
(203,174,188)
#D0B7C3
(208,183,195)
#D5C0CA
(213,192,202)
#DAC9D1
(218,201,209)
#DFD2D8
(223,210,216)
#E4DBDF
(228,219,223)
#E9E4E6
(233,228,230)
#EEEDED
(238,237,237)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19CAE; }

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

This text font color is #C19CAE.


Background Color

.myBgColor { background-color: #C19CAE; }

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

This div background color is #C19CAE.


Border color

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

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

This div border color is #C19CAE.


Opacity

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

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

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

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

This text has shadow with #C19CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19CAE on black background.


Color preview on white background

This text has color #C19CAE on white background.



Black color preview on #C19CAE background

This text has black color on #C19CAE background.


White color preview on #C19CAE background

This text has white color on #C19CAE background.