COLOR #C18CB2

HEX: #C18CB2 RGB: (193,140,178)

Color info

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

RGB color model

#C18CB2 color RGB value is (193,140,178).

RGB: (193,140,178) (76%, 55%, 70%)

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 178 of 255 = 70%

193
140
178

R + G + B ~ 67%. #C18CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 140 + 178 = 511 (100%)
R 193 of 511 ~ 37.77%
G 140 of 511 ~ 27.4%
B 178 of 511 ~ 34.83'%

%37.77
%27.4
%34.83

CMYK color model

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

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

CMYK: (0,27,8,24)
C0M27Y8K24 (0%, 27%, 8%, 24%)
(0.00 / 0.27 / 0.08 / 0.24)

CMYK percentages

%0
%27.46
%7.77
%24.31

Codes

Color #C18CB2 in popluar color models

C1 8C B2
RGB 193 140 178
HSL 317° 29.94% 65.29%
HSB/HSV 317° 27.46% 75.69%
CMYK 0.00% 27.46% 7.77%
24.31%

Color #C18CB2 in popluar number systems.

HEX C1 8C B2
Decimal 193 140 178
Binary 11000001 10001100 10110010
Octal 301 214 262

Shades and tints

Shades of #C18CB2

#C18CB2
(193,140,178)
#B080A2
(176,128,162)
#9F7492
(159,116,146)
#8E6882
(142,104,130)
#7D5C72
(125,92,114)
#6C5062
(108,80,98)
#5B4452
(91,68,82)
#4A3842
(74,56,66)
#392C32
(57,44,50)
#282022
(40,32,34)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #C18CB2

#C18CB2
(193,140,178)
#C696B9
(198,150,185)
#CBA0C0
(203,160,192)
#D0AAC7
(208,170,199)
#D5B4CE
(213,180,206)
#DABED5
(218,190,213)
#DFC8DC
(223,200,220)
#E4D2E3
(228,210,227)
#E9DCEA
(233,220,234)
#EEE6F1
(238,230,241)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18CB2; }

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

This text font color is #C18CB2.

Background Color

.myBgColor { background-color: #C18CB2; }

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

This div background color is #C18CB2.

Border color

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

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

This div border color is #C18CB2.

Opacity

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

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

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

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

This text has shadow with #C18CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18CB2.

Preview

Color preview on black background

This text has color #C18CB2 on black background.


Color preview on white background

This text has color #C18CB2 on white background.


Black color preview on #C18CB2 background

This text has black color on #C18CB2 background.


White color preview on #C18CB2 background

This text has white color on #C18CB2 background.


Related colors

Complementary color

Complementary color for #hex is #3E734D.


I love getcolorcode.com

Triadic colors

1 #B2C18C and #8CB2C1 with #C18CB2 are triadic colors.

2 #B28CC1 and #8CC1B2 with #C18CB2 are triadic colors.