COLOR #C583BA

HEX: #C583BA
RGB: (197,131,186)

Color info

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

RGB color model

#C583BA color RGB value is (197,131,186).

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

RGB channels and saturation

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

197
131
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 131 + 186 = 514 (100%)
R 197 of 514 ~ 38.33%
G 131 of 514 ~ 25.49%
B 186 of 514 ~ 36.19%

%38.33
%25.49
%36.19

CMYK color model

#C583BA color CMYK value is (0,34,6,23).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(0,34,6,23)
C0M34Y6K23 
(0%,34%,6%,23%)
(0.00/0.34/0.06/0.23)	

CMYK percentages

%0
%33.5
%5.58
%22.75

Codes

Color #C583BA in popluar color models

C583BA
RGB197131186
HSL310°36.26%64.31%
HSB/HSV310°33.50%77.25%
CMYK0.00%33.50%5.58%
22.75%

Color #C583BA in popluar number systems.

HEXC583BA
Decimal197131186
Binary110001011000001110111010
Octal305203272

Shades and tints

Shades of #C583BA

#C583BA
(197,131,186)
#B478AA
(180,120,170)
#A36D9A
(163,109,154)
#92628A
(146,98,138)
#81577A
(129,87,122)
#704C6A
(112,76,106)
#5F415A
(95,65,90)
#4E364A
(78,54,74)
#3D2B3A
(61,43,58)
#2C202A
(44,32,42)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #C583BA

#C583BA
(197,131,186)
#CA8EC0
(202,142,192)
#CF99C6
(207,153,198)
#D4A4CC
(212,164,204)
#D9AFD2
(217,175,210)
#DEBAD8
(222,186,216)
#E3C5DE
(227,197,222)
#E8D0E4
(232,208,228)
#EDDBEA
(237,219,234)
#F2E6F0
(242,230,240)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C583BA; }

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

This text font color is #C583BA.


Background Color

.myBgColor { background-color: #C583BA; }

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

This div background color is #C583BA.


Border color

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

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

This div border color is #C583BA.


Opacity

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

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

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

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

This text has shadow with #C583BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C583BA on black background.


Color preview on white background

This text has color #C583BA on white background.



Black color preview on #C583BA background

This text has black color on #C583BA background.


White color preview on #C583BA background

This text has white color on #C583BA background.