COLOR #C18387

HEX: #C18387 RGB: (193,131,135)

Color info

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

RGB color model

#C18387 color RGB value is (193,131,135).

RGB: (193,131,135) (76%, 51%, 53%)

RGB channels and saturation

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

193
131
135

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

Portions of RGB colors in percentages

R + G + B = 193 + 131 + 135 = 459 (100%)
R 193 of 459 ~ 42.05%
G 131 of 459 ~ 28.54%
B 135 of 459 ~ 29.41'%

%42.05
%28.54
%29.41

CMYK color model

#C18387 color CMYK value is (0,32,30,24).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK: (0,32,30,24) C0M32Y30K24 (0%,32%,30%,24%) (0.00/0.32/0.30/0.24) 

CMYK percentages

%0
%32.12
%30.05
%24.31

Codes

Color #C18387 in popluar color models

C1 83 87
RGB 193 131 135
HSL 356° 33.33% 63.53%
HSB/HSV 356° 32.12% 75.69%
CMYK 0.00% 32.12% 30.05%
24.31%

Color #C18387 in popluar number systems.

HEX C1 83 87
Decimal 193 131 135
Binary 11000001 10000011 10000111
Octal 301 203 207

Shades and tints

Shades of #C18387

#C18387
(193,131,135)
#B0787B
(176,120,123)
#9F6D6F
(159,109,111)
#8E6263
(142,98,99)
#7D5757
(125,87,87)
#6C4C4B
(108,76,75)
#5B413F
(91,65,63)
#4A3633
(74,54,51)
#392B27
(57,43,39)
#28201B
(40,32,27)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C18387

#C18387
(193,131,135)
#C68E91
(198,142,145)
#CB999B
(203,153,155)
#D0A4A5
(208,164,165)
#D5AFAF
(213,175,175)
#DABAB9
(218,186,185)
#DFC5C3
(223,197,195)
#E4D0CD
(228,208,205)
#E9DBD7
(233,219,215)
#EEE6E1
(238,230,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18387; }

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

This text font color is #C18387.

Background Color

.myBgColor { background-color: #C18387; }

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

This div background color is #C18387.

Border color

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

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

This div border color is #C18387.

Opacity

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

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

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

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

This text has shadow with #C18387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18387.

Preview

Color preview on black background

This text has color #C18387 on black background.


Color preview on white background

This text has color #C18387 on white background.


Black color preview on #C18387 background

This text has black color on #C18387 background.


White color preview on #C18387 background

This text has white color on #C18387 background.


Related colors

Complementary color

Complementary color for #hex is #3E7C78.


I love getcolorcode.com

Triadic colors

1 #87C183 and #8387C1 with #C18387 are triadic colors.

2 #8783C1 and #83C187 with #C18387 are triadic colors.