COLOR #C18D8C

HEX: #C18D8C RGB: (193,141,140)

Color info

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

RGB color model

#C18D8C color RGB value is (193,141,140).

RGB: (193,141,140) (76%, 55%, 55%)

RGB channels and saturation

R 193 of 255 = 76%
G 141 of 255 = 55%
B 140 of 255 = 55%

193
141
140

R + G + B ~ 62%. #C18D8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 141 + 140 = 474 (100%)
R 193 of 474 ~ 40.72%
G 141 of 474 ~ 29.75%
B 140 of 474 ~ 29.54'%

%40.72
%29.75
%29.54

CMYK color model

#C18D8C color CMYK value is (0,27,27,24).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 27.46%
  • key color value is 24.31%

CMYK: (0,27,27,24)
C0M27Y27K24 (0%, 27%, 27%, 24%)
(0.00 / 0.27 / 0.27 / 0.24)

CMYK percentages

%0
%26.94
%27.46
%24.31

Codes

Color #C18D8C in popluar color models

C1 8D 8C
RGB 193 141 140
HSL 29.94% 65.29%
HSB/HSV 27.46% 75.69%
CMYK 0.00% 26.94% 27.46%
24.31%

Color #C18D8C in popluar number systems.

HEX C1 8D 8C
Decimal 193 141 140
Binary 11000001 10001101 10001100
Octal 301 215 214

Shades and tints

Shades of #C18D8C

#C18D8C
(193,141,140)
#B08180
(176,129,128)
#9F7574
(159,117,116)
#8E6968
(142,105,104)
#7D5D5C
(125,93,92)
#6C5150
(108,81,80)
#5B4544
(91,69,68)
#4A3938
(74,57,56)
#392D2C
(57,45,44)
#282120
(40,33,32)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C18D8C

#C18D8C
(193,141,140)
#C69796
(198,151,150)
#CBA1A0
(203,161,160)
#D0ABAA
(208,171,170)
#D5B5B4
(213,181,180)
#DABFBE
(218,191,190)
#DFC9C8
(223,201,200)
#E4D3D2
(228,211,210)
#E9DDDC
(233,221,220)
#EEE7E6
(238,231,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18D8C color. Also use rgb(193,141,140) instead hex code.

Text Font Color

.myTextColor { color: #C18D8C; }

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

This text font color is #C18D8C.

Background Color

.myBgColor { background-color: #C18D8C; }

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

This div background color is #C18D8C.

Border color

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

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

This div border color is #C18D8C.

Opacity

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

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

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

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

This text has shadow with #C18D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18D8C.

Preview

Color preview on black background

This text has color #C18D8C on black background.


Color preview on white background

This text has color #C18D8C on white background.


Black color preview on #C18D8C background

This text has black color on #C18D8C background.


White color preview on #C18D8C background

This text has white color on #C18D8C background.


Related colors

Complementary color

Complementary color for #hex is #3E7273.


I love getcolorcode.com

Triadic colors

1 #8CC18D and #8D8CC1 with #C18D8C are triadic colors.

2 #8C8DC1 and #8DC18C with #C18D8C are triadic colors.