COLOR #C58AB4

HEX: #C58AB4
RGB: (197,138,180)

Color info

#C58AB4 contains red, green and blue colors in about the same proportion. Web safe color of #C58AB4 is #CC99CC (or #C9C).

RGB color model

#C58AB4 color RGB value is (197,138,180).

  • red value is 197;
  • green value is 138;
  • blue value is 180.
RGB:
(197,138,180)
(77%,54%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 138 of 255 = 54%
B 180 of 255 = 71%

197
138
180

R + G + B ~ 67%. #C58AB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 138 + 180 = 515 (100%)
R 197 of 515 ~ 38.25%
G 138 of 515 ~ 26.8%
B 180 of 515 ~ 34.95%

%38.25
%26.8
%34.95

CMYK color model

#C58AB4 color CMYK value is (0,30,9,23).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(0,30,9,23)
C0M30Y9K23 
(0%,30%,9%,23%)
(0.00/0.30/0.09/0.23)	

CMYK percentages

%0
%29.95
%8.63
%22.75

Codes

Color #C58AB4 in popluar color models

C58AB4
RGB197138180
HSL317°33.71%65.69%
HSB/HSV317°29.95%77.25%
CMYK0.00%29.95%8.63%
22.75%

Color #C58AB4 in popluar number systems.

HEXC58AB4
Decimal197138180
Binary110001011000101010110100
Octal305212264

Shades and tints

Shades of #C58AB4

#C58AB4
(197,138,180)
#B47EA4
(180,126,164)
#A37294
(163,114,148)
#926684
(146,102,132)
#815A74
(129,90,116)
#704E64
(112,78,100)
#5F4254
(95,66,84)
#4E3644
(78,54,68)
#3D2A34
(61,42,52)
#2C1E24
(44,30,36)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #C58AB4

#C58AB4
(197,138,180)
#CA94BA
(202,148,186)
#CF9EC0
(207,158,192)
#D4A8C6
(212,168,198)
#D9B2CC
(217,178,204)
#DEBCD2
(222,188,210)
#E3C6D8
(227,198,216)
#E8D0DE
(232,208,222)
#EDDAE4
(237,218,228)
#F2E4EA
(242,228,234)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58AB4 color. Also use rgb(197,138,180) instead hex code.

Text Font Color

.myTextColor { color: #C58AB4; }

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

This text font color is #C58AB4.


Background Color

.myBgColor { background-color: #C58AB4; }

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

This div background color is #C58AB4.


Border color

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

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

This div border color is #C58AB4.


Opacity

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

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

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

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

This text has shadow with #C58AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58AB4 on black background.


Color preview on white background

This text has color #C58AB4 on white background.



Black color preview on #C58AB4 background

This text has black color on #C58AB4 background.


White color preview on #C58AB4 background

This text has white color on #C58AB4 background.