COLOR #C188C2

HEX: #C188C2
RGB: (193,136,194)

Color info

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

RGB color model

#C188C2 color RGB value is (193,136,194).

  • red value is 193;
  • green value is 136;
  • blue value is 194.
RGB:
(193,136,194)
(76%,53%,76%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 194 of 255 = 76%

193
136
194

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

Portions of RGB colors in percentages

R + G + B =
193 + 136 + 194 = 523 (100%)
R 193 of 523 ~ 36.9%
G 136 of 523 ~ 26%
B 194 of 523 ~ 37.09%

%36.9
%26
%37.09

CMYK color model

#C188C2 color CMYK value is (1,30,0,24).

  • cyan value is 0.52%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(1,30,0,24)
C1M30Y0K24 
(1%,30%,0%,24%)
(0.01/0.30/0.00/0.24)	

CMYK percentages

%0.52
%29.9
%0
%23.92

Codes

Color #C188C2 in popluar color models

C188C2
RGB193136194
HSL299°32.22%64.71%
HSB/HSV299°29.90%76.08%
CMYK0.52%29.90%0.00%
23.92%

Color #C188C2 in popluar number systems.

HEXC188C2
Decimal193136194
Binary110000011000100011000010
Octal301210302

Shades and tints

Shades of #C188C2

#C188C2
(193,136,194)
#B07CB1
(176,124,177)
#9F70A0
(159,112,160)
#8E648F
(142,100,143)
#7D587E
(125,88,126)
#6C4C6D
(108,76,109)
#5B405C
(91,64,92)
#4A344B
(74,52,75)
#39283A
(57,40,58)
#281C29
(40,28,41)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #C188C2

#C188C2
(193,136,194)
#C692C7
(198,146,199)
#CB9CCC
(203,156,204)
#D0A6D1
(208,166,209)
#D5B0D6
(213,176,214)
#DABADB
(218,186,219)
#DFC4E0
(223,196,224)
#E4CEE5
(228,206,229)
#E9D8EA
(233,216,234)
#EEE2EF
(238,226,239)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C188C2; }

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

This text font color is #C188C2.


Background Color

.myBgColor { background-color: #C188C2; }

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

This div background color is #C188C2.


Border color

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

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

This div border color is #C188C2.


Opacity

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

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

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

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

This text has shadow with #C188C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C188C2 on black background.


Color preview on white background

This text has color #C188C2 on white background.



Black color preview on #C188C2 background

This text has black color on #C188C2 background.


White color preview on #C188C2 background

This text has white color on #C188C2 background.