COLOR #C18386

HEX: #C18386
RGB: (193,131,134)

Color info

#C18386 contains mainly red and blue colors. Web safe color of #C18386 is #CC9999 (or #C99).

RGB color model

#C18386 color RGB value is (193,131,134).

  • red value is 193;
  • green value is 131;
  • blue value is 134.
RGB:
(193,131,134)
(76%,51%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 131 of 255 = 51%
B 134 of 255 = 53%

193
131
134

R + G + B ~ 60%. #C18386 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 131 + 134 = 458 (100%)
R 193 of 458 ~ 42.14%
G 131 of 458 ~ 28.6%
B 134 of 458 ~ 29.26%

%42.14
%28.6
%29.26

CMYK color model

#C18386 color CMYK value is (0,32,31,24).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 30.57%
  • key color value is 24.31%
CMYK:
(0,32,31,24)
C0M32Y31K24 
(0%,32%,31%,24%)
(0.00/0.32/0.31/0.24)	

CMYK percentages

%0
%32.12
%30.57
%24.31

Codes

Color #C18386 in popluar color models

C18386
RGB193131134
HSL357°33.33%63.53%
HSB/HSV357°32.12%75.69%
CMYK0.00%32.12%30.57%
24.31%

Color #C18386 in popluar number systems.

HEXC18386
Decimal193131134
Binary110000011000001110000110
Octal301203206

Shades and tints

Shades of #C18386

#C18386
(193,131,134)
#B0787A
(176,120,122)
#9F6D6E
(159,109,110)
#8E6262
(142,98,98)
#7D5756
(125,87,86)
#6C4C4A
(108,76,74)
#5B413E
(91,65,62)
#4A3632
(74,54,50)
#392B26
(57,43,38)
#28201A
(40,32,26)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #C18386

#C18386
(193,131,134)
#C68E91
(198,142,145)
#CB999C
(203,153,156)
#D0A4A7
(208,164,167)
#D5AFB2
(213,175,178)
#DABABD
(218,186,189)
#DFC5C8
(223,197,200)
#E4D0D3
(228,208,211)
#E9DBDE
(233,219,222)
#EEE6E9
(238,230,233)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18386 color. Also use rgb(193,131,134) instead hex code.

Text Font Color

.myTextColor { color: #C18386; }

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

This text font color is #C18386.


Background Color

.myBgColor { background-color: #C18386; }

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

This div background color is #C18386.


Border color

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

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

This div border color is #C18386.


Opacity

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

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

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

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

This text has shadow with #C18386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18386 on black background.


Color preview on white background

This text has color #C18386 on white background.



Black color preview on #C18386 background

This text has black color on #C18386 background.


White color preview on #C18386 background

This text has white color on #C18386 background.