COLOR #C07F88

HEX: #C07F88 RGB: (192,127,136)

Color info

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

RGB color model

#C07F88 color RGB value is (192,127,136).

RGB: (192,127,136) (75%, 50%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 127 of 255 = 50%
B 136 of 255 = 53%

192
127
136

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

Portions of RGB colors in percentages

R + G + B = 192 + 127 + 136 = 455 (100%)
R 192 of 455 ~ 42.2%
G 127 of 455 ~ 27.91%
B 136 of 455 ~ 29.89'%

%42.2
%27.91
%29.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 29.17%
  • key color value is 24.71%

CMYK: (0,34,29,25)
C0M34Y29K25 (0%, 34%, 29%, 25%)
(0.00 / 0.34 / 0.29 / 0.25)

CMYK percentages

%0
%33.85
%29.17
%24.71

Codes

Color #C07F88 in popluar color models

C0 7F 88
RGB 192 127 136
HSL 352° 34.03% 62.55%
HSB/HSV 352° 33.85% 75.29%
CMYK 0.00% 33.85% 29.17%
24.71%

Color #C07F88 in popluar number systems.

HEX C0 7F 88
Decimal 192 127 136
Binary 11000000 1111111 10001000
Octal 300 177 210

Shades and tints

Shades of #C07F88

#C07F88
(192,127,136)
#AF747C
(175,116,124)
#9E6970
(158,105,112)
#8D5E64
(141,94,100)
#7C5358
(124,83,88)
#6B484C
(107,72,76)
#5A3D40
(90,61,64)
#493234
(73,50,52)
#382728
(56,39,40)
#271C1C
(39,28,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C07F88

#C07F88
(192,127,136)
#C58A92
(197,138,146)
#CA959C
(202,149,156)
#CFA0A6
(207,160,166)
#D4ABB0
(212,171,176)
#D9B6BA
(217,182,186)
#DEC1C4
(222,193,196)
#E3CCCE
(227,204,206)
#E8D7D8
(232,215,216)
#EDE2E2
(237,226,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07F88; }

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

This text font color is #C07F88.

Background Color

.myBgColor { background-color: #C07F88; }

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

This div background color is #C07F88.

Border color

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

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

This div border color is #C07F88.

Opacity

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

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

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

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

This text has shadow with #C07F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07F88.

Preview

Color preview on black background

This text has color #C07F88 on black background.


Color preview on white background

This text has color #C07F88 on white background.


Black color preview on #C07F88 background

This text has black color on #C07F88 background.


White color preview on #C07F88 background

This text has white color on #C07F88 background.


Related colors

Complementary color

Complementary color for #hex is #3F8077.


I love getcolorcode.com

Triadic colors

1 #88C07F and #7F88C0 with #C07F88 are triadic colors.

2 #887FC0 and #7FC088 with #C07F88 are triadic colors.