COLOR #C8759A

HEX: #C8759A RGB: (200,117,154)

Color info

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

RGB color model

#C8759A color RGB value is (200,117,154).

RGB: (200,117,154) (78%, 46%, 60%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 154 of 255 = 60%

200
117
154

R + G + B ~ 61%. #C8759A is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 117 + 154 = 471 (100%)
R 200 of 471 ~ 42.46%
G 117 of 471 ~ 24.84%
B 154 of 471 ~ 32.7'%

%42.46
%24.84
%32.7

CMYK color model

#C8759A color CMYK value is (0,42,23,22).

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

CMYK: (0,42,23,22)
C0M42Y23K22 (0%, 42%, 23%, 22%)
(0.00 / 0.42 / 0.23 / 0.22)

CMYK percentages

%0
%41.5
%23
%21.57

Codes

Color #C8759A in popluar color models

C8 75 9A
RGB 200 117 154
HSL 333° 43.01% 62.16%
HSB/HSV 333° 41.50% 78.43%
CMYK 0.00% 41.50% 23.00%
21.57%

Color #C8759A in popluar number systems.

HEX C8 75 9A
Decimal 200 117 154
Binary 11001000 1110101 10011010
Octal 310 165 232

Shades and tints

Shades of #C8759A

#C8759A
(200,117,154)
#B66B8C
(182,107,140)
#A4617E
(164,97,126)
#925770
(146,87,112)
#804D62
(128,77,98)
#6E4354
(110,67,84)
#5C3946
(92,57,70)
#4A2F38
(74,47,56)
#38252A
(56,37,42)
#261B1C
(38,27,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #C8759A

#C8759A
(200,117,154)
#CD81A3
(205,129,163)
#D28DAC
(210,141,172)
#D799B5
(215,153,181)
#DCA5BE
(220,165,190)
#E1B1C7
(225,177,199)
#E6BDD0
(230,189,208)
#EBC9D9
(235,201,217)
#F0D5E2
(240,213,226)
#F5E1EB
(245,225,235)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8759A; }

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

This text font color is #C8759A.

Background Color

.myBgColor { background-color: #C8759A; }

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

This div background color is #C8759A.

Border color

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

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

This div border color is #C8759A.

Opacity

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

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

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

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

This text has shadow with #C8759A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8759A.

Preview

Color preview on black background

This text has color #C8759A on black background.


Color preview on white background

This text has color #C8759A on white background.


Black color preview on #C8759A background

This text has black color on #C8759A background.


White color preview on #C8759A background

This text has white color on #C8759A background.


Related colors

Complementary color

Complementary color for #hex is #378A65.


I love getcolorcode.com

Triadic colors

1 #9AC875 and #759AC8 with #C8759A are triadic colors.

2 #9A75C8 and #75C89A with #C8759A are triadic colors.