COLOR #C581AC

HEX: #C581AC
RGB: (197,129,172)

Color info

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

RGB color model

#C581AC color RGB value is (197,129,172).

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

RGB channels and saturation

R 197 of 255 = 77%
G 129 of 255 = 51%
B 172 of 255 = 67%

197
129
172

R + G + B ~ 65%. #C581AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 129 + 172 = 498 (100%)
R 197 of 498 ~ 39.56%
G 129 of 498 ~ 25.9%
B 172 of 498 ~ 34.54%

%39.56
%25.9
%34.54

CMYK color model

#C581AC color CMYK value is (0,35,13,23).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(0,35,13,23)
C0M35Y13K23 
(0%,35%,13%,23%)
(0.00/0.35/0.13/0.23)	

CMYK percentages

%0
%34.52
%12.69
%22.75

Codes

Color #C581AC in popluar color models

C581AC
RGB197129172
HSL322°36.96%63.92%
HSB/HSV322°34.52%77.25%
CMYK0.00%34.52%12.69%
22.75%

Color #C581AC in popluar number systems.

HEXC581AC
Decimal197129172
Binary110001011000000110101100
Octal305201254

Shades and tints

Shades of #C581AC

#C581AC
(197,129,172)
#B4769D
(180,118,157)
#A36B8E
(163,107,142)
#92607F
(146,96,127)
#815570
(129,85,112)
#704A61
(112,74,97)
#5F3F52
(95,63,82)
#4E3443
(78,52,67)
#3D2934
(61,41,52)
#2C1E25
(44,30,37)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C581AC

#C581AC
(197,129,172)
#CA8CB3
(202,140,179)
#CF97BA
(207,151,186)
#D4A2C1
(212,162,193)
#D9ADC8
(217,173,200)
#DEB8CF
(222,184,207)
#E3C3D6
(227,195,214)
#E8CEDD
(232,206,221)
#EDD9E4
(237,217,228)
#F2E4EB
(242,228,235)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C581AC; }

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

This text font color is #C581AC.


Background Color

.myBgColor { background-color: #C581AC; }

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

This div background color is #C581AC.


Border color

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

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

This div border color is #C581AC.


Opacity

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

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

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

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

This text has shadow with #C581AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C581AC on black background.


Color preview on white background

This text has color #C581AC on white background.



Black color preview on #C581AC background

This text has black color on #C581AC background.


White color preview on #C581AC background

This text has white color on #C581AC background.