COLOR #C079C6

HEX: #C079C6
RGB: (192,121,198)

Color info

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

RGB color model

#C079C6 color RGB value is (192,121,198).

  • red value is 192;
  • green value is 121;
  • blue value is 198.
RGB:
(192,121,198)
(75%,47%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 121 of 255 = 47%
B 198 of 255 = 78%

192
121
198

R + G + B ~ 67%. #C079C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 121 + 198 = 511 (100%)
R 192 of 511 ~ 37.57%
G 121 of 511 ~ 23.68%
B 198 of 511 ~ 38.75%

%37.57
%23.68
%38.75

CMYK color model

#C079C6 color CMYK value is (3,39,0,22).

  • cyan value is 3.03%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(3,39,0,22)
C3M39Y0K22 
(3%,39%,0%,22%)
(0.03/0.39/0.00/0.22)	

CMYK percentages

%3.03
%38.89
%0
%22.35

Codes

Color #C079C6 in popluar color models

C079C6
RGB192121198
HSL295°40.31%62.55%
HSB/HSV295°38.89%77.65%
CMYK3.03%38.89%0.00%
22.35%

Color #C079C6 in popluar number systems.

HEXC079C6
Decimal192121198
Binary11000000111100111000110
Octal300171306

Shades and tints

Shades of #C079C6

#C079C6
(192,121,198)
#AF6EB4
(175,110,180)
#9E63A2
(158,99,162)
#8D5890
(141,88,144)
#7C4D7E
(124,77,126)
#6B426C
(107,66,108)
#5A375A
(90,55,90)
#492C48
(73,44,72)
#382136
(56,33,54)
#271624
(39,22,36)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #C079C6

#C079C6
(192,121,198)
#C585CB
(197,133,203)
#CA91D0
(202,145,208)
#CF9DD5
(207,157,213)
#D4A9DA
(212,169,218)
#D9B5DF
(217,181,223)
#DEC1E4
(222,193,228)
#E3CDE9
(227,205,233)
#E8D9EE
(232,217,238)
#EDE5F3
(237,229,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C079C6 color. Also use rgb(192,121,198) instead hex code.

Text Font Color

.myTextColor { color: #C079C6; }

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

This text font color is #C079C6.


Background Color

.myBgColor { background-color: #C079C6; }

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

This div background color is #C079C6.


Border color

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

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

This div border color is #C079C6.


Opacity

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

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

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

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

This text has shadow with #C079C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C079C6 on black background.


Color preview on white background

This text has color #C079C6 on white background.



Black color preview on #C079C6 background

This text has black color on #C079C6 background.


White color preview on #C079C6 background

This text has white color on #C079C6 background.