COLOR #C089C8

HEX: #C089C8 RGB: (192,137,200)

Color info

#C089C8 contains mainly red and blue colors. Web safe color of #C089C8 is #CC99CC (or #C9C).

RGB color model

#C089C8 color RGB value is (192,137,200).

RGB: (192,137,200) (75%, 54%, 78%)

RGB channels and saturation

R 192 of 255 = 75%
G 137 of 255 = 54%
B 200 of 255 = 78%

192
137
200

R + G + B ~ 69%. #C089C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 137 + 200 = 529 (100%)
R 192 of 529 ~ 36.29%
G 137 of 529 ~ 25.9%
B 200 of 529 ~ 37.81'%

%36.29
%25.9
%37.81

CMYK color model

#C089C8 color CMYK value is (4,32,0,22).

  • cyan value is 4.00%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (4,32,0,22)
C4M32Y0K22 (4%, 32%, 0%, 22%)
(0.04 / 0.32 / 0.00 / 0.22)

CMYK percentages

%4
%31.5
%0
%21.57

Codes

Color #C089C8 in popluar color models

C0 89 C8
RGB 192 137 200
HSL 292° 36.42% 66.08%
HSB/HSV 292° 31.50% 78.43%
CMYK 4.00% 31.50% 0.00%
21.57%

Color #C089C8 in popluar number systems.

HEX C0 89 C8
Decimal 192 137 200
Binary 11000000 10001001 11001000
Octal 300 211 310

Shades and tints

Shades of #C089C8

#C089C8
(192,137,200)
#AF7DB6
(175,125,182)
#9E71A4
(158,113,164)
#8D6592
(141,101,146)
#7C5980
(124,89,128)
#6B4D6E
(107,77,110)
#5A415C
(90,65,92)
#49354A
(73,53,74)
#382938
(56,41,56)
#271D26
(39,29,38)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #C089C8

#C089C8
(192,137,200)
#C593CD
(197,147,205)
#CA9DD2
(202,157,210)
#CFA7D7
(207,167,215)
#D4B1DC
(212,177,220)
#D9BBE1
(217,187,225)
#DEC5E6
(222,197,230)
#E3CFEB
(227,207,235)
#E8D9F0
(232,217,240)
#EDE3F5
(237,227,245)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C089C8 color. Also use rgb(192,137,200) instead hex code.

Text Font Color

.myTextColor { color: #C089C8; }

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

This text font color is #C089C8.

Background Color

.myBgColor { background-color: #C089C8; }

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

This div background color is #C089C8.

Border color

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

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

This div border color is #C089C8.

Opacity

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

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

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

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

This text has shadow with #C089C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C089C8.

Preview

Color preview on black background

This text has color #C089C8 on black background.


Color preview on white background

This text has color #C089C8 on white background.


Black color preview on #C089C8 background

This text has black color on #C089C8 background.


White color preview on #C089C8 background

This text has white color on #C089C8 background.


Related colors

Complementary color

Complementary color for #hex is #3F7637.


I love getcolorcode.com

Triadic colors

1 #C8C089 and #89C8C0 with #C089C8 are triadic colors.

2 #C889C0 and #89C0C8 with #C089C8 are triadic colors.