COLOR #C079C5

HEX: #C079C5 RGB: (192,121,197)

Color info

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

RGB color model

#C079C5 color RGB value is (192,121,197).

RGB: (192,121,197) (75%, 47%, 77%)

RGB channels and saturation

R 192 of 255 = 75%
G 121 of 255 = 47%
B 197 of 255 = 77%

192
121
197

R + G + B ~ 66%. #C079C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 121 + 197 = 510 (100%)
R 192 of 510 ~ 37.65%
G 121 of 510 ~ 23.73%
B 197 of 510 ~ 38.63'%

%37.65
%23.73
%38.63

CMYK color model

#C079C5 color CMYK value is (3,39,0,23).

  • cyan value is 2.54%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (3,39,0,23)
C3M39Y0K23 (3%, 39%, 0%, 23%)
(0.03 / 0.39 / 0.00 / 0.23)

CMYK percentages

%2.54
%38.58
%0
%22.75

Codes

Color #C079C5 in popluar color models

C0 79 C5
RGB 192 121 197
HSL 296° 39.58% 62.35%
HSB/HSV 296° 38.58% 77.25%
CMYK 2.54% 38.58% 0.00%
22.75%

Color #C079C5 in popluar number systems.

HEX C0 79 C5
Decimal 192 121 197
Binary 11000000 1111001 11000101
Octal 300 171 305

Shades and tints

Shades of #C079C5

#C079C5
(192,121,197)
#AF6EB4
(175,110,180)
#9E63A3
(158,99,163)
#8D5892
(141,88,146)
#7C4D81
(124,77,129)
#6B4270
(107,66,112)
#5A375F
(90,55,95)
#492C4E
(73,44,78)
#38213D
(56,33,61)
#27162C
(39,22,44)
#160B1B
(22,11,27)
#000000
(0,0,0)

Tints of #C079C5

#C079C5
(192,121,197)
#C585CA
(197,133,202)
#CA91CF
(202,145,207)
#CF9DD4
(207,157,212)
#D4A9D9
(212,169,217)
#D9B5DE
(217,181,222)
#DEC1E3
(222,193,227)
#E3CDE8
(227,205,232)
#E8D9ED
(232,217,237)
#EDE5F2
(237,229,242)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C079C5; }

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

This text font color is #C079C5.

Background Color

.myBgColor { background-color: #C079C5; }

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

This div background color is #C079C5.

Border color

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

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

This div border color is #C079C5.

Opacity

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

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

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

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

This text has shadow with #C079C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C079C5.

Preview

Color preview on black background

This text has color #C079C5 on black background.


Color preview on white background

This text has color #C079C5 on white background.


Black color preview on #C079C5 background

This text has black color on #C079C5 background.


White color preview on #C079C5 background

This text has white color on #C079C5 background.


Related colors

Complementary color

Complementary color for #hex is #3F863A.


I love getcolorcode.com

Triadic colors

1 #C5C079 and #79C5C0 with #C079C5 are triadic colors.

2 #C579C0 and #79C0C5 with #C079C5 are triadic colors.