COLOR #C58FB7

HEX: #C58FB7
RGB: (197,143,183)

Color info

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

RGB color model

#C58FB7 color RGB value is (197,143,183).

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

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 183 of 255 = 72%

197
143
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 183 = 523 (100%)
R 197 of 523 ~ 37.67%
G 143 of 523 ~ 27.34%
B 183 of 523 ~ 34.99%

%37.67
%27.34
%34.99

CMYK color model

#C58FB7 color CMYK value is (0,27,7,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,27,7,23)
C0M27Y7K23 
(0%,27%,7%,23%)
(0.00/0.27/0.07/0.23)	

CMYK percentages

%0
%27.41
%7.11
%22.75

Codes

Color #C58FB7 in popluar color models

C58FB7
RGB197143183
HSL316°31.76%66.67%
HSB/HSV316°27.41%77.25%
CMYK0.00%27.41%7.11%
22.75%

Color #C58FB7 in popluar number systems.

HEXC58FB7
Decimal197143183
Binary110001011000111110110111
Octal305217267

Shades and tints

Shades of #C58FB7

#C58FB7
(197,143,183)
#B482A7
(180,130,167)
#A37597
(163,117,151)
#926887
(146,104,135)
#815B77
(129,91,119)
#704E67
(112,78,103)
#5F4157
(95,65,87)
#4E3447
(78,52,71)
#3D2737
(61,39,55)
#2C1A27
(44,26,39)
#1B0D17
(27,13,23)
#000000
(0,0,0)

Tints of #C58FB7

#C58FB7
(197,143,183)
#CA99BD
(202,153,189)
#CFA3C3
(207,163,195)
#D4ADC9
(212,173,201)
#D9B7CF
(217,183,207)
#DEC1D5
(222,193,213)
#E3CBDB
(227,203,219)
#E8D5E1
(232,213,225)
#EDDFE7
(237,223,231)
#F2E9ED
(242,233,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58FB7; }

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

This text font color is #C58FB7.


Background Color

.myBgColor { background-color: #C58FB7; }

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

This div background color is #C58FB7.


Border color

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

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

This div border color is #C58FB7.


Opacity

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

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

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

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

This text has shadow with #C58FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58FB7 on black background.


Color preview on white background

This text has color #C58FB7 on white background.



Black color preview on #C58FB7 background

This text has black color on #C58FB7 background.


White color preview on #C58FB7 background

This text has white color on #C58FB7 background.