COLOR #C58AB7

HEX: #C58AB7 RGB: (197,138,183)

Color info

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

RGB color model

#C58AB7 color RGB value is (197,138,183).

RGB: (197,138,183) (77%, 54%, 72%)

RGB channels and saturation

R 197 of 255 = 77%
G 138 of 255 = 54%
B 183 of 255 = 72%

197
138
183

R + G + B ~ 68%. #C58AB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 138 + 183 = 518 (100%)
R 197 of 518 ~ 38.03%
G 138 of 518 ~ 26.64%
B 183 of 518 ~ 35.33'%

%38.03
%26.64
%35.33

CMYK color model

#C58AB7 color CMYK value is (0,30,7,23).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 7.11%
  • key color value is 22.75%

CMYK: (0,30,7,23)
C0M30Y7K23 (0%, 30%, 7%, 23%)
(0.00 / 0.30 / 0.07 / 0.23)

CMYK percentages

%0
%29.95
%7.11
%22.75

Codes

Color #C58AB7 in popluar color models

C5 8A B7
RGB 197 138 183
HSL 314° 33.71% 65.69%
HSB/HSV 314° 29.95% 77.25%
CMYK 0.00% 29.95% 7.11%
22.75%

Color #C58AB7 in popluar number systems.

HEX C5 8A B7
Decimal 197 138 183
Binary 11000101 10001010 10110111
Octal 305 212 267

Shades and tints

Shades of #C58AB7

#C58AB7
(197,138,183)
#B47EA7
(180,126,167)
#A37297
(163,114,151)
#926687
(146,102,135)
#815A77
(129,90,119)
#704E67
(112,78,103)
#5F4257
(95,66,87)
#4E3647
(78,54,71)
#3D2A37
(61,42,55)
#2C1E27
(44,30,39)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C58AB7

#C58AB7
(197,138,183)
#CA94BD
(202,148,189)
#CF9EC3
(207,158,195)
#D4A8C9
(212,168,201)
#D9B2CF
(217,178,207)
#DEBCD5
(222,188,213)
#E3C6DB
(227,198,219)
#E8D0E1
(232,208,225)
#EDDAE7
(237,218,231)
#F2E4ED
(242,228,237)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58AB7; }

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

This text font color is #C58AB7.

Background Color

.myBgColor { background-color: #C58AB7; }

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

This div background color is #C58AB7.

Border color

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

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

This div border color is #C58AB7.

Opacity

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

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

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

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

This text has shadow with #C58AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58AB7.

Preview

Color preview on black background

This text has color #C58AB7 on black background.


Color preview on white background

This text has color #C58AB7 on white background.


Black color preview on #C58AB7 background

This text has black color on #C58AB7 background.


White color preview on #C58AB7 background

This text has white color on #C58AB7 background.


Related colors

Complementary color

Complementary color for #hex is #3A7548.


I love getcolorcode.com

Triadic colors

1 #B7C58A and #8AB7C5 with #C58AB7 are triadic colors.

2 #B78AC5 and #8AC5B7 with #C58AB7 are triadic colors.