COLOR #C8606B

HEX: #C8606B
RGB: (200,96,107)

Color info

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

RGB color model

#C8606B color RGB value is (200,96,107).

  • red value is 200;
  • green value is 96;
  • blue value is 107.
RGB:
(200,96,107)
(78%,38%,42%)

RGB channels and saturation

R 200 of 255 = 78%
G 96 of 255 = 38%
B 107 of 255 = 42%

200
96
107

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

Portions of RGB colors in percentages

R + G + B =
200 + 96 + 107 = 403 (100%)
R 200 of 403 ~ 49.63%
G 96 of 403 ~ 23.82%
B 107 of 403 ~ 26.55%

%49.63
%23.82
%26.55

CMYK color model

#C8606B color CMYK value is (0,52,47,22).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 46.50%
  • key color value is 21.57%
CMYK:
(0,52,47,22)
C0M52Y47K22 
(0%,52%,47%,22%)
(0.00/0.52/0.47/0.22)	

CMYK percentages

%0
%52
%46.5
%21.57

Codes

Color #C8606B in popluar color models

C8606B
RGB20096107
HSL354°48.60%58.04%
HSB/HSV354°52.00%78.43%
CMYK0.00%52.00%46.50%
21.57%

Color #C8606B in popluar number systems.

HEXC8606B
Decimal20096107
Binary1100100011000001101011
Octal310140153

Shades and tints

Shades of #C8606B

#C8606B
(200,96,107)
#B65862
(182,88,98)
#A45059
(164,80,89)
#924850
(146,72,80)
#804047
(128,64,71)
#6E383E
(110,56,62)
#5C3035
(92,48,53)
#4A282C
(74,40,44)
#382023
(56,32,35)
#26181A
(38,24,26)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #C8606B

#C8606B
(200,96,107)
#CD6E78
(205,110,120)
#D27C85
(210,124,133)
#D78A92
(215,138,146)
#DC989F
(220,152,159)
#E1A6AC
(225,166,172)
#E6B4B9
(230,180,185)
#EBC2C6
(235,194,198)
#F0D0D3
(240,208,211)
#F5DEE0
(245,222,224)
#FAECED
(250,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8606B color. Also use rgb(200,96,107) instead hex code.

Text Font Color

.myTextColor { color: #C8606B; }

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

This text font color is #C8606B.


Background Color

.myBgColor { background-color: #C8606B; }

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

This div background color is #C8606B.


Border color

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

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

This div border color is #C8606B.


Opacity

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

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

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

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

This text has shadow with #C8606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8606B on black background.


Color preview on white background

This text has color #C8606B on white background.



Black color preview on #C8606B background

This text has black color on #C8606B background.


White color preview on #C8606B background

This text has white color on #C8606B background.