COLOR #C7586B

HEX: #C7586B
RGB: (199,88,107)

Color info

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

RGB color model

#C7586B color RGB value is (199,88,107).

  • red value is 199;
  • green value is 88;
  • blue value is 107.
RGB:
(199,88,107)
(78%,35%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 88 of 255 = 35%
B 107 of 255 = 42%

199
88
107

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

Portions of RGB colors in percentages

R + G + B =
199 + 88 + 107 = 394 (100%)
R 199 of 394 ~ 50.51%
G 88 of 394 ~ 22.34%
B 107 of 394 ~ 27.16%

%50.51
%22.34
%27.16

CMYK color model

#C7586B color CMYK value is (0,56,46,22).

  • cyan value is 0.00%
  • magenta value is 55.78%
  • yellow value is 46.23%
  • key color value is 21.96%
CMYK:
(0,56,46,22)
C0M56Y46K22 
(0%,56%,46%,22%)
(0.00/0.56/0.46/0.22)	

CMYK percentages

%0
%55.78
%46.23
%21.96

Codes

Color #C7586B in popluar color models

C7586B
RGB19988107
HSL350°49.78%56.27%
HSB/HSV350°55.78%78.04%
CMYK0.00%55.78%46.23%
21.96%

Color #C7586B in popluar number systems.

HEXC7586B
Decimal19988107
Binary1100011110110001101011
Octal307130153

Shades and tints

Shades of #C7586B

#C7586B
(199,88,107)
#B55062
(181,80,98)
#A34859
(163,72,89)
#914050
(145,64,80)
#7F3847
(127,56,71)
#6D303E
(109,48,62)
#5B2835
(91,40,53)
#49202C
(73,32,44)
#371823
(55,24,35)
#25101A
(37,16,26)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #C7586B

#C7586B
(199,88,107)
#CC6778
(204,103,120)
#D17685
(209,118,133)
#D68592
(214,133,146)
#DB949F
(219,148,159)
#E0A3AC
(224,163,172)
#E5B2B9
(229,178,185)
#EAC1C6
(234,193,198)
#EFD0D3
(239,208,211)
#F4DFE0
(244,223,224)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7586B color. Also use rgb(199,88,107) instead hex code.

Text Font Color

.myTextColor { color: #C7586B; }

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

This text font color is #C7586B.


Background Color

.myBgColor { background-color: #C7586B; }

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

This div background color is #C7586B.


Border color

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

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

This div border color is #C7586B.


Opacity

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

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

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

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

This text has shadow with #C7586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7586B on black background.


Color preview on white background

This text has color #C7586B on white background.



Black color preview on #C7586B background

This text has black color on #C7586B background.


White color preview on #C7586B background

This text has white color on #C7586B background.