COLOR #C58CBE

HEX: #C58CBE RGB: (197,140,190)

Color info

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

RGB color model

#C58CBE color RGB value is (197,140,190).

RGB: (197,140,190) (77%, 55%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 190 of 255 = 75%

197
140
190

R + G + B ~ 69%. #C58CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 190 = 527 (100%)
R 197 of 527 ~ 37.38%
G 140 of 527 ~ 26.57%
B 190 of 527 ~ 36.05'%

%37.38
%26.57
%36.05

CMYK color model

#C58CBE color CMYK value is (0,29,4,23).

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

CMYK: (0,29,4,23)
C0M29Y4K23 (0%, 29%, 4%, 23%)
(0.00 / 0.29 / 0.04 / 0.23)

CMYK percentages

%0
%28.93
%3.55
%22.75

Codes

Color #C58CBE in popluar color models

C5 8C BE
RGB 197 140 190
HSL 307° 32.95% 66.08%
HSB/HSV 307° 28.93% 77.25%
CMYK 0.00% 28.93% 3.55%
22.75%

Color #C58CBE in popluar number systems.

HEX C5 8C BE
Decimal 197 140 190
Binary 11000101 10001100 10111110
Octal 305 214 276

Shades and tints

Shades of #C58CBE

#C58CBE
(197,140,190)
#B480AD
(180,128,173)
#A3749C
(163,116,156)
#92688B
(146,104,139)
#815C7A
(129,92,122)
#705069
(112,80,105)
#5F4458
(95,68,88)
#4E3847
(78,56,71)
#3D2C36
(61,44,54)
#2C2025
(44,32,37)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C58CBE

#C58CBE
(197,140,190)
#CA96C3
(202,150,195)
#CFA0C8
(207,160,200)
#D4AACD
(212,170,205)
#D9B4D2
(217,180,210)
#DEBED7
(222,190,215)
#E3C8DC
(227,200,220)
#E8D2E1
(232,210,225)
#EDDCE6
(237,220,230)
#F2E6EB
(242,230,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58CBE; }

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

This text font color is #C58CBE.

Background Color

.myBgColor { background-color: #C58CBE; }

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

This div background color is #C58CBE.

Border color

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

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

This div border color is #C58CBE.

Opacity

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

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

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

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

This text has shadow with #C58CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58CBE.

Preview

Color preview on black background

This text has color #C58CBE on black background.


Color preview on white background

This text has color #C58CBE on white background.


Black color preview on #C58CBE background

This text has black color on #C58CBE background.


White color preview on #C58CBE background

This text has white color on #C58CBE background.


Related colors

Complementary color

Complementary color for #hex is #3A7341.


I love getcolorcode.com

Triadic colors

1 #BEC58C and #8CBEC5 with #C58CBE are triadic colors.

2 #BE8CC5 and #8CC5BE with #C58CBE are triadic colors.