COLOR #C088B2

HEX: #C088B2
RGB: (192,136,178)

Color info

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

RGB color model

#C088B2 color RGB value is (192,136,178).

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

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 178 of 255 = 70%

192
136
178

R + G + B ~ 66%. #C088B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 178 = 506 (100%)
R 192 of 506 ~ 37.94%
G 136 of 506 ~ 26.88%
B 178 of 506 ~ 35.18%

%37.94
%26.88
%35.18

CMYK color model

#C088B2 color CMYK value is (0,29,7,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK:
(0,29,7,25)
C0M29Y7K25 
(0%,29%,7%,25%)
(0.00/0.29/0.07/0.25)	

CMYK percentages

%0
%29.17
%7.29
%24.71

Codes

Color #C088B2 in popluar color models

C088B2
RGB192136178
HSL315°30.77%64.31%
HSB/HSV315°29.17%75.29%
CMYK0.00%29.17%7.29%
24.71%

Color #C088B2 in popluar number systems.

HEXC088B2
Decimal192136178
Binary110000001000100010110010
Octal300210262

Shades and tints

Shades of #C088B2

#C088B2
(192,136,178)
#AF7CA2
(175,124,162)
#9E7092
(158,112,146)
#8D6482
(141,100,130)
#7C5872
(124,88,114)
#6B4C62
(107,76,98)
#5A4052
(90,64,82)
#493442
(73,52,66)
#382832
(56,40,50)
#271C22
(39,28,34)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C088B2

#C088B2
(192,136,178)
#C592B9
(197,146,185)
#CA9CC0
(202,156,192)
#CFA6C7
(207,166,199)
#D4B0CE
(212,176,206)
#D9BAD5
(217,186,213)
#DEC4DC
(222,196,220)
#E3CEE3
(227,206,227)
#E8D8EA
(232,216,234)
#EDE2F1
(237,226,241)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C088B2; }

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

This text font color is #C088B2.


Background Color

.myBgColor { background-color: #C088B2; }

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

This div background color is #C088B2.


Border color

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

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

This div border color is #C088B2.


Opacity

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

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

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

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

This text has shadow with #C088B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C088B2 on black background.


Color preview on white background

This text has color #C088B2 on white background.



Black color preview on #C088B2 background

This text has black color on #C088B2 background.


White color preview on #C088B2 background

This text has white color on #C088B2 background.