COLOR #C088C2

HEX: #C088C2
RGB: (192,136,194)

Color info

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

RGB color model

#C088C2 color RGB value is (192,136,194).

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

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 194 of 255 = 76%

192
136
194

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

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 194 = 522 (100%)
R 192 of 522 ~ 36.78%
G 136 of 522 ~ 26.05%
B 194 of 522 ~ 37.16%

%36.78
%26.05
%37.16

CMYK color model

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

  • cyan value is 1.03%
  • 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

%1.03
%29.9
%0
%23.92

Codes

Color #C088C2 in popluar color models

C088C2
RGB192136194
HSL298°32.22%64.71%
HSB/HSV298°29.90%76.08%
CMYK1.03%29.90%0.00%
23.92%

Color #C088C2 in popluar number systems.

HEXC088C2
Decimal192136194
Binary110000001000100011000010
Octal300210302

Shades and tints

Shades of #C088C2

#C088C2
(192,136,194)
#AF7CB1
(175,124,177)
#9E70A0
(158,112,160)
#8D648F
(141,100,143)
#7C587E
(124,88,126)
#6B4C6D
(107,76,109)
#5A405C
(90,64,92)
#49344B
(73,52,75)
#38283A
(56,40,58)
#271C29
(39,28,41)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #C088C2

#C088C2
(192,136,194)
#C592C7
(197,146,199)
#CA9CCC
(202,156,204)
#CFA6D1
(207,166,209)
#D4B0D6
(212,176,214)
#D9BADB
(217,186,219)
#DEC4E0
(222,196,224)
#E3CEE5
(227,206,229)
#E8D8EA
(232,216,234)
#EDE2EF
(237,226,239)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C088C2; }

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

This text font color is #C088C2.


Background Color

.myBgColor { background-color: #C088C2; }

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

This div background color is #C088C2.


Border color

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

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

This div border color is #C088C2.


Opacity

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

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

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

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

This text has shadow with #C088C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C088C2 on black background.


Color preview on white background

This text has color #C088C2 on white background.



Black color preview on #C088C2 background

This text has black color on #C088C2 background.


White color preview on #C088C2 background

This text has white color on #C088C2 background.