COLOR #C4587C

HEX: #C4587C RGB: (196,88,124)

Color info

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

RGB color model

#C4587C color RGB value is (196,88,124).

RGB: (196,88,124) (77%, 35%, 49%)

RGB channels and saturation

R 196 of 255 = 77%
G 88 of 255 = 35%
B 124 of 255 = 49%

196
88
124

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

Portions of RGB colors in percentages

R + G + B = 196 + 88 + 124 = 408 (100%)
R 196 of 408 ~ 48.04%
G 88 of 408 ~ 21.57%
B 124 of 408 ~ 30.39'%

%48.04
%21.57
%30.39

CMYK color model

#C4587C color CMYK value is (0,55,37,23).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 36.73%
  • key color value is 23.14%

CMYK: (0,55,37,23)
C0M55Y37K23 (0%, 55%, 37%, 23%)
(0.00 / 0.55 / 0.37 / 0.23)

CMYK percentages

%0
%55.1
%36.73
%23.14

Codes

Color #C4587C in popluar color models

C4 58 7C
RGB 196 88 124
HSL 340° 47.79% 55.69%
HSB/HSV 340° 55.10% 76.86%
CMYK 0.00% 55.10% 36.73%
23.14%

Color #C4587C in popluar number systems.

HEX C4 58 7C
Decimal 196 88 124
Binary 11000100 1011000 1111100
Octal 304 130 174

Shades and tints

Shades of #C4587C

#C4587C
(196,88,124)
#B35071
(179,80,113)
#A24866
(162,72,102)
#91405B
(145,64,91)
#803850
(128,56,80)
#6F3045
(111,48,69)
#5E283A
(94,40,58)
#4D202F
(77,32,47)
#3C1824
(60,24,36)
#2B1019
(43,16,25)
#1A080E
(26,8,14)
#000000
(0,0,0)

Tints of #C4587C

#C4587C
(196,88,124)
#C96787
(201,103,135)
#CE7692
(206,118,146)
#D3859D
(211,133,157)
#D894A8
(216,148,168)
#DDA3B3
(221,163,179)
#E2B2BE
(226,178,190)
#E7C1C9
(231,193,201)
#ECD0D4
(236,208,212)
#F1DFDF
(241,223,223)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4587C color. Also use rgb(196,88,124) instead hex code.

Text Font Color

.myTextColor { color: #C4587C; }

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

This text font color is #C4587C.

Background Color

.myBgColor { background-color: #C4587C; }

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

This div background color is #C4587C.

Border color

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

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

This div border color is #C4587C.

Opacity

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

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

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

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

This text has shadow with #C4587C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4587C.

Preview

Color preview on black background

This text has color #C4587C on black background.


Color preview on white background

This text has color #C4587C on white background.


Black color preview on #C4587C background

This text has black color on #C4587C background.


White color preview on #C4587C background

This text has white color on #C4587C background.


Related colors

Complementary color

Complementary color for #hex is #3BA783.


I love getcolorcode.com

Triadic colors

1 #7CC458 and #587CC4 with #C4587C are triadic colors.

2 #7C58C4 and #58C47C with #C4587C are triadic colors.