COLOR #C188BC

HEX: #C188BC RGB: (193,136,188)

Color info

#C188BC contains red, green and blue colors in about the same proportion. Web safe color of #C188BC is #CC99CC (or #C9C).

RGB color model

#C188BC color RGB value is (193,136,188).

RGB: (193,136,188) (76%, 53%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 188 of 255 = 74%

193
136
188

R + G + B ~ 68%. #C188BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 136 + 188 = 517 (100%)
R 193 of 517 ~ 37.33%
G 136 of 517 ~ 26.31%
B 188 of 517 ~ 36.36'%

%37.33
%26.31
%36.36

CMYK color model

#C188BC color CMYK value is (0,30,3,24).

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

CMYK: (0,30,3,24)
C0M30Y3K24 (0%, 30%, 3%, 24%)
(0.00 / 0.30 / 0.03 / 0.24)

CMYK percentages

%0
%29.53
%2.59
%24.31

Codes

Color #C188BC in popluar color models

C1 88 BC
RGB 193 136 188
HSL 305° 31.49% 64.51%
HSB/HSV 305° 29.53% 75.69%
CMYK 0.00% 29.53% 2.59%
24.31%

Color #C188BC in popluar number systems.

HEX C1 88 BC
Decimal 193 136 188
Binary 11000001 10001000 10111100
Octal 301 210 274

Shades and tints

Shades of #C188BC

#C188BC
(193,136,188)
#B07CAB
(176,124,171)
#9F709A
(159,112,154)
#8E6489
(142,100,137)
#7D5878
(125,88,120)
#6C4C67
(108,76,103)
#5B4056
(91,64,86)
#4A3445
(74,52,69)
#392834
(57,40,52)
#281C23
(40,28,35)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #C188BC

#C188BC
(193,136,188)
#C692C2
(198,146,194)
#CB9CC8
(203,156,200)
#D0A6CE
(208,166,206)
#D5B0D4
(213,176,212)
#DABADA
(218,186,218)
#DFC4E0
(223,196,224)
#E4CEE6
(228,206,230)
#E9D8EC
(233,216,236)
#EEE2F2
(238,226,242)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C188BC; }

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

This text font color is #C188BC.

Background Color

.myBgColor { background-color: #C188BC; }

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

This div background color is #C188BC.

Border color

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

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

This div border color is #C188BC.

Opacity

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

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

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

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

This text has shadow with #C188BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C188BC.

Preview

Color preview on black background

This text has color #C188BC on black background.


Color preview on white background

This text has color #C188BC on white background.


Black color preview on #C188BC background

This text has black color on #C188BC background.


White color preview on #C188BC background

This text has white color on #C188BC background.


Related colors

Complementary color

Complementary color for #hex is #3E7743.


I love getcolorcode.com

Triadic colors

1 #BCC188 and #88BCC1 with #C188BC are triadic colors.

2 #BC88C1 and #88C1BC with #C188BC are triadic colors.