COLOR #C18E96

HEX: #C18E96 RGB: (193,142,150)

Color info

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

RGB color model

#C18E96 color RGB value is (193,142,150).

RGB: (193,142,150) (76%, 56%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 142 of 255 = 56%
B 150 of 255 = 59%

193
142
150

R + G + B ~ 64%. #C18E96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 142 + 150 = 485 (100%)
R 193 of 485 ~ 39.79%
G 142 of 485 ~ 29.28%
B 150 of 485 ~ 30.93'%

%39.79
%29.28
%30.93

CMYK color model

#C18E96 color CMYK value is (0,26,22,24).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 22.28%
  • key color value is 24.31%

CMYK: (0,26,22,24)
C0M26Y22K24 (0%, 26%, 22%, 24%)
(0.00 / 0.26 / 0.22 / 0.24)

CMYK percentages

%0
%26.42
%22.28
%24.31

Codes

Color #C18E96 in popluar color models

C1 8E 96
RGB 193 142 150
HSL 351° 29.14% 65.69%
HSB/HSV 351° 26.42% 75.69%
CMYK 0.00% 26.42% 22.28%
24.31%

Color #C18E96 in popluar number systems.

HEX C1 8E 96
Decimal 193 142 150
Binary 11000001 10001110 10010110
Octal 301 216 226

Shades and tints

Shades of #C18E96

#C18E96
(193,142,150)
#B08289
(176,130,137)
#9F767C
(159,118,124)
#8E6A6F
(142,106,111)
#7D5E62
(125,94,98)
#6C5255
(108,82,85)
#5B4648
(91,70,72)
#4A3A3B
(74,58,59)
#392E2E
(57,46,46)
#282221
(40,34,33)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C18E96

#C18E96
(193,142,150)
#C6989F
(198,152,159)
#CBA2A8
(203,162,168)
#D0ACB1
(208,172,177)
#D5B6BA
(213,182,186)
#DAC0C3
(218,192,195)
#DFCACC
(223,202,204)
#E4D4D5
(228,212,213)
#E9DEDE
(233,222,222)
#EEE8E7
(238,232,231)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18E96 color. Also use rgb(193,142,150) instead hex code.

Text Font Color

.myTextColor { color: #C18E96; }

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

This text font color is #C18E96.

Background Color

.myBgColor { background-color: #C18E96; }

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

This div background color is #C18E96.

Border color

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

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

This div border color is #C18E96.

Opacity

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

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

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

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

This text has shadow with #C18E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18E96.

Preview

Color preview on black background

This text has color #C18E96 on black background.


Color preview on white background

This text has color #C18E96 on white background.


Black color preview on #C18E96 background

This text has black color on #C18E96 background.


White color preview on #C18E96 background

This text has white color on #C18E96 background.


Related colors

Complementary color

Complementary color for #hex is #3E7169.


I love getcolorcode.com

Triadic colors

1 #96C18E and #8E96C1 with #C18E96 are triadic colors.

2 #968EC1 and #8EC196 with #C18E96 are triadic colors.