COLOR #C8629F

HEX: #C8629F
RGB: (200,98,159)

Color info

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

RGB color model

#C8629F color RGB value is (200,98,159).

  • red value is 200;
  • green value is 98;
  • blue value is 159.
RGB:
(200,98,159)
(78%,38%,62%)

RGB channels and saturation

R 200 of 255 = 78%
G 98 of 255 = 38%
B 159 of 255 = 62%

200
98
159

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

Portions of RGB colors in percentages

R + G + B =
200 + 98 + 159 = 457 (100%)
R 200 of 457 ~ 43.76%
G 98 of 457 ~ 21.44%
B 159 of 457 ~ 34.79%

%43.76
%21.44
%34.79

CMYK color model

#C8629F color CMYK value is (0,51,21,22).

  • cyan value is 0.00%
  • magenta value is 51.00%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(0,51,21,22)
C0M51Y21K22 
(0%,51%,21%,22%)
(0.00/0.51/0.21/0.22)	

CMYK percentages

%0
%51
%20.5
%21.57

Codes

Color #C8629F in popluar color models

C8629F
RGB20098159
HSL324°48.11%58.43%
HSB/HSV324°51.00%78.43%
CMYK0.00%51.00%20.50%
21.57%

Color #C8629F in popluar number systems.

HEXC8629F
Decimal20098159
Binary11001000110001010011111
Octal310142237

Shades and tints

Shades of #C8629F

#C8629F
(200,98,159)
#B65A91
(182,90,145)
#A45283
(164,82,131)
#924A75
(146,74,117)
#804267
(128,66,103)
#6E3A59
(110,58,89)
#5C324B
(92,50,75)
#4A2A3D
(74,42,61)
#38222F
(56,34,47)
#261A21
(38,26,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C8629F

#C8629F
(200,98,159)
#CD70A7
(205,112,167)
#D27EAF
(210,126,175)
#D78CB7
(215,140,183)
#DC9ABF
(220,154,191)
#E1A8C7
(225,168,199)
#E6B6CF
(230,182,207)
#EBC4D7
(235,196,215)
#F0D2DF
(240,210,223)
#F5E0E7
(245,224,231)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8629F color. Also use rgb(200,98,159) instead hex code.

Text Font Color

.myTextColor { color: #C8629F; }

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

This text font color is #C8629F.


Background Color

.myBgColor { background-color: #C8629F; }

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

This div background color is #C8629F.


Border color

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

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

This div border color is #C8629F.


Opacity

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

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

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

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

This text has shadow with #C8629F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8629F on black background.


Color preview on white background

This text has color #C8629F on white background.



Black color preview on #C8629F background

This text has black color on #C8629F background.


White color preview on #C8629F background

This text has white color on #C8629F background.