COLOR #C18881

HEX: #C18881 RGB: (193,136,129)

Color info

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

RGB color model

#C18881 color RGB value is (193,136,129).

RGB: (193,136,129) (76%, 53%, 51%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 129 of 255 = 51%

193
136
129

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

Portions of RGB colors in percentages

R + G + B = 193 + 136 + 129 = 458 (100%)
R 193 of 458 ~ 42.14%
G 136 of 458 ~ 29.69%
B 129 of 458 ~ 28.17'%

%42.14
%29.69
%28.17

CMYK color model

#C18881 color CMYK value is (0,30,33,24).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 33.16%
  • key color value is 24.31%

CMYK: (0,30,33,24)
C0M30Y33K24 (0%, 30%, 33%, 24%)
(0.00 / 0.30 / 0.33 / 0.24)

CMYK percentages

%0
%29.53
%33.16
%24.31

Codes

Color #C18881 in popluar color models

C1 88 81
RGB 193 136 129
HSL 34.04% 63.14%
HSB/HSV 33.16% 75.69%
CMYK 0.00% 29.53% 33.16%
24.31%

Color #C18881 in popluar number systems.

HEX C1 88 81
Decimal 193 136 129
Binary 11000001 10001000 10000001
Octal 301 210 201

Shades and tints

Shades of #C18881

#C18881
(193,136,129)
#B07C76
(176,124,118)
#9F706B
(159,112,107)
#8E6460
(142,100,96)
#7D5855
(125,88,85)
#6C4C4A
(108,76,74)
#5B403F
(91,64,63)
#4A3434
(74,52,52)
#392829
(57,40,41)
#281C1E
(40,28,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #C18881

#C18881
(193,136,129)
#C6928C
(198,146,140)
#CB9C97
(203,156,151)
#D0A6A2
(208,166,162)
#D5B0AD
(213,176,173)
#DABAB8
(218,186,184)
#DFC4C3
(223,196,195)
#E4CECE
(228,206,206)
#E9D8D9
(233,216,217)
#EEE2E4
(238,226,228)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18881; }

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

This text font color is #C18881.

Background Color

.myBgColor { background-color: #C18881; }

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

This div background color is #C18881.

Border color

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

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

This div border color is #C18881.

Opacity

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

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

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

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

This text has shadow with #C18881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18881.

Preview

Color preview on black background

This text has color #C18881 on black background.


Color preview on white background

This text has color #C18881 on white background.


Black color preview on #C18881 background

This text has black color on #C18881 background.


White color preview on #C18881 background

This text has white color on #C18881 background.


Related colors

Complementary color

Complementary color for #hex is #3E777E.


I love getcolorcode.com

Triadic colors

1 #81C188 and #8881C1 with #C18881 are triadic colors.

2 #8188C1 and #88C181 with #C18881 are triadic colors.