COLOR #C088BE

HEX: #C088BE RGB: (192,136,190)

Color info

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

RGB color model

#C088BE color RGB value is (192,136,190).

RGB: (192,136,190) (75%, 53%, 75%)

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 190 of 255 = 75%

192
136
190

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

Portions of RGB colors in percentages

R + G + B = 192 + 136 + 190 = 518 (100%)
R 192 of 518 ~ 37.07%
G 136 of 518 ~ 26.25%
B 190 of 518 ~ 36.68'%

%37.07
%26.25
%36.68

CMYK color model

#C088BE color CMYK value is (0,29,1,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 1.04%
  • key color value is 24.71%

CMYK: (0,29,1,25)
C0M29Y1K25 (0%, 29%, 1%, 25%)
(0.00 / 0.29 / 0.01 / 0.25)

CMYK percentages

%0
%29.17
%1.04
%24.71

Codes

Color #C088BE in popluar color models

C0 88 BE
RGB 192 136 190
HSL 302° 30.77% 64.31%
HSB/HSV 302° 29.17% 75.29%
CMYK 0.00% 29.17% 1.04%
24.71%

Color #C088BE in popluar number systems.

HEX C0 88 BE
Decimal 192 136 190
Binary 11000000 10001000 10111110
Octal 300 210 276

Shades and tints

Shades of #C088BE

#C088BE
(192,136,190)
#AF7CAD
(175,124,173)
#9E709C
(158,112,156)
#8D648B
(141,100,139)
#7C587A
(124,88,122)
#6B4C69
(107,76,105)
#5A4058
(90,64,88)
#493447
(73,52,71)
#382836
(56,40,54)
#271C25
(39,28,37)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #C088BE

#C088BE
(192,136,190)
#C592C3
(197,146,195)
#CA9CC8
(202,156,200)
#CFA6CD
(207,166,205)
#D4B0D2
(212,176,210)
#D9BAD7
(217,186,215)
#DEC4DC
(222,196,220)
#E3CEE1
(227,206,225)
#E8D8E6
(232,216,230)
#EDE2EB
(237,226,235)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C088BE; }

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

This text font color is #C088BE.

Background Color

.myBgColor { background-color: #C088BE; }

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

This div background color is #C088BE.

Border color

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

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

This div border color is #C088BE.

Opacity

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

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

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

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

This text has shadow with #C088BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C088BE.

Preview

Color preview on black background

This text has color #C088BE on black background.


Color preview on white background

This text has color #C088BE on white background.


Black color preview on #C088BE background

This text has black color on #C088BE background.


White color preview on #C088BE background

This text has white color on #C088BE background.


Related colors

Complementary color

Complementary color for #hex is #3F7741.


I love getcolorcode.com

Triadic colors

1 #BEC088 and #88BEC0 with #C088BE are triadic colors.

2 #BE88C0 and #88C0BE with #C088BE are triadic colors.