COLOR #C19C93

HEX: #C19C93 RGB: (193,156,147)

Color info

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

RGB color model

#C19C93 color RGB value is (193,156,147).

RGB: (193,156,147) (76%, 61%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 147 of 255 = 58%

193
156
147

R + G + B ~ 65%. #C19C93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 156 + 147 = 496 (100%)
R 193 of 496 ~ 38.91%
G 156 of 496 ~ 31.45%
B 147 of 496 ~ 29.64'%

%38.91
%31.45
%29.64

CMYK color model

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

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

CMYK: (0,19,24,24)
C0M19Y24K24 (0%, 19%, 24%, 24%)
(0.00 / 0.19 / 0.24 / 0.24)

CMYK percentages

%0
%19.17
%23.83
%24.31

Codes

Color #C19C93 in popluar color models

C1 9C 93
RGB 193 156 147
HSL 12° 27.06% 66.67%
HSB/HSV 12° 23.83% 75.69%
CMYK 0.00% 19.17% 23.83%
24.31%

Color #C19C93 in popluar number systems.

HEX C1 9C 93
Decimal 193 156 147
Binary 11000001 10011100 10010011
Octal 301 234 223

Shades and tints

Shades of #C19C93

#C19C93
(193,156,147)
#B08E86
(176,142,134)
#9F8079
(159,128,121)
#8E726C
(142,114,108)
#7D645F
(125,100,95)
#6C5652
(108,86,82)
#5B4845
(91,72,69)
#4A3A38
(74,58,56)
#392C2B
(57,44,43)
#281E1E
(40,30,30)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #C19C93

#C19C93
(193,156,147)
#C6A59C
(198,165,156)
#CBAEA5
(203,174,165)
#D0B7AE
(208,183,174)
#D5C0B7
(213,192,183)
#DAC9C0
(218,201,192)
#DFD2C9
(223,210,201)
#E4DBD2
(228,219,210)
#E9E4DB
(233,228,219)
#EEEDE4
(238,237,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19C93; }

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

This text font color is #C19C93.

Background Color

.myBgColor { background-color: #C19C93; }

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

This div background color is #C19C93.

Border color

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

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

This div border color is #C19C93.

Opacity

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

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

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

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

This text has shadow with #C19C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19C93.

Preview

Color preview on black background

This text has color #C19C93 on black background.


Color preview on white background

This text has color #C19C93 on white background.


Black color preview on #C19C93 background

This text has black color on #C19C93 background.


White color preview on #C19C93 background

This text has white color on #C19C93 background.


Related colors

Complementary color

Complementary color for #hex is #3E636C.


I love getcolorcode.com

Triadic colors

1 #93C19C and #9C93C1 with #C19C93 are triadic colors.

2 #939CC1 and #9CC193 with #C19C93 are triadic colors.