COLOR #C8659A

HEX: #C8659A RGB: (200,101,154)

Color info

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

RGB color model

#C8659A color RGB value is (200,101,154).

RGB: (200,101,154) (78%, 40%, 60%)

RGB channels and saturation

R 200 of 255 = 78%
G 101 of 255 = 40%
B 154 of 255 = 60%

200
101
154

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

Portions of RGB colors in percentages

R + G + B = 200 + 101 + 154 = 455 (100%)
R 200 of 455 ~ 43.96%
G 101 of 455 ~ 22.2%
B 154 of 455 ~ 33.85'%

%43.96
%22.2
%33.85

CMYK color model

#C8659A color CMYK value is (0,50,23,22).

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

CMYK: (0,50,23,22)
C0M50Y23K22 (0%, 50%, 23%, 22%)
(0.00 / 0.50 / 0.23 / 0.22)

CMYK percentages

%0
%49.5
%23
%21.57

Codes

Color #C8659A in popluar color models

C8 65 9A
RGB 200 101 154
HSL 328° 47.37% 59.02%
HSB/HSV 328° 49.50% 78.43%
CMYK 0.00% 49.50% 23.00%
21.57%

Color #C8659A in popluar number systems.

HEX C8 65 9A
Decimal 200 101 154
Binary 11001000 1100101 10011010
Octal 310 145 232

Shades and tints

Shades of #C8659A

#C8659A
(200,101,154)
#B65C8C
(182,92,140)
#A4537E
(164,83,126)
#924A70
(146,74,112)
#804162
(128,65,98)
#6E3854
(110,56,84)
#5C2F46
(92,47,70)
#4A2638
(74,38,56)
#381D2A
(56,29,42)
#26141C
(38,20,28)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #C8659A

#C8659A
(200,101,154)
#CD73A3
(205,115,163)
#D281AC
(210,129,172)
#D78FB5
(215,143,181)
#DC9DBE
(220,157,190)
#E1ABC7
(225,171,199)
#E6B9D0
(230,185,208)
#EBC7D9
(235,199,217)
#F0D5E2
(240,213,226)
#F5E3EB
(245,227,235)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8659A; }

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

This text font color is #C8659A.

Background Color

.myBgColor { background-color: #C8659A; }

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

This div background color is #C8659A.

Border color

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

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

This div border color is #C8659A.

Opacity

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

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

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

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

This text has shadow with #C8659A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8659A.

Preview

Color preview on black background

This text has color #C8659A on black background.


Color preview on white background

This text has color #C8659A on white background.


Black color preview on #C8659A background

This text has black color on #C8659A background.


White color preview on #C8659A background

This text has white color on #C8659A background.


Related colors

Complementary color

Complementary color for #hex is #379A65.


I love getcolorcode.com

Triadic colors

1 #9AC865 and #659AC8 with #C8659A are triadic colors.

2 #9A65C8 and #65C89A with #C8659A are triadic colors.