COLOR #C58CBB

HEX: #C58CBB RGB: (197,140,187)

Color info

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

RGB color model

#C58CBB color RGB value is (197,140,187).

RGB: (197,140,187) (77%, 55%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 187 of 255 = 73%

197
140
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 187 = 524 (100%)
R 197 of 524 ~ 37.6%
G 140 of 524 ~ 26.72%
B 187 of 524 ~ 35.69'%

%37.6
%26.72
%35.69

CMYK color model

#C58CBB color CMYK value is (0,29,5,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 5.08%
  • key color value is 22.75%

CMYK: (0,29,5,23)
C0M29Y5K23 (0%, 29%, 5%, 23%)
(0.00 / 0.29 / 0.05 / 0.23)

CMYK percentages

%0
%28.93
%5.08
%22.75

Codes

Color #C58CBB in popluar color models

C5 8C BB
RGB 197 140 187
HSL 311° 32.95% 66.08%
HSB/HSV 311° 28.93% 77.25%
CMYK 0.00% 28.93% 5.08%
22.75%

Color #C58CBB in popluar number systems.

HEX C5 8C BB
Decimal 197 140 187
Binary 11000101 10001100 10111011
Octal 305 214 273

Shades and tints

Shades of #C58CBB

#C58CBB
(197,140,187)
#B480AA
(180,128,170)
#A37499
(163,116,153)
#926888
(146,104,136)
#815C77
(129,92,119)
#705066
(112,80,102)
#5F4455
(95,68,85)
#4E3844
(78,56,68)
#3D2C33
(61,44,51)
#2C2022
(44,32,34)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C58CBB

#C58CBB
(197,140,187)
#CA96C1
(202,150,193)
#CFA0C7
(207,160,199)
#D4AACD
(212,170,205)
#D9B4D3
(217,180,211)
#DEBED9
(222,190,217)
#E3C8DF
(227,200,223)
#E8D2E5
(232,210,229)
#EDDCEB
(237,220,235)
#F2E6F1
(242,230,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58CBB color. Also use rgb(197,140,187) instead hex code.

Text Font Color

.myTextColor { color: #C58CBB; }

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

This text font color is #C58CBB.

Background Color

.myBgColor { background-color: #C58CBB; }

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

This div background color is #C58CBB.

Border color

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

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

This div border color is #C58CBB.

Opacity

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

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

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

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

This text has shadow with #C58CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58CBB.

Preview

Color preview on black background

This text has color #C58CBB on black background.


Color preview on white background

This text has color #C58CBB on white background.


Black color preview on #C58CBB background

This text has black color on #C58CBB background.


White color preview on #C58CBB background

This text has white color on #C58CBB background.


Related colors

Complementary color

Complementary color for #hex is #3A7344.


I love getcolorcode.com

Triadic colors

1 #BBC58C and #8CBBC5 with #C58CBB are triadic colors.

2 #BB8CC5 and #8CC5BB with #C58CBB are triadic colors.