COLOR #C0719C

HEX: #C0719C
RGB: (192,113,156)

Color info

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

RGB color model

#C0719C color RGB value is (192,113,156).

  • red value is 192;
  • green value is 113;
  • blue value is 156.
RGB:
(192,113,156)
(75%,44%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 113 of 255 = 44%
B 156 of 255 = 61%

192
113
156

R + G + B ~ 60%. #C0719C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 113 + 156 = 461 (100%)
R 192 of 461 ~ 41.65%
G 113 of 461 ~ 24.51%
B 156 of 461 ~ 33.84%

%41.65
%24.51
%33.84

CMYK color model

#C0719C color CMYK value is (0,41,19,25).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(0,41,19,25)
C0M41Y19K25 
(0%,41%,19%,25%)
(0.00/0.41/0.19/0.25)	

CMYK percentages

%0
%41.15
%18.75
%24.71

Codes

Color #C0719C in popluar color models

C0719C
RGB192113156
HSL327°38.54%59.80%
HSB/HSV327°41.15%75.29%
CMYK0.00%41.15%18.75%
24.71%

Color #C0719C in popluar number systems.

HEXC0719C
Decimal192113156
Binary11000000111000110011100
Octal300161234

Shades and tints

Shades of #C0719C

#C0719C
(192,113,156)
#AF678E
(175,103,142)
#9E5D80
(158,93,128)
#8D5372
(141,83,114)
#7C4964
(124,73,100)
#6B3F56
(107,63,86)
#5A3548
(90,53,72)
#492B3A
(73,43,58)
#38212C
(56,33,44)
#27171E
(39,23,30)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #C0719C

#C0719C
(192,113,156)
#C57DA5
(197,125,165)
#CA89AE
(202,137,174)
#CF95B7
(207,149,183)
#D4A1C0
(212,161,192)
#D9ADC9
(217,173,201)
#DEB9D2
(222,185,210)
#E3C5DB
(227,197,219)
#E8D1E4
(232,209,228)
#EDDDED
(237,221,237)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0719C color. Also use rgb(192,113,156) instead hex code.

Text Font Color

.myTextColor { color: #C0719C; }

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

This text font color is #C0719C.


Background Color

.myBgColor { background-color: #C0719C; }

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

This div background color is #C0719C.


Border color

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

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

This div border color is #C0719C.


Opacity

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

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

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

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

This text has shadow with #C0719C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0719C on black background.


Color preview on white background

This text has color #C0719C on white background.



Black color preview on #C0719C background

This text has black color on #C0719C background.


White color preview on #C0719C background

This text has white color on #C0719C background.