COLOR #C078A6

HEX: #C078A6
RGB: (192,120,166)

Color info

#C078A6 contains mainly red and blue colors. Web safe color of #C078A6 is #CC6699 (or #C69).

RGB color model

#C078A6 color RGB value is (192,120,166).

  • red value is 192;
  • green value is 120;
  • blue value is 166.
RGB:
(192,120,166)
(75%,47%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 166 of 255 = 65%

192
120
166

R + G + B ~ 62%. #C078A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 166 = 478 (100%)
R 192 of 478 ~ 40.17%
G 120 of 478 ~ 25.1%
B 166 of 478 ~ 34.73%

%40.17
%25.1
%34.73

CMYK color model

#C078A6 color CMYK value is (0,38,14,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK:
(0,38,14,25)
C0M38Y14K25 
(0%,38%,14%,25%)
(0.00/0.38/0.14/0.25)	

CMYK percentages

%0
%37.5
%13.54
%24.71

Codes

Color #C078A6 in popluar color models

C078A6
RGB192120166
HSL322°36.36%61.18%
HSB/HSV322°37.50%75.29%
CMYK0.00%37.50%13.54%
24.71%

Color #C078A6 in popluar number systems.

HEXC078A6
Decimal192120166
Binary11000000111100010100110
Octal300170246

Shades and tints

Shades of #C078A6

#C078A6
(192,120,166)
#AF6E97
(175,110,151)
#9E6488
(158,100,136)
#8D5A79
(141,90,121)
#7C506A
(124,80,106)
#6B465B
(107,70,91)
#5A3C4C
(90,60,76)
#49323D
(73,50,61)
#38282E
(56,40,46)
#271E1F
(39,30,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #C078A6

#C078A6
(192,120,166)
#C584AE
(197,132,174)
#CA90B6
(202,144,182)
#CF9CBE
(207,156,190)
#D4A8C6
(212,168,198)
#D9B4CE
(217,180,206)
#DEC0D6
(222,192,214)
#E3CCDE
(227,204,222)
#E8D8E6
(232,216,230)
#EDE4EE
(237,228,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C078A6; }

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

This text font color is #C078A6.


Background Color

.myBgColor { background-color: #C078A6; }

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

This div background color is #C078A6.


Border color

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

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

This div border color is #C078A6.


Opacity

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

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

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

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

This text has shadow with #C078A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C078A6 on black background.


Color preview on white background

This text has color #C078A6 on white background.



Black color preview on #C078A6 background

This text has black color on #C078A6 background.


White color preview on #C078A6 background

This text has white color on #C078A6 background.