COLOR #C583BB

HEX: #C583BB
RGB: (197,131,187)

Color info

#C583BB contains mainly red and blue colors. Web safe color of #C583BB is #CC99CC (or #C9C).

RGB color model

#C583BB color RGB value is (197,131,187).

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

RGB channels and saturation

R 197 of 255 = 77%
G 131 of 255 = 51%
B 187 of 255 = 73%

197
131
187

R + G + B ~ 67%. #C583BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 131 + 187 = 515 (100%)
R 197 of 515 ~ 38.25%
G 131 of 515 ~ 25.44%
B 187 of 515 ~ 36.31%

%38.25
%25.44
%36.31

CMYK color model

#C583BB color CMYK value is (0,34,5,23).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(0,34,5,23)
C0M34Y5K23 
(0%,34%,5%,23%)
(0.00/0.34/0.05/0.23)	

CMYK percentages

%0
%33.5
%5.08
%22.75

Codes

Color #C583BB in popluar color models

C583BB
RGB197131187
HSL309°36.26%64.31%
HSB/HSV309°33.50%77.25%
CMYK0.00%33.50%5.08%
22.75%

Color #C583BB in popluar number systems.

HEXC583BB
Decimal197131187
Binary110001011000001110111011
Octal305203273

Shades and tints

Shades of #C583BB

#C583BB
(197,131,187)
#B478AA
(180,120,170)
#A36D99
(163,109,153)
#926288
(146,98,136)
#815777
(129,87,119)
#704C66
(112,76,102)
#5F4155
(95,65,85)
#4E3644
(78,54,68)
#3D2B33
(61,43,51)
#2C2022
(44,32,34)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C583BB

#C583BB
(197,131,187)
#CA8EC1
(202,142,193)
#CF99C7
(207,153,199)
#D4A4CD
(212,164,205)
#D9AFD3
(217,175,211)
#DEBAD9
(222,186,217)
#E3C5DF
(227,197,223)
#E8D0E5
(232,208,229)
#EDDBEB
(237,219,235)
#F2E6F1
(242,230,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C583BB; }

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

This text font color is #C583BB.


Background Color

.myBgColor { background-color: #C583BB; }

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

This div background color is #C583BB.


Border color

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

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

This div border color is #C583BB.


Opacity

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

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

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

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

This text has shadow with #C583BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C583BB on black background.


Color preview on white background

This text has color #C583BB on white background.



Black color preview on #C583BB background

This text has black color on #C583BB background.


White color preview on #C583BB background

This text has white color on #C583BB background.