COLOR #C07E9A

HEX: #C07E9A RGB: (192,126,154)

Color info

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

RGB color model

#C07E9A color RGB value is (192,126,154).

RGB: (192,126,154) (75%, 49%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 154 of 255 = 60%

192
126
154

R + G + B ~ 61%. #C07E9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 126 + 154 = 472 (100%)
R 192 of 472 ~ 40.68%
G 126 of 472 ~ 26.69%
B 154 of 472 ~ 32.63'%

%40.68
%26.69
%32.63

CMYK color model

#C07E9A color CMYK value is (0,34,20,25).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 19.79%
  • key color value is 24.71%

CMYK: (0,34,20,25)
C0M34Y20K25 (0%, 34%, 20%, 25%)
(0.00 / 0.34 / 0.20 / 0.25)

CMYK percentages

%0
%34.38
%19.79
%24.71

Codes

Color #C07E9A in popluar color models

C0 7E 9A
RGB 192 126 154
HSL 335° 34.38% 62.35%
HSB/HSV 335° 34.38% 75.29%
CMYK 0.00% 34.38% 19.79%
24.71%

Color #C07E9A in popluar number systems.

HEX C0 7E 9A
Decimal 192 126 154
Binary 11000000 1111110 10011010
Octal 300 176 232

Shades and tints

Shades of #C07E9A

#C07E9A
(192,126,154)
#AF738C
(175,115,140)
#9E687E
(158,104,126)
#8D5D70
(141,93,112)
#7C5262
(124,82,98)
#6B4754
(107,71,84)
#5A3C46
(90,60,70)
#493138
(73,49,56)
#38262A
(56,38,42)
#271B1C
(39,27,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #C07E9A

#C07E9A
(192,126,154)
#C589A3
(197,137,163)
#CA94AC
(202,148,172)
#CF9FB5
(207,159,181)
#D4AABE
(212,170,190)
#D9B5C7
(217,181,199)
#DEC0D0
(222,192,208)
#E3CBD9
(227,203,217)
#E8D6E2
(232,214,226)
#EDE1EB
(237,225,235)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07E9A; }

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

This text font color is #C07E9A.

Background Color

.myBgColor { background-color: #C07E9A; }

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

This div background color is #C07E9A.

Border color

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

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

This div border color is #C07E9A.

Opacity

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

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

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

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

This text has shadow with #C07E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07E9A.

Preview

Color preview on black background

This text has color #C07E9A on black background.


Color preview on white background

This text has color #C07E9A on white background.


Black color preview on #C07E9A background

This text has black color on #C07E9A background.


White color preview on #C07E9A background

This text has white color on #C07E9A background.


Related colors

Complementary color

Complementary color for #hex is #3F8165.


I love getcolorcode.com

Triadic colors

1 #9AC07E and #7E9AC0 with #C07E9A are triadic colors.

2 #9A7EC0 and #7EC09A with #C07E9A are triadic colors.