COLOR #C588AF

HEX: #C588AF
RGB: (197,136,175)

Color info

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

RGB color model

#C588AF color RGB value is (197,136,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 175 of 255 = 69%

197
136
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 175 = 508 (100%)
R 197 of 508 ~ 38.78%
G 136 of 508 ~ 26.77%
B 175 of 508 ~ 34.45%

%38.78
%26.77
%34.45

CMYK color model

#C588AF color CMYK value is (0,31,11,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,31,11,23)
C0M31Y11K23 
(0%,31%,11%,23%)
(0.00/0.31/0.11/0.23)	

CMYK percentages

%0
%30.96
%11.17
%22.75

Codes

Color #C588AF in popluar color models

C588AF
RGB197136175
HSL322°34.46%65.29%
HSB/HSV322°30.96%77.25%
CMYK0.00%30.96%11.17%
22.75%

Color #C588AF in popluar number systems.

HEXC588AF
Decimal197136175
Binary110001011000100010101111
Octal305210257

Shades and tints

Shades of #C588AF

#C588AF
(197,136,175)
#B47CA0
(180,124,160)
#A37091
(163,112,145)
#926482
(146,100,130)
#815873
(129,88,115)
#704C64
(112,76,100)
#5F4055
(95,64,85)
#4E3446
(78,52,70)
#3D2837
(61,40,55)
#2C1C28
(44,28,40)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #C588AF

#C588AF
(197,136,175)
#CA92B6
(202,146,182)
#CF9CBD
(207,156,189)
#D4A6C4
(212,166,196)
#D9B0CB
(217,176,203)
#DEBAD2
(222,186,210)
#E3C4D9
(227,196,217)
#E8CEE0
(232,206,224)
#EDD8E7
(237,216,231)
#F2E2EE
(242,226,238)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C588AF; }

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

This text font color is #C588AF.


Background Color

.myBgColor { background-color: #C588AF; }

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

This div background color is #C588AF.


Border color

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

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

This div border color is #C588AF.


Opacity

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

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

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

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

This text has shadow with #C588AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C588AF on black background.


Color preview on white background

This text has color #C588AF on white background.



Black color preview on #C588AF background

This text has black color on #C588AF background.


White color preview on #C588AF background

This text has white color on #C588AF background.