COLOR #C19CA3

HEX: #C19CA3 RGB: (193,156,163)

Color info

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

RGB color model

#C19CA3 color RGB value is (193,156,163).

RGB: (193,156,163) (76%, 61%, 64%)

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 163 of 255 = 64%

193
156
163

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

Portions of RGB colors in percentages

R + G + B = 193 + 156 + 163 = 512 (100%)
R 193 of 512 ~ 37.7%
G 156 of 512 ~ 30.47%
B 163 of 512 ~ 31.84'%

%37.7
%30.47
%31.84

CMYK color model

#C19CA3 color CMYK value is (0,19,16,24).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 15.54%
  • key color value is 24.31%

CMYK: (0,19,16,24)
C0M19Y16K24 (0%, 19%, 16%, 24%)
(0.00 / 0.19 / 0.16 / 0.24)

CMYK percentages

%0
%19.17
%15.54
%24.31

Codes

Color #C19CA3 in popluar color models

C1 9C A3
RGB 193 156 163
HSL 349° 22.98% 68.43%
HSB/HSV 349° 19.17% 75.69%
CMYK 0.00% 19.17% 15.54%
24.31%

Color #C19CA3 in popluar number systems.

HEX C1 9C A3
Decimal 193 156 163
Binary 11000001 10011100 10100011
Octal 301 234 243

Shades and tints

Shades of #C19CA3

#C19CA3
(193,156,163)
#B08E95
(176,142,149)
#9F8087
(159,128,135)
#8E7279
(142,114,121)
#7D646B
(125,100,107)
#6C565D
(108,86,93)
#5B484F
(91,72,79)
#4A3A41
(74,58,65)
#392C33
(57,44,51)
#281E25
(40,30,37)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #C19CA3

#C19CA3
(193,156,163)
#C6A5AB
(198,165,171)
#CBAEB3
(203,174,179)
#D0B7BB
(208,183,187)
#D5C0C3
(213,192,195)
#DAC9CB
(218,201,203)
#DFD2D3
(223,210,211)
#E4DBDB
(228,219,219)
#E9E4E3
(233,228,227)
#EEEDEB
(238,237,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19CA3; }

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

This text font color is #C19CA3.

Background Color

.myBgColor { background-color: #C19CA3; }

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

This div background color is #C19CA3.

Border color

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

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

This div border color is #C19CA3.

Opacity

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

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

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

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

This text has shadow with #C19CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19CA3.

Preview

Color preview on black background

This text has color #C19CA3 on black background.


Color preview on white background

This text has color #C19CA3 on white background.


Black color preview on #C19CA3 background

This text has black color on #C19CA3 background.


White color preview on #C19CA3 background

This text has white color on #C19CA3 background.


Related colors

Complementary color

Complementary color for #hex is #3E635C.


I love getcolorcode.com

Triadic colors

1 #A3C19C and #9CA3C1 with #C19CA3 are triadic colors.

2 #A39CC1 and #9CC1A3 with #C19CA3 are triadic colors.