COLOR #C07F90

HEX: #C07F90
RGB: (192,127,144)

Color info

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

RGB color model

#C07F90 color RGB value is (192,127,144).

  • red value is 192;
  • green value is 127;
  • blue value is 144.
RGB:
(192,127,144)
(75%,50%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 127 of 255 = 50%
B 144 of 255 = 56%

192
127
144

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

Portions of RGB colors in percentages

R + G + B =
192 + 127 + 144 = 463 (100%)
R 192 of 463 ~ 41.47%
G 127 of 463 ~ 27.43%
B 144 of 463 ~ 31.1%

%41.47
%27.43
%31.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK:
(0,34,25,25)
C0M34Y25K25 
(0%,34%,25%,25%)
(0.00/0.34/0.25/0.25)	

CMYK percentages

%0
%33.85
%25
%24.71

Codes

Color #C07F90 in popluar color models

C07F90
RGB192127144
HSL344°34.03%62.55%
HSB/HSV344°33.85%75.29%
CMYK0.00%33.85%25.00%
24.71%

Color #C07F90 in popluar number systems.

HEXC07F90
Decimal192127144
Binary11000000111111110010000
Octal300177220

Shades and tints

Shades of #C07F90

#C07F90
(192,127,144)
#AF7483
(175,116,131)
#9E6976
(158,105,118)
#8D5E69
(141,94,105)
#7C535C
(124,83,92)
#6B484F
(107,72,79)
#5A3D42
(90,61,66)
#493235
(73,50,53)
#382728
(56,39,40)
#271C1B
(39,28,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #C07F90

#C07F90
(192,127,144)
#C58A9A
(197,138,154)
#CA95A4
(202,149,164)
#CFA0AE
(207,160,174)
#D4ABB8
(212,171,184)
#D9B6C2
(217,182,194)
#DEC1CC
(222,193,204)
#E3CCD6
(227,204,214)
#E8D7E0
(232,215,224)
#EDE2EA
(237,226,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07F90; }

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

This text font color is #C07F90.


Background Color

.myBgColor { background-color: #C07F90; }

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

This div background color is #C07F90.


Border color

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

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

This div border color is #C07F90.


Opacity

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

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

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

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

This text has shadow with #C07F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07F90 on black background.


Color preview on white background

This text has color #C07F90 on white background.



Black color preview on #C07F90 background

This text has black color on #C07F90 background.


White color preview on #C07F90 background

This text has white color on #C07F90 background.