COLOR #C58FBE

HEX: #C58FBE
RGB: (197,143,190)

Color info

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

RGB color model

#C58FBE color RGB value is (197,143,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 190 of 255 = 75%

197
143
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 190 = 530 (100%)
R 197 of 530 ~ 37.17%
G 143 of 530 ~ 26.98%
B 190 of 530 ~ 35.85%

%37.17
%26.98
%35.85

CMYK color model

#C58FBE color CMYK value is (0,27,4,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(0,27,4,23)
C0M27Y4K23 
(0%,27%,4%,23%)
(0.00/0.27/0.04/0.23)	

CMYK percentages

%0
%27.41
%3.55
%22.75

Codes

Color #C58FBE in popluar color models

C58FBE
RGB197143190
HSL308°31.76%66.67%
HSB/HSV308°27.41%77.25%
CMYK0.00%27.41%3.55%
22.75%

Color #C58FBE in popluar number systems.

HEXC58FBE
Decimal197143190
Binary110001011000111110111110
Octal305217276

Shades and tints

Shades of #C58FBE

#C58FBE
(197,143,190)
#B482AD
(180,130,173)
#A3759C
(163,117,156)
#92688B
(146,104,139)
#815B7A
(129,91,122)
#704E69
(112,78,105)
#5F4158
(95,65,88)
#4E3447
(78,52,71)
#3D2736
(61,39,54)
#2C1A25
(44,26,37)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #C58FBE

#C58FBE
(197,143,190)
#CA99C3
(202,153,195)
#CFA3C8
(207,163,200)
#D4ADCD
(212,173,205)
#D9B7D2
(217,183,210)
#DEC1D7
(222,193,215)
#E3CBDC
(227,203,220)
#E8D5E1
(232,213,225)
#EDDFE6
(237,223,230)
#F2E9EB
(242,233,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58FBE; }

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

This text font color is #C58FBE.


Background Color

.myBgColor { background-color: #C58FBE; }

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

This div background color is #C58FBE.


Border color

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

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

This div border color is #C58FBE.


Opacity

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

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

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

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

This text has shadow with #C58FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58FBE on black background.


Color preview on white background

This text has color #C58FBE on white background.



Black color preview on #C58FBE background

This text has black color on #C58FBE background.


White color preview on #C58FBE background

This text has white color on #C58FBE background.