COLOR #C07EA2

HEX: #C07EA2
RGB: (192,126,162)

Color info

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

RGB color model

#C07EA2 color RGB value is (192,126,162).

  • red value is 192;
  • green value is 126;
  • blue value is 162.
RGB:
(192,126,162)
(75%,49%,64%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 162 of 255 = 64%

192
126
162

R + G + B ~ 63%. #C07EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 126 + 162 = 480 (100%)
R 192 of 480 ~ 40%
G 126 of 480 ~ 26.25%
B 162 of 480 ~ 33.75%

%40
%26.25
%33.75

CMYK color model

#C07EA2 color CMYK value is (0,34,16,25).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 15.63%
  • key color value is 24.71%
CMYK:
(0,34,16,25)
C0M34Y16K25 
(0%,34%,16%,25%)
(0.00/0.34/0.16/0.25)	

CMYK percentages

%0
%34.38
%15.63
%24.71

Codes

Color #C07EA2 in popluar color models

C07EA2
RGB192126162
HSL327°34.38%62.35%
HSB/HSV327°34.38%75.29%
CMYK0.00%34.38%15.63%
24.71%

Color #C07EA2 in popluar number systems.

HEXC07EA2
Decimal192126162
Binary11000000111111010100010
Octal300176242

Shades and tints

Shades of #C07EA2

#C07EA2
(192,126,162)
#AF7394
(175,115,148)
#9E6886
(158,104,134)
#8D5D78
(141,93,120)
#7C526A
(124,82,106)
#6B475C
(107,71,92)
#5A3C4E
(90,60,78)
#493140
(73,49,64)
#382632
(56,38,50)
#271B24
(39,27,36)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #C07EA2

#C07EA2
(192,126,162)
#C589AA
(197,137,170)
#CA94B2
(202,148,178)
#CF9FBA
(207,159,186)
#D4AAC2
(212,170,194)
#D9B5CA
(217,181,202)
#DEC0D2
(222,192,210)
#E3CBDA
(227,203,218)
#E8D6E2
(232,214,226)
#EDE1EA
(237,225,234)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07EA2 color. Also use rgb(192,126,162) instead hex code.

Text Font Color

.myTextColor { color: #C07EA2; }

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

This text font color is #C07EA2.


Background Color

.myBgColor { background-color: #C07EA2; }

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

This div background color is #C07EA2.


Border color

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

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

This div border color is #C07EA2.


Opacity

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

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

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

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

This text has shadow with #C07EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07EA2 on black background.


Color preview on white background

This text has color #C07EA2 on white background.



Black color preview on #C07EA2 background

This text has black color on #C07EA2 background.


White color preview on #C07EA2 background

This text has white color on #C07EA2 background.