COLOR #C19EA0

HEX: #C19EA0
RGB: (193,158,160)

Color info

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

RGB color model

#C19EA0 color RGB value is (193,158,160).

  • red value is 193;
  • green value is 158;
  • blue value is 160.
RGB:
(193,158,160)
(76%,62%,63%)

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 160 of 255 = 63%

193
158
160

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

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 160 = 511 (100%)
R 193 of 511 ~ 37.77%
G 158 of 511 ~ 30.92%
B 160 of 511 ~ 31.31%

%37.77
%30.92
%31.31

CMYK color model

#C19EA0 color CMYK value is (0,18,17,24).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,18,17,24)
C0M18Y17K24 
(0%,18%,17%,24%)
(0.00/0.18/0.17/0.24)	

CMYK percentages

%0
%18.13
%17.1
%24.31

Codes

Color #C19EA0 in popluar color models

C19EA0
RGB193158160
HSL357°22.01%68.82%
HSB/HSV357°18.13%75.69%
CMYK0.00%18.13%17.10%
24.31%

Color #C19EA0 in popluar number systems.

HEXC19EA0
Decimal193158160
Binary110000011001111010100000
Octal301236240

Shades and tints

Shades of #C19EA0

#C19EA0
(193,158,160)
#B09092
(176,144,146)
#9F8284
(159,130,132)
#8E7476
(142,116,118)
#7D6668
(125,102,104)
#6C585A
(108,88,90)
#5B4A4C
(91,74,76)
#4A3C3E
(74,60,62)
#392E30
(57,46,48)
#282022
(40,32,34)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #C19EA0

#C19EA0
(193,158,160)
#C6A6A8
(198,166,168)
#CBAEB0
(203,174,176)
#D0B6B8
(208,182,184)
#D5BEC0
(213,190,192)
#DAC6C8
(218,198,200)
#DFCED0
(223,206,208)
#E4D6D8
(228,214,216)
#E9DEE0
(233,222,224)
#EEE6E8
(238,230,232)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19EA0 color. Also use rgb(193,158,160) instead hex code.

Text Font Color

.myTextColor { color: #C19EA0; }

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

This text font color is #C19EA0.


Background Color

.myBgColor { background-color: #C19EA0; }

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

This div background color is #C19EA0.


Border color

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

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

This div border color is #C19EA0.


Opacity

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

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

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

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

This text has shadow with #C19EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19EA0 on black background.


Color preview on white background

This text has color #C19EA0 on white background.



Black color preview on #C19EA0 background

This text has black color on #C19EA0 background.


White color preview on #C19EA0 background

This text has white color on #C19EA0 background.