COLOR #C18BA0

HEX: #C18BA0 RGB: (193,139,160)

Color info

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

RGB color model

#C18BA0 color RGB value is (193,139,160).

RGB: (193,139,160) (76%, 55%, 63%)

RGB channels and saturation

R 193 of 255 = 76%
G 139 of 255 = 55%
B 160 of 255 = 63%

193
139
160

R + G + B ~ 65%. #C18BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 139 + 160 = 492 (100%)
R 193 of 492 ~ 39.23%
G 139 of 492 ~ 28.25%
B 160 of 492 ~ 32.52'%

%39.23
%28.25
%32.52

CMYK color model

#C18BA0 color CMYK value is (0,28,17,24).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 17.10%
  • key color value is 24.31%

CMYK: (0,28,17,24)
C0M28Y17K24 (0%, 28%, 17%, 24%)
(0.00 / 0.28 / 0.17 / 0.24)

CMYK percentages

%0
%27.98
%17.1
%24.31

Codes

Color #C18BA0 in popluar color models

C1 8B A0
RGB 193 139 160
HSL 337° 30.34% 65.10%
HSB/HSV 337° 27.98% 75.69%
CMYK 0.00% 27.98% 17.10%
24.31%

Color #C18BA0 in popluar number systems.

HEX C1 8B A0
Decimal 193 139 160
Binary 11000001 10001011 10100000
Octal 301 213 240

Shades and tints

Shades of #C18BA0

#C18BA0
(193,139,160)
#B07F92
(176,127,146)
#9F7384
(159,115,132)
#8E6776
(142,103,118)
#7D5B68
(125,91,104)
#6C4F5A
(108,79,90)
#5B434C
(91,67,76)
#4A373E
(74,55,62)
#392B30
(57,43,48)
#281F22
(40,31,34)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #C18BA0

#C18BA0
(193,139,160)
#C695A8
(198,149,168)
#CB9FB0
(203,159,176)
#D0A9B8
(208,169,184)
#D5B3C0
(213,179,192)
#DABDC8
(218,189,200)
#DFC7D0
(223,199,208)
#E4D1D8
(228,209,216)
#E9DBE0
(233,219,224)
#EEE5E8
(238,229,232)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18BA0 color. Also use rgb(193,139,160) instead hex code.

Text Font Color

.myTextColor { color: #C18BA0; }

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

This text font color is #C18BA0.

Background Color

.myBgColor { background-color: #C18BA0; }

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

This div background color is #C18BA0.

Border color

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

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

This div border color is #C18BA0.

Opacity

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

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

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

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

This text has shadow with #C18BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18BA0.

Preview

Color preview on black background

This text has color #C18BA0 on black background.


Color preview on white background

This text has color #C18BA0 on white background.


Black color preview on #C18BA0 background

This text has black color on #C18BA0 background.


White color preview on #C18BA0 background

This text has white color on #C18BA0 background.


Related colors

Complementary color

Complementary color for #hex is #3E745F.


I love getcolorcode.com

Triadic colors

1 #A0C18B and #8BA0C1 with #C18BA0 are triadic colors.

2 #A08BC1 and #8BC1A0 with #C18BA0 are triadic colors.