COLOR #C4588E

HEX: #C4588E
RGB: (196,88,142)

Color info

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

RGB color model

#C4588E color RGB value is (196,88,142).

  • red value is 196;
  • green value is 88;
  • blue value is 142.
RGB:
(196,88,142)
(77%,35%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 88 of 255 = 35%
B 142 of 255 = 56%

196
88
142

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

Portions of RGB colors in percentages

R + G + B =
196 + 88 + 142 = 426 (100%)
R 196 of 426 ~ 46.01%
G 88 of 426 ~ 20.66%
B 142 of 426 ~ 33.33%

%46.01
%20.66
%33.33

CMYK color model

#C4588E color CMYK value is (0,55,28,23).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK:
(0,55,28,23)
C0M55Y28K23 
(0%,55%,28%,23%)
(0.00/0.55/0.28/0.23)	

CMYK percentages

%0
%55.1
%27.55
%23.14

Codes

Color #C4588E in popluar color models

C4588E
RGB19688142
HSL330°47.79%55.69%
HSB/HSV330°55.10%76.86%
CMYK0.00%55.10%27.55%
23.14%

Color #C4588E in popluar number systems.

HEXC4588E
Decimal19688142
Binary11000100101100010001110
Octal304130216

Shades and tints

Shades of #C4588E

#C4588E
(196,88,142)
#B35082
(179,80,130)
#A24876
(162,72,118)
#91406A
(145,64,106)
#80385E
(128,56,94)
#6F3052
(111,48,82)
#5E2846
(94,40,70)
#4D203A
(77,32,58)
#3C182E
(60,24,46)
#2B1022
(43,16,34)
#1A0816
(26,8,22)
#000000
(0,0,0)

Tints of #C4588E

#C4588E
(196,88,142)
#C96798
(201,103,152)
#CE76A2
(206,118,162)
#D385AC
(211,133,172)
#D894B6
(216,148,182)
#DDA3C0
(221,163,192)
#E2B2CA
(226,178,202)
#E7C1D4
(231,193,212)
#ECD0DE
(236,208,222)
#F1DFE8
(241,223,232)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4588E; }

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

This text font color is #C4588E.


Background Color

.myBgColor { background-color: #C4588E; }

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

This div background color is #C4588E.


Border color

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

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

This div border color is #C4588E.


Opacity

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

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

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

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

This text has shadow with #C4588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4588E on black background.


Color preview on white background

This text has color #C4588E on white background.



Black color preview on #C4588E background

This text has black color on #C4588E background.


White color preview on #C4588E background

This text has white color on #C4588E background.