COLOR #C0757F

HEX: #C0757F
RGB: (192,117,127)

Color info

#C0757F contains mainly red color. Web safe color of #C0757F is #CC6666 (or #C66).

RGB color model

#C0757F color RGB value is (192,117,127).

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

RGB channels and saturation

R 192 of 255 = 75%
G 117 of 255 = 46%
B 127 of 255 = 50%

192
117
127

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

Portions of RGB colors in percentages

R + G + B =
192 + 117 + 127 = 436 (100%)
R 192 of 436 ~ 44.04%
G 117 of 436 ~ 26.83%
B 127 of 436 ~ 29.13%

%44.04
%26.83
%29.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 33.85%
  • key color value is 24.71%
CMYK:
(0,39,34,25)
C0M39Y34K25 
(0%,39%,34%,25%)
(0.00/0.39/0.34/0.25)	

CMYK percentages

%0
%39.06
%33.85
%24.71

Codes

Color #C0757F in popluar color models

C0757F
RGB192117127
HSL352°37.31%60.59%
HSB/HSV352°39.06%75.29%
CMYK0.00%39.06%33.85%
24.71%

Color #C0757F in popluar number systems.

HEXC0757F
Decimal192117127
Binary1100000011101011111111
Octal300165177

Shades and tints

Shades of #C0757F

#C0757F
(192,117,127)
#AF6B74
(175,107,116)
#9E6169
(158,97,105)
#8D575E
(141,87,94)
#7C4D53
(124,77,83)
#6B4348
(107,67,72)
#5A393D
(90,57,61)
#492F32
(73,47,50)
#382527
(56,37,39)
#271B1C
(39,27,28)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #C0757F

#C0757F
(192,117,127)
#C5818A
(197,129,138)
#CA8D95
(202,141,149)
#CF99A0
(207,153,160)
#D4A5AB
(212,165,171)
#D9B1B6
(217,177,182)
#DEBDC1
(222,189,193)
#E3C9CC
(227,201,204)
#E8D5D7
(232,213,215)
#EDE1E2
(237,225,226)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0757F; }

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

This text font color is #C0757F.


Background Color

.myBgColor { background-color: #C0757F; }

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

This div background color is #C0757F.


Border color

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

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

This div border color is #C0757F.


Opacity

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

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

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

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

This text has shadow with #C0757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0757F on black background.


Color preview on white background

This text has color #C0757F on white background.



Black color preview on #C0757F background

This text has black color on #C0757F background.


White color preview on #C0757F background

This text has white color on #C0757F background.