COLOR #C8618D

HEX: #C8618D RGB: (200,97,141)

Color info

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

RGB color model

#C8618D color RGB value is (200,97,141).

RGB: (200,97,141) (78%, 38%, 55%)

RGB channels and saturation

R 200 of 255 = 78%
G 97 of 255 = 38%
B 141 of 255 = 55%

200
97
141

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

Portions of RGB colors in percentages

R + G + B = 200 + 97 + 141 = 438 (100%)
R 200 of 438 ~ 45.66%
G 97 of 438 ~ 22.15%
B 141 of 438 ~ 32.19'%

%45.66
%22.15
%32.19

CMYK color model

#C8618D color CMYK value is (0,52,30,22).

  • cyan value is 0.00%
  • magenta value is 51.50%
  • yellow value is 29.50%
  • key color value is 21.57%

CMYK: (0,52,30,22)
C0M52Y30K22 (0%, 52%, 30%, 22%)
(0.00 / 0.52 / 0.30 / 0.22)

CMYK percentages

%0
%51.5
%29.5
%21.57

Codes

Color #C8618D in popluar color models

C8 61 8D
RGB 200 97 141
HSL 334° 48.36% 58.24%
HSB/HSV 334° 51.50% 78.43%
CMYK 0.00% 51.50% 29.50%
21.57%

Color #C8618D in popluar number systems.

HEX C8 61 8D
Decimal 200 97 141
Binary 11001000 1100001 10001101
Octal 310 141 215

Shades and tints

Shades of #C8618D

#C8618D
(200,97,141)
#B65981
(182,89,129)
#A45175
(164,81,117)
#924969
(146,73,105)
#80415D
(128,65,93)
#6E3951
(110,57,81)
#5C3145
(92,49,69)
#4A2939
(74,41,57)
#38212D
(56,33,45)
#261921
(38,25,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C8618D

#C8618D
(200,97,141)
#CD6F97
(205,111,151)
#D27DA1
(210,125,161)
#D78BAB
(215,139,171)
#DC99B5
(220,153,181)
#E1A7BF
(225,167,191)
#E6B5C9
(230,181,201)
#EBC3D3
(235,195,211)
#F0D1DD
(240,209,221)
#F5DFE7
(245,223,231)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8618D color. Also use rgb(200,97,141) instead hex code.

Text Font Color

.myTextColor { color: #C8618D; }

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

This text font color is #C8618D.

Background Color

.myBgColor { background-color: #C8618D; }

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

This div background color is #C8618D.

Border color

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

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

This div border color is #C8618D.

Opacity

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

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

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

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

This text has shadow with #C8618D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8618D.

Preview

Color preview on black background

This text has color #C8618D on black background.


Color preview on white background

This text has color #C8618D on white background.


Black color preview on #C8618D background

This text has black color on #C8618D background.


White color preview on #C8618D background

This text has white color on #C8618D background.


Related colors

Complementary color

Complementary color for #hex is #379E72.


I love getcolorcode.com

Triadic colors

1 #8DC861 and #618DC8 with #C8618D are triadic colors.

2 #8D61C8 and #61C88D with #C8618D are triadic colors.