COLOR #C8757F

HEX: #C8757F RGB: (200,117,127)

Color info

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

RGB color model

#C8757F color RGB value is (200,117,127).

RGB: (200,117,127) (78%, 46%, 50%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 127 of 255 = 50%

200
117
127

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

Portions of RGB colors in percentages

R + G + B = 200 + 117 + 127 = 444 (100%)
R 200 of 444 ~ 45.05%
G 117 of 444 ~ 26.35%
B 127 of 444 ~ 28.6'%

%45.05
%26.35
%28.6

CMYK color model

#C8757F color CMYK value is (0,42,37,22).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 36.50%
  • key color value is 21.57%

CMYK: (0,42,37,22)
C0M42Y37K22 (0%, 42%, 37%, 22%)
(0.00 / 0.42 / 0.37 / 0.22)

CMYK percentages

%0
%41.5
%36.5
%21.57

Codes

Color #C8757F in popluar color models

C8 75 7F
RGB 200 117 127
HSL 353° 43.01% 62.16%
HSB/HSV 353° 41.50% 78.43%
CMYK 0.00% 41.50% 36.50%
21.57%

Color #C8757F in popluar number systems.

HEX C8 75 7F
Decimal 200 117 127
Binary 11001000 1110101 1111111
Octal 310 165 177

Shades and tints

Shades of #C8757F

#C8757F
(200,117,127)
#B66B74
(182,107,116)
#A46169
(164,97,105)
#92575E
(146,87,94)
#804D53
(128,77,83)
#6E4348
(110,67,72)
#5C393D
(92,57,61)
#4A2F32
(74,47,50)
#382527
(56,37,39)
#261B1C
(38,27,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C8757F

#C8757F
(200,117,127)
#CD818A
(205,129,138)
#D28D95
(210,141,149)
#D799A0
(215,153,160)
#DCA5AB
(220,165,171)
#E1B1B6
(225,177,182)
#E6BDC1
(230,189,193)
#EBC9CC
(235,201,204)
#F0D5D7
(240,213,215)
#F5E1E2
(245,225,226)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8757F; }

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

This text font color is #C8757F.

Background Color

.myBgColor { background-color: #C8757F; }

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

This div background color is #C8757F.

Border color

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

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

This div border color is #C8757F.

Opacity

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

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

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

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

This text has shadow with #C8757F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8757F.

Preview

Color preview on black background

This text has color #C8757F on black background.


Color preview on white background

This text has color #C8757F on white background.


Black color preview on #C8757F background

This text has black color on #C8757F background.


White color preview on #C8757F background

This text has white color on #C8757F background.


Related colors

Complementary color

Complementary color for #hex is #378A80.


I love getcolorcode.com

Triadic colors

1 #7FC875 and #757FC8 with #C8757F are triadic colors.

2 #7F75C8 and #75C87F with #C8757F are triadic colors.