COLOR #C588AC

HEX: #C588AC
RGB: (197,136,172)

Color info

#C588AC contains mainly red and blue colors. Web safe color of #C588AC is #CC9999 (or #C99).

RGB color model

#C588AC color RGB value is (197,136,172).

  • red value is 197;
  • green value is 136;
  • blue value is 172.
RGB:
(197,136,172)
(77%,53%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 172 of 255 = 67%

197
136
172

R + G + B ~ 66%. #C588AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 172 = 505 (100%)
R 197 of 505 ~ 39.01%
G 136 of 505 ~ 26.93%
B 172 of 505 ~ 34.06%

%39.01
%26.93
%34.06

CMYK color model

#C588AC color CMYK value is (0,31,13,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(0,31,13,23)
C0M31Y13K23 
(0%,31%,13%,23%)
(0.00/0.31/0.13/0.23)	

CMYK percentages

%0
%30.96
%12.69
%22.75

Codes

Color #C588AC in popluar color models

C588AC
RGB197136172
HSL325°34.46%65.29%
HSB/HSV325°30.96%77.25%
CMYK0.00%30.96%12.69%
22.75%

Color #C588AC in popluar number systems.

HEXC588AC
Decimal197136172
Binary110001011000100010101100
Octal305210254

Shades and tints

Shades of #C588AC

#C588AC
(197,136,172)
#B47C9D
(180,124,157)
#A3708E
(163,112,142)
#92647F
(146,100,127)
#815870
(129,88,112)
#704C61
(112,76,97)
#5F4052
(95,64,82)
#4E3443
(78,52,67)
#3D2834
(61,40,52)
#2C1C25
(44,28,37)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #C588AC

#C588AC
(197,136,172)
#CA92B3
(202,146,179)
#CF9CBA
(207,156,186)
#D4A6C1
(212,166,193)
#D9B0C8
(217,176,200)
#DEBACF
(222,186,207)
#E3C4D6
(227,196,214)
#E8CEDD
(232,206,221)
#EDD8E4
(237,216,228)
#F2E2EB
(242,226,235)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C588AC color. Also use rgb(197,136,172) instead hex code.

Text Font Color

.myTextColor { color: #C588AC; }

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

This text font color is #C588AC.


Background Color

.myBgColor { background-color: #C588AC; }

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

This div background color is #C588AC.


Border color

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

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

This div border color is #C588AC.


Opacity

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

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

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

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

This text has shadow with #C588AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C588AC on black background.


Color preview on white background

This text has color #C588AC on white background.



Black color preview on #C588AC background

This text has black color on #C588AC background.


White color preview on #C588AC background

This text has white color on #C588AC background.