COLOR #C07590

HEX: #C07590 RGB: (192,117,144)

Color info

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

RGB color model

#C07590 color RGB value is (192,117,144).

RGB: (192,117,144) (75%, 46%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 117 of 255 = 46%
B 144 of 255 = 56%

192
117
144

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

Portions of RGB colors in percentages

R + G + B = 192 + 117 + 144 = 453 (100%)
R 192 of 453 ~ 42.38%
G 117 of 453 ~ 25.83%
B 144 of 453 ~ 31.79'%

%42.38
%25.83
%31.79

CMYK color model

#C07590 color CMYK value is (0,39,25,25).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK: (0,39,25,25) C0M39Y25K25 (0%,39%,25%,25%) (0.00/0.39/0.25/0.25) 

CMYK percentages

%0
%39.06
%25
%24.71

Codes

Color #C07590 in popluar color models

C0 75 90
RGB 192 117 144
HSL 338° 37.31% 60.59%
HSB/HSV 338° 39.06% 75.29%
CMYK 0.00% 39.06% 25.00%
24.71%

Color #C07590 in popluar number systems.

HEX C0 75 90
Decimal 192 117 144
Binary 11000000 1110101 10010000
Octal 300 165 220

Shades and tints

Shades of #C07590

#C07590
(192,117,144)
#AF6B83
(175,107,131)
#9E6176
(158,97,118)
#8D5769
(141,87,105)
#7C4D5C
(124,77,92)
#6B434F
(107,67,79)
#5A3942
(90,57,66)
#492F35
(73,47,53)
#382528
(56,37,40)
#271B1B
(39,27,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #C07590

#C07590
(192,117,144)
#C5819A
(197,129,154)
#CA8DA4
(202,141,164)
#CF99AE
(207,153,174)
#D4A5B8
(212,165,184)
#D9B1C2
(217,177,194)
#DEBDCC
(222,189,204)
#E3C9D6
(227,201,214)
#E8D5E0
(232,213,224)
#EDE1EA
(237,225,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07590; }

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

This text font color is #C07590.

Background Color

.myBgColor { background-color: #C07590; }

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

This div background color is #C07590.

Border color

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

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

This div border color is #C07590.

Opacity

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

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

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

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

This text has shadow with #C07590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07590.

Preview

Color preview on black background

This text has color #C07590 on black background.


Color preview on white background

This text has color #C07590 on white background.


Black color preview on #C07590 background

This text has black color on #C07590 background.


White color preview on #C07590 background

This text has white color on #C07590 background.


Related colors

Complementary color

Complementary color for #hex is #3F8A6F.


I love getcolorcode.com

Triadic colors

1 #90C075 and #7590C0 with #C07590 are triadic colors.

2 #9075C0 and #75C090 with #C07590 are triadic colors.