COLOR #C18CA6

HEX: #C18CA6 RGB: (193,140,166)

Color info

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

RGB color model

#C18CA6 color RGB value is (193,140,166).

RGB: (193,140,166) (76%, 55%, 65%)

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 166 of 255 = 65%

193
140
166

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

Portions of RGB colors in percentages

R + G + B = 193 + 140 + 166 = 499 (100%)
R 193 of 499 ~ 38.68%
G 140 of 499 ~ 28.06%
B 166 of 499 ~ 33.27'%

%38.68
%28.06
%33.27

CMYK color model

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

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

CMYK: (0,27,14,24)
C0M27Y14K24 (0%, 27%, 14%, 24%)
(0.00 / 0.27 / 0.14 / 0.24)

CMYK percentages

%0
%27.46
%13.99
%24.31

Codes

Color #C18CA6 in popluar color models

C1 8C A6
RGB 193 140 166
HSL 331° 29.94% 65.29%
HSB/HSV 331° 27.46% 75.69%
CMYK 0.00% 27.46% 13.99%
24.31%

Color #C18CA6 in popluar number systems.

HEX C1 8C A6
Decimal 193 140 166
Binary 11000001 10001100 10100110
Octal 301 214 246

Shades and tints

Shades of #C18CA6

#C18CA6
(193,140,166)
#B08097
(176,128,151)
#9F7488
(159,116,136)
#8E6879
(142,104,121)
#7D5C6A
(125,92,106)
#6C505B
(108,80,91)
#5B444C
(91,68,76)
#4A383D
(74,56,61)
#392C2E
(57,44,46)
#28201F
(40,32,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C18CA6

#C18CA6
(193,140,166)
#C696AE
(198,150,174)
#CBA0B6
(203,160,182)
#D0AABE
(208,170,190)
#D5B4C6
(213,180,198)
#DABECE
(218,190,206)
#DFC8D6
(223,200,214)
#E4D2DE
(228,210,222)
#E9DCE6
(233,220,230)
#EEE6EE
(238,230,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18CA6; }

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

This text font color is #C18CA6.

Background Color

.myBgColor { background-color: #C18CA6; }

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

This div background color is #C18CA6.

Border color

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

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

This div border color is #C18CA6.

Opacity

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

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

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

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

This text has shadow with #C18CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18CA6.

Preview

Color preview on black background

This text has color #C18CA6 on black background.


Color preview on white background

This text has color #C18CA6 on white background.


Black color preview on #C18CA6 background

This text has black color on #C18CA6 background.


White color preview on #C18CA6 background

This text has white color on #C18CA6 background.


Related colors

Complementary color

Complementary color for #hex is #3E7359.


I love getcolorcode.com

Triadic colors

1 #A6C18C and #8CA6C1 with #C18CA6 are triadic colors.

2 #A68CC1 and #8CC1A6 with #C18CA6 are triadic colors.