COLOR #C18896

HEX: #C18896
RGB: (193,136,150)

Color info

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

RGB color model

#C18896 color RGB value is (193,136,150).

  • red value is 193;
  • green value is 136;
  • blue value is 150.
RGB:
(193,136,150)
(76%,53%,59%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 150 of 255 = 59%

193
136
150

R + G + B ~ 63%. #C18896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 136 + 150 = 479 (100%)
R 193 of 479 ~ 40.29%
G 136 of 479 ~ 28.39%
B 150 of 479 ~ 31.32%

%40.29
%28.39
%31.32

CMYK color model

#C18896 color CMYK value is (0,30,22,24).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 22.28%
  • key color value is 24.31%
CMYK:
(0,30,22,24)
C0M30Y22K24 
(0%,30%,22%,24%)
(0.00/0.30/0.22/0.24)	

CMYK percentages

%0
%29.53
%22.28
%24.31

Codes

Color #C18896 in popluar color models

C18896
RGB193136150
HSL345°31.49%64.51%
HSB/HSV345°29.53%75.69%
CMYK0.00%29.53%22.28%
24.31%

Color #C18896 in popluar number systems.

HEXC18896
Decimal193136150
Binary110000011000100010010110
Octal301210226

Shades and tints

Shades of #C18896

#C18896
(193,136,150)
#B07C89
(176,124,137)
#9F707C
(159,112,124)
#8E646F
(142,100,111)
#7D5862
(125,88,98)
#6C4C55
(108,76,85)
#5B4048
(91,64,72)
#4A343B
(74,52,59)
#39282E
(57,40,46)
#281C21
(40,28,33)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #C18896

#C18896
(193,136,150)
#C6929F
(198,146,159)
#CB9CA8
(203,156,168)
#D0A6B1
(208,166,177)
#D5B0BA
(213,176,186)
#DABAC3
(218,186,195)
#DFC4CC
(223,196,204)
#E4CED5
(228,206,213)
#E9D8DE
(233,216,222)
#EEE2E7
(238,226,231)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18896; }

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

This text font color is #C18896.


Background Color

.myBgColor { background-color: #C18896; }

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

This div background color is #C18896.


Border color

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

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

This div border color is #C18896.


Opacity

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

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

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

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

This text has shadow with #C18896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18896 on black background.


Color preview on white background

This text has color #C18896 on white background.



Black color preview on #C18896 background

This text has black color on #C18896 background.


White color preview on #C18896 background

This text has white color on #C18896 background.