COLOR #C078B9

HEX: #C078B9 RGB: (192,120,185)

Color info

#C078B9 contains mainly red and blue colors. Web safe color of #C078B9 is #CC66CC (or #C6C).

RGB color model

#C078B9 color RGB value is (192,120,185).

RGB: (192,120,185) (75%, 47%, 73%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 185 of 255 = 73%

192
120
185

R + G + B ~ 65%. #C078B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 120 + 185 = 497 (100%)
R 192 of 497 ~ 38.63%
G 120 of 497 ~ 24.14%
B 185 of 497 ~ 37.22'%

%38.63
%24.14
%37.22

CMYK color model

#C078B9 color CMYK value is (0,38,4,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 3.65%
  • key color value is 24.71%

CMYK: (0,38,4,25)
C0M38Y4K25 (0%, 38%, 4%, 25%)
(0.00 / 0.38 / 0.04 / 0.25)

CMYK percentages

%0
%37.5
%3.65
%24.71

Codes

Color #C078B9 in popluar color models

C0 78 B9
RGB 192 120 185
HSL 306° 36.36% 61.18%
HSB/HSV 306° 37.50% 75.29%
CMYK 0.00% 37.50% 3.65%
24.71%

Color #C078B9 in popluar number systems.

HEX C0 78 B9
Decimal 192 120 185
Binary 11000000 1111000 10111001
Octal 300 170 271

Shades and tints

Shades of #C078B9

#C078B9
(192,120,185)
#AF6EA9
(175,110,169)
#9E6499
(158,100,153)
#8D5A89
(141,90,137)
#7C5079
(124,80,121)
#6B4669
(107,70,105)
#5A3C59
(90,60,89)
#493249
(73,50,73)
#382839
(56,40,57)
#271E29
(39,30,41)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #C078B9

#C078B9
(192,120,185)
#C584BF
(197,132,191)
#CA90C5
(202,144,197)
#CF9CCB
(207,156,203)
#D4A8D1
(212,168,209)
#D9B4D7
(217,180,215)
#DEC0DD
(222,192,221)
#E3CCE3
(227,204,227)
#E8D8E9
(232,216,233)
#EDE4EF
(237,228,239)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C078B9 color. Also use rgb(192,120,185) instead hex code.

Text Font Color

.myTextColor { color: #C078B9; }

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

This text font color is #C078B9.

Background Color

.myBgColor { background-color: #C078B9; }

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

This div background color is #C078B9.

Border color

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

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

This div border color is #C078B9.

Opacity

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

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

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

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

This text has shadow with #C078B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C078B9.

Preview

Color preview on black background

This text has color #C078B9 on black background.


Color preview on white background

This text has color #C078B9 on white background.


Black color preview on #C078B9 background

This text has black color on #C078B9 background.


White color preview on #C078B9 background

This text has white color on #C078B9 background.


Related colors

Complementary color

Complementary color for #hex is #3F8746.


I love getcolorcode.com

Triadic colors

1 #B9C078 and #78B9C0 with #C078B9 are triadic colors.

2 #B978C0 and #78C0B9 with #C078B9 are triadic colors.