COLOR #C58FBB

HEX: #C58FBB
RGB: (197,143,187)

Color info

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

RGB color model

#C58FBB color RGB value is (197,143,187).

  • red value is 197;
  • green value is 143;
  • blue value is 187.
RGB:
(197,143,187)
(77%,56%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 187 of 255 = 73%

197
143
187

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 187 = 527 (100%)
R 197 of 527 ~ 37.38%
G 143 of 527 ~ 27.13%
B 187 of 527 ~ 35.48%

%37.38
%27.13
%35.48

CMYK color model

#C58FBB color CMYK value is (0,27,5,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(0,27,5,23)
C0M27Y5K23 
(0%,27%,5%,23%)
(0.00/0.27/0.05/0.23)	

CMYK percentages

%0
%27.41
%5.08
%22.75

Codes

Color #C58FBB in popluar color models

C58FBB
RGB197143187
HSL311°31.76%66.67%
HSB/HSV311°27.41%77.25%
CMYK0.00%27.41%5.08%
22.75%

Color #C58FBB in popluar number systems.

HEXC58FBB
Decimal197143187
Binary110001011000111110111011
Octal305217273

Shades and tints

Shades of #C58FBB

#C58FBB
(197,143,187)
#B482AA
(180,130,170)
#A37599
(163,117,153)
#926888
(146,104,136)
#815B77
(129,91,119)
#704E66
(112,78,102)
#5F4155
(95,65,85)
#4E3444
(78,52,68)
#3D2733
(61,39,51)
#2C1A22
(44,26,34)
#1B0D11
(27,13,17)
#000000
(0,0,0)

Tints of #C58FBB

#C58FBB
(197,143,187)
#CA99C1
(202,153,193)
#CFA3C7
(207,163,199)
#D4ADCD
(212,173,205)
#D9B7D3
(217,183,211)
#DEC1D9
(222,193,217)
#E3CBDF
(227,203,223)
#E8D5E5
(232,213,229)
#EDDFEB
(237,223,235)
#F2E9F1
(242,233,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58FBB; }

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

This text font color is #C58FBB.


Background Color

.myBgColor { background-color: #C58FBB; }

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

This div background color is #C58FBB.


Border color

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

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

This div border color is #C58FBB.


Opacity

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

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

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

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

This text has shadow with #C58FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58FBB on black background.


Color preview on white background

This text has color #C58FBB on white background.



Black color preview on #C58FBB background

This text has black color on #C58FBB background.


White color preview on #C58FBB background

This text has white color on #C58FBB background.