COLOR #C07C90

HEX: #C07C90 RGB: (192,124,144)

Color info

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

RGB color model

#C07C90 color RGB value is (192,124,144).

RGB: (192,124,144) (75%, 49%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 124 of 255 = 49%
B 144 of 255 = 56%

192
124
144

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

Portions of RGB colors in percentages

R + G + B = 192 + 124 + 144 = 460 (100%)
R 192 of 460 ~ 41.74%
G 124 of 460 ~ 26.96%
B 144 of 460 ~ 31.3'%

%41.74
%26.96
%31.3

CMYK color model

#C07C90 color CMYK value is (0,35,25,25).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK: (0,35,25,25) C0M35Y25K25 (0%,35%,25%,25%) (0.00/0.35/0.25/0.25) 

CMYK percentages

%0
%35.42
%25
%24.71

Codes

Color #C07C90 in popluar color models

C0 7C 90
RGB 192 124 144
HSL 342° 35.05% 61.96%
HSB/HSV 342° 35.42% 75.29%
CMYK 0.00% 35.42% 25.00%
24.71%

Color #C07C90 in popluar number systems.

HEX C0 7C 90
Decimal 192 124 144
Binary 11000000 1111100 10010000
Octal 300 174 220

Shades and tints

Shades of #C07C90

#C07C90
(192,124,144)
#AF7183
(175,113,131)
#9E6676
(158,102,118)
#8D5B69
(141,91,105)
#7C505C
(124,80,92)
#6B454F
(107,69,79)
#5A3A42
(90,58,66)
#492F35
(73,47,53)
#382428
(56,36,40)
#27191B
(39,25,27)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #C07C90

#C07C90
(192,124,144)
#C5879A
(197,135,154)
#CA92A4
(202,146,164)
#CF9DAE
(207,157,174)
#D4A8B8
(212,168,184)
#D9B3C2
(217,179,194)
#DEBECC
(222,190,204)
#E3C9D6
(227,201,214)
#E8D4E0
(232,212,224)
#EDDFEA
(237,223,234)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07C90 color. Also use rgb(192,124,144) instead hex code.

Text Font Color

.myTextColor { color: #C07C90; }

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

This text font color is #C07C90.

Background Color

.myBgColor { background-color: #C07C90; }

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

This div background color is #C07C90.

Border color

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

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

This div border color is #C07C90.

Opacity

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

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

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

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

This text has shadow with #C07C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07C90.

Preview

Color preview on black background

This text has color #C07C90 on black background.


Color preview on white background

This text has color #C07C90 on white background.


Black color preview on #C07C90 background

This text has black color on #C07C90 background.


White color preview on #C07C90 background

This text has white color on #C07C90 background.


Related colors

Complementary color

Complementary color for #hex is #3F836F.


I love getcolorcode.com

Triadic colors

1 #90C07C and #7C90C0 with #C07C90 are triadic colors.

2 #907CC0 and #7CC090 with #C07C90 are triadic colors.