COLOR #C18189

HEX: #C18189 RGB: (193,129,137)

Color info

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

RGB color model

#C18189 color RGB value is (193,129,137).

RGB: (193,129,137) (76%, 51%, 54%)

RGB channels and saturation

R 193 of 255 = 76%
G 129 of 255 = 51%
B 137 of 255 = 54%

193
129
137

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

Portions of RGB colors in percentages

R + G + B = 193 + 129 + 137 = 459 (100%)
R 193 of 459 ~ 42.05%
G 129 of 459 ~ 28.1%
B 137 of 459 ~ 29.85'%

%42.05
%28.1
%29.85

CMYK color model

#C18189 color CMYK value is (0,33,29,24).

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

CMYK: (0,33,29,24)
C0M33Y29K24 (0%, 33%, 29%, 24%)
(0.00 / 0.33 / 0.29 / 0.24)

CMYK percentages

%0
%33.16
%29.02
%24.31

Codes

Color #C18189 in popluar color models

C1 81 89
RGB 193 129 137
HSL 353° 34.04% 63.14%
HSB/HSV 353° 33.16% 75.69%
CMYK 0.00% 33.16% 29.02%
24.31%

Color #C18189 in popluar number systems.

HEX C1 81 89
Decimal 193 129 137
Binary 11000001 10000001 10001001
Octal 301 201 211

Shades and tints

Shades of #C18189

#C18189
(193,129,137)
#B0767D
(176,118,125)
#9F6B71
(159,107,113)
#8E6065
(142,96,101)
#7D5559
(125,85,89)
#6C4A4D
(108,74,77)
#5B3F41
(91,63,65)
#4A3435
(74,52,53)
#392929
(57,41,41)
#281E1D
(40,30,29)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #C18189

#C18189
(193,129,137)
#C68C93
(198,140,147)
#CB979D
(203,151,157)
#D0A2A7
(208,162,167)
#D5ADB1
(213,173,177)
#DAB8BB
(218,184,187)
#DFC3C5
(223,195,197)
#E4CECF
(228,206,207)
#E9D9D9
(233,217,217)
#EEE4E3
(238,228,227)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18189; }

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

This text font color is #C18189.

Background Color

.myBgColor { background-color: #C18189; }

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

This div background color is #C18189.

Border color

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

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

This div border color is #C18189.

Opacity

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

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

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

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

This text has shadow with #C18189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18189.

Preview

Color preview on black background

This text has color #C18189 on black background.


Color preview on white background

This text has color #C18189 on white background.


Black color preview on #C18189 background

This text has black color on #C18189 background.


White color preview on #C18189 background

This text has white color on #C18189 background.


Related colors

Complementary color

Complementary color for #hex is #3E7E76.


I love getcolorcode.com

Triadic colors

1 #89C181 and #8189C1 with #C18189 are triadic colors.

2 #8981C1 and #81C189 with #C18189 are triadic colors.